Home
last modified time | relevance | path

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

/nss/nss_compat/
A Dcompat-pwd.c44 static enum nss_status (*getpwent_r_impl) (struct passwd * pwd, char *buffer, variable
98 getpwent_r_impl = __nss_lookup_function (ni, "getpwent_r"); in init_nss_interface()
408 if (!getpwent_r_impl) in getpwent_next_nss()
429 if ((status = getpwent_r_impl (result, buffer, buflen, errnop)) in getpwent_next_nss()

Completed in 6 milliseconds