Home
last modified time | relevance | path

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

/glibc-2.36/nss/nss_compat/
Dcompat-spwd.c41 static enum nss_status (*getspent_r_impl) (struct spwd * sp, char *buffer, variable
94 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()
/glibc-2.36/ChangeLog.old/
DChangeLog.2113729 (getspent_r_impl): New.