Searched refs:__nss_next2 (Results 1 – 5 of 5) sorted by relevance
/nss/ |
A D | nsswitch.c | 91 __nss_next2 (nss_action_list *ni, const char *fct_name, const char *fct2_name, in libc_hidden_def() 130 libc_hidden_def (__nss_next2) in libc_hidden_def() argument
|
A D | getnssent_r.c | 98 no_more = __nss_next2 (nip, func_name, NULL, &fct.ptr, status, 0); in __nss_setent() 145 no_more = __nss_next2 (nip, func_name, NULL, &fct.ptr, 0, 1); in __nss_endent() 219 no_more = __nss_next2 (nip, getent_func_name, NULL, &fct.ptr, in __nss_getent_r()
|
A D | nsswitch.h | 111 extern int __nss_next2 (struct nss_action **ni, const char *fct_name, 114 libc_hidden_proto (__nss_next2)
|
A D | Versions | 19 __nss_services_lookup2; __nss_next2; __nss_lookup;
|
A D | getXXbyYY_r.c | 343 no_more = __nss_next2 (&nip, REENTRANT_NAME_STRING, in libc_hidden_proto()
|
Completed in 9 milliseconds