Searched refs:getspent_r_impl (Results 1 – 2 of 2) sorted by relevance
41 static enum nss_status (*getspent_r_impl) (struct spwd * sp, char *buffer, variable94 getspent_r_impl = __nss_lookup_function (ni, "getspent_r"); in init_nss_interface()365 if (!getspent_r_impl) in getspent_next_nss()378 if ((status = getspent_r_impl (result, buffer, buflen, errnop)) in getspent_next_nss()
13729 (getspent_r_impl): New.