Searched refs:fctp (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/nss/ |
D | nsswitch.c | 65 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 …]
|
D | nsswitch.h | 95 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,
|
D | getnssent_r.c | 28 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()
|
D | compat-lookup.c | 32 __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
|
D | XXX-lookup.c | 51 void **fctp) in DB_LOOKUP_FCT() argument 62 return __nss_lookup (ni, fct_name, fct2_name, fctp); in DB_LOOKUP_FCT()
|
D | getXXent_r.c | 115 const char *name2, void **fctp);
|
D | getXXbyYY_r.c | 182 const char *name2, void **fctp);
|
/glibc-2.36/elf/ |
D | nodelete.c | 159 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/ |
D | dlfcn.h | 54 # define DL_CALL_FCT(fctp, args) \ argument 55 (_dl_mcount_wrapper_check ((void *) (fctp)), (*(fctp)) args)
|
/glibc-2.36/bits/ |
D | dlfcn.h | 54 # define DL_CALL_FCT(fctp, args) \ argument 55 (_dl_mcount_wrapper_check ((void *) (fctp)), (*(fctp)) args)
|
/glibc-2.36/inet/ |
D | getnetgrent_r.c | 42 setup (void **fctp, nss_action_list *nipp) in setup() argument 46 no_more = __nss_netgroup_lookup2 (nipp, "setnetgrent", NULL, fctp); in setup()
|