Searched refs:__nss_next2 (Results 1 – 14 of 14) sorted by relevance
/glibc-2.36/nss/ |
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()
|
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
|
D | nsswitch.h | 111 extern int __nss_next2 (struct nss_action **ni, const char *fct_name, 114 libc_hidden_proto (__nss_next2)
|
D | Versions | 19 __nss_services_lookup2; __nss_next2; __nss_lookup;
|
D | getXXbyYY_r.c | 343 no_more = __nss_next2 (&nip, REENTRANT_NAME_STRING, in libc_hidden_proto()
|
/glibc-2.36/sunrpc/ |
D | publickey.c | 51 no_more = __nss_next2 (&nip, "getpublickey", NULL, &fct.ptr, status, 0); in getpublickey() 77 no_more = __nss_next2 (&nip, "getsecretkey", NULL, &fct.ptr, status, 0); in libc_hidden_nolink_sunrpc()
|
D | netname.c | 162 no_more = __nss_next2 (&nip, "netname2user", NULL, &fct.ptr, status, 0); in netname2user()
|
/glibc-2.36/inet/ |
D | ether_hton.c | 50 no_more = __nss_next2 (&nip, "gethostton_r", NULL, &fct.ptr, status, 0); in ether_hostton()
|
D | ether_ntoh.c | 51 no_more = __nss_next2 (&nip, "getntohost_r", NULL, &fct.ptr, status, 0); in ether_ntohost()
|
D | getnetgrent_r.c | 109 no_more = __nss_next2 (&datap->nip, "setnetgrent", NULL, &fct.ptr, in __internal_setnetgrent_reuse() 476 no_more = __nss_next2 (&entry.nip, "setnetgrent", NULL, in weak_alias()
|
/glibc-2.36/nscd/ |
D | netgroupcache.c | 340 no_more = __nss_next2 (&nip, "setnetgrent", NULL, &setfct.ptr, in addgetnetgrentX()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.17 | 8574 and __nss_next2. Remove __nss_services_lookup. 8578 __nss_next2. 8583 (__nss_next2): New function. 8584 (__nss_next): Now wrapper around __nss_next2. 8586 Declare __nss_next2. 8590 * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
|
D | ChangeLog.22 | 5055 [! USE_NSCD](__nss_next2): Remove. 5081 (__nss_next2): New function. 5092 (__nss_next2): Modified.
|
D | ChangeLog.19 | 13912 * nss/nsswitch.c (__nss_next2): Likewise.
|