Searched refs:getgrent_r_impl (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/nss/nss_compat/ |
D | compat-initgroups.c | 46 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()
|
D | compat-grp.c | 40 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/ |
D | ChangeLog.21 | 13679 (getgrent_r_impl): New. 13696 (getgrent_r_impl): New.
|