Function getpwnam_r [src]
Prototype
pub extern "c" fn getpwnam_r(name: [*:0]const u8, pwd: *passwd, buf: [*]u8, buflen: usize, result: *?*passwd) c_int Parameters
name: [*:0]const u8pwd: *passwdbuf: [*]u8buflen: usizeresult: *?*passwd Source
pub extern "c" fn getpwnam_r(name: [*:0]const u8, pwd: *passwd, buf: [*]u8, buflen: usize, result: *?*passwd) c_int