Searched refs:endgrent_impl (Results 1 – 2 of 2) sorted by relevance
48 static enum nss_status (*endgrent_impl) (void); variable100 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()
42 static enum nss_status (*endgrent_impl) (void); variable89 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