Searched refs:fctp (Results 1 – 7 of 7) sorted by relevance
/nss/ |
A 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() 71 while (*fctp == NULL in __nss_lookup() 78 if (*fctp == NULL && fct2_name != NULL) in __nss_lookup() 79 *fctp = __nss_lookup_function (*ni, fct2_name); in __nss_lookup() 92 void **fctp, int status, int all_values) in libc_hidden_def() 121 if (*fctp == NULL && fct2_name != NULL) in libc_hidden_def() 122 *fctp = __nss_lookup_function (*ni, fct2_name); in libc_hidden_def() 124 while (*fctp == NULL in libc_hidden_def() [all …]
|
A 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
|
A D | XXX-lookup.c | 50 void **fctp) in DB_LOOKUP_FCT() argument 57 return __nss_lookup (ni, fct_name, fct2_name, fctp); in DB_LOOKUP_FCT()
|
A 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,
|
A 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()
|
A D | getXXent_r.c | 115 const char *name2, void **fctp);
|
A D | getXXbyYY_r.c | 182 const char *name2, void **fctp);
|
Completed in 13 milliseconds