Searched refs:getpwent_r_impl (Results 1 – 1 of 1) sorted by relevance
44 static enum nss_status (*getpwent_r_impl) (struct passwd * pwd, char *buffer, variable98 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