Function nix::libc::getpwnam_r [−][src]
pub unsafe extern "C" fn getpwnam_r(
name: *const i8,
pwd: *mut passwd,
buf: *mut i8,
buflen: usize,
result: *mut *mut passwd
) -> i32
pub unsafe extern "C" fn getpwnam_r(
name: *const i8,
pwd: *mut passwd,
buf: *mut i8,
buflen: usize,
result: *mut *mut passwd
) -> i32