Function getpwuid_r [src]

Alias for std.c.openbsd.getpwuid_r

Prototype

pub extern "c" fn getpwuid_r(uid: uid_t, pw: *passwd, buf: [*]u8, buflen: usize, pwretp: *?*passwd) c_int

Parameters

uid: uid_tpw: *passwdbuf: [*]u8buflen: usizepwretp: *?*passwd

Source

pub extern "c" fn getpwuid_r(uid: uid_t, pw: *passwd, buf: [*]u8, buflen: usize, pwretp: *?*passwd) c_int