Home
last modified time | relevance | path

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

/nss/nss_compat/
A 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()
A 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()

Completed in 7 milliseconds