Home
last modified time | relevance | path

Searched refs:fctp (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/nss/
Dnsswitch.c65 void **fctp) in __nss_lookup() argument
67 *fctp = __nss_lookup_function (*ni, fct_name); in __nss_lookup()
68 if (*fctp == NULL && fct2_name != NULL) in __nss_lookup()
69 *fctp = __nss_lookup_function (*ni, fct2_name); in __nss_lookup()
71 while (*fctp == NULL in __nss_lookup()
77 *fctp = __nss_lookup_function (*ni, fct_name); in __nss_lookup()
78 if (*fctp == NULL && fct2_name != NULL) in __nss_lookup()
79 *fctp = __nss_lookup_function (*ni, fct2_name); in __nss_lookup()
82 return *fctp != NULL ? 0 : (*ni)[1].module == NULL ? 1 : -1; in __nss_lookup()
92 void **fctp, int status, int all_values) in libc_hidden_def()
[all …]
Dnsswitch.h95 const char *fct2_name, void **fctp);
112 const char *fct2_name, void **fctp, int status,
115 extern int __nss_next (struct nss_action **ni, const char *fct_name, void **fctp,
Dgetnssent_r.c28 void **fctp, nss_action_list *nip, nss_action_list *startp, int all) in setup() argument
33 no_more = lookup_fct (nip, func_name, NULL, fctp); in setup()
45 no_more = __nss_lookup (nip, func_name, NULL, fctp); in setup()
Dcompat-lookup.c32 __nss_passwd_lookup (nss_action_list *ni, const char *fct_name, void **fctp) in __nss_passwd_lookup() argument
53 __nss_next (nss_action_list *ni, const char *fct_name, void **fctp, int status, in __nss_next() argument
DXXX-lookup.c51 void **fctp) in DB_LOOKUP_FCT() argument
62 return __nss_lookup (ni, fct_name, fct2_name, fctp); in DB_LOOKUP_FCT()
DgetXXent_r.c115 const char *name2, void **fctp);
DgetXXbyYY_r.c182 const char *name2, void **fctp);
/glibc-2.36/elf/
Dnodelete.c159 int *(*fctp) (void); in do_test() local
163 fctp = dlsym (p, "addr"); in do_test()
164 if (fctp == NULL) in do_test()
171 int *varp = fctp (); in do_test()
/glibc-2.36/sysdeps/mips/bits/
Ddlfcn.h54 # define DL_CALL_FCT(fctp, args) \ argument
55 (_dl_mcount_wrapper_check ((void *) (fctp)), (*(fctp)) args)
/glibc-2.36/bits/
Ddlfcn.h54 # define DL_CALL_FCT(fctp, args) \ argument
55 (_dl_mcount_wrapper_check ((void *) (fctp)), (*(fctp)) args)
/glibc-2.36/inet/
Dgetnetgrent_r.c42 setup (void **fctp, nss_action_list *nipp) in setup() argument
46 no_more = __nss_netgroup_lookup2 (nipp, "setnetgrent", NULL, fctp); in setup()