Home
last modified time | relevance | path

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

/nss/nss_compat/
A Dcompat-initgroups.c48 static enum nss_status (*endgrent_impl) (void); variable
100 endgrent_impl = __nss_lookup_function (ni, "endgrent"); in init_nss_interface()
152 if (ent->need_endgrent && endgrent_impl != NULL) in internal_endgrent()
153 endgrent_impl (); in internal_endgrent()
A Dcompat-grp.c42 static enum nss_status (*endgrent_impl) (void); variable
89 endgrent_impl = __nss_lookup_function (ni, "endgrent"); in init_nss_interface()
181 if (endgrent_impl) in _nss_compat_endgrent()
182 endgrent_impl (); in _nss_compat_endgrent()

Completed in 7 milliseconds