Home
last modified time | relevance | path

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

/nss/
A 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()
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 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
A DXXX-lookup.c50 void **fctp) in DB_LOOKUP_FCT() argument
57 return __nss_lookup (ni, fct_name, fct2_name, fctp); in DB_LOOKUP_FCT()
A 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,
A 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()
A DgetXXent_r.c115 const char *name2, void **fctp);
A DgetXXbyYY_r.c182 const char *name2, void **fctp);

Completed in 13 milliseconds