Home
last modified time | relevance | path

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

/nss/nss_compat/
A Dcompat-initgroups.c45 static enum nss_status (*setgrent_impl) (int stayopen); variable
98 setgrent_impl = __nss_lookup_function (ni, "setgrent"); in init_nss_interface()
311 if (setgrent_impl != NULL) in getgrent_next_nss()
313 setgrent_impl (1); in getgrent_next_nss()
456 if (setgrent_impl != NULL) in internal_getgrent_r()
458 setgrent_impl (1); in internal_getgrent_r()
A Dcompat-grp.c33 static enum nss_status (*setgrent_impl) (int stayopen);
85 setgrent_impl = __nss_lookup_function (ni, "setgrent"); in init_nss_interface()
119 if (needent && status == NSS_STATUS_SUCCESS && setgrent_impl) in internal_setgrent()
120 ent->setent_status = setgrent_impl (stayopen); in internal_setgrent()

Completed in 6 milliseconds