Searched refs:native_getpwent_r (Results 1 – 2 of 2) sorted by relevance
188 *result = native_getpwent_r(pwd, buf, min(buflen, c_int::MAX as size_t) as c_int); in getpwent_r()
2925 fn native_getpwent_r(pwd: *mut passwd, buf: *mut c_char, buflen: c_int) -> *mut passwd; in native_getpwent_r() function