libc

Function getspent_r

Source
pub unsafe extern "C" fn getspent_r(
    spbuf: *mut spwd,
    buf: *mut c_char,
    buflen: size_t,
    spbufp: *mut *mut spwd,
) -> c_int