Home
last modified time | relevance | path

Searched refs:__nss_next2 (Results 1 – 14 of 14) sorted by relevance

/glibc-2.36/nss/
Dgetnssent_r.c98 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()
Dnsswitch.c91 __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
Dnsswitch.h111 extern int __nss_next2 (struct nss_action **ni, const char *fct_name,
114 libc_hidden_proto (__nss_next2)
DVersions19 __nss_services_lookup2; __nss_next2; __nss_lookup;
DgetXXbyYY_r.c343 no_more = __nss_next2 (&nip, REENTRANT_NAME_STRING, in libc_hidden_proto()
/glibc-2.36/sunrpc/
Dpublickey.c51 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()
Dnetname.c162 no_more = __nss_next2 (&nip, "netname2user", NULL, &fct.ptr, status, 0); in netname2user()
/glibc-2.36/inet/
Dether_hton.c50 no_more = __nss_next2 (&nip, "gethostton_r", NULL, &fct.ptr, status, 0); in ether_hostton()
Dether_ntoh.c51 no_more = __nss_next2 (&nip, "getntohost_r", NULL, &fct.ptr, status, 0); in ether_ntohost()
Dgetnetgrent_r.c109 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/
Dnetgroupcache.c340 no_more = __nss_next2 (&nip, "setnetgrent", NULL, &setfct.ptr, in addgetnetgrentX()
/glibc-2.36/ChangeLog.old/
DChangeLog.178574 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.
DChangeLog.225055 [! USE_NSCD](__nss_next2): Remove.
5081 (__nss_next2): New function.
5092 (__nss_next2): Modified.
DChangeLog.1913912 * nss/nsswitch.c (__nss_next2): Likewise.