Home
last modified time | relevance | path

Searched refs:native_getpwent_r (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/src/unix/solarish/
H A Dcompat.rs188 *result = native_getpwent_r(pwd, buf, min(buflen, c_int::MAX as size_t) as c_int); in getpwent_r()
H A Dmod.rs2925 fn native_getpwent_r(pwd: *mut passwd, buf: *mut c_char, buflen: c_int) -> *mut passwd; in native_getpwent_r() function