Home
last modified time | relevance | path

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

/glibc-2.36/nss/nss_compat/
Dcompat-initgroups.c46 static enum nss_status (*getgrent_r_impl) (struct group * grp, char *buffer, variable
99 getgrent_r_impl = __nss_lookup_function (ni, "getgrent_r"); in init_nss_interface()
344 if ((status = getgrent_r_impl (&grpbuf, buffer, buflen, errnop)) in getgrent_next_nss()
463 if (getgrent_r_impl == NULL) in internal_getgrent_r()
Dcompat-grp.c40 static enum nss_status (*getgrent_r_impl) (struct group * grp, char *buffer, variable
88 getgrent_r_impl = __nss_lookup_function (ni, "getgrent_r"); in init_nss_interface()
196 if (!getgrent_r_impl) in getgrent_next_nss()
207 if ((status = getgrent_r_impl (result, buffer, buflen, errnop)) in getgrent_next_nss()
/glibc-2.36/ChangeLog.old/
DChangeLog.2113679 (getgrent_r_impl): New.
13696 (getgrent_r_impl): New.