Function getpwnam_r [src]
Alias for std.c.openbsd.getpwnam_r
Prototype
pub extern "c" fn getpwnam_r(name: [*:0]const u8, pw: *passwd, buf: [*]u8, buflen: usize, pwretp: *?*passwd) c_int
Parameters
name: [*:0]const u8
pw: *passwd
buf: [*]u8
buflen: usize
pwretp: *?*passwd
Source
pub extern "c" fn getpwnam_r(name: [*:0]const u8, pw: *passwd, buf: [*]u8, buflen: usize, pwretp: *?*passwd) c_int