Skip to main content

getspnam_r

Function getspnam_r 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn getspnam_r( name: *const c_char, result_buf: *mut spwd, buffer: *mut c_char, buflen: size_t, result: *mut *mut spwd, ) -> c_int
Expand description