Searched refs:fct2_name (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/nss/ |
D | nsswitch.c | 64 __nss_lookup (nss_action_list *ni, const char *fct_name, const char *fct2_name, in __nss_lookup() argument 68 if (*fctp == NULL && fct2_name != NULL) in __nss_lookup() 69 *fctp = __nss_lookup_function (*ni, fct2_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() 91 __nss_next2 (nss_action_list *ni, const char *fct_name, const char *fct2_name, 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()
|
D | XXX-lookup.c | 50 DB_LOOKUP_FCT (nss_action_list *ni, const char *fct_name, const char *fct2_name, in DB_LOOKUP_FCT() argument 62 return __nss_lookup (ni, fct_name, fct2_name, fctp); in DB_LOOKUP_FCT()
|
D | nsswitch.h | 95 const char *fct2_name, void **fctp); 112 const char *fct2_name, void **fctp, int status,
|