Lines Matching refs:fctp
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()
120 *fctp = __nss_lookup_function (*ni, fct_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()
124 while (*fctp == NULL in libc_hidden_def()
128 return *fctp != NULL ? 0 : -1; in libc_hidden_def()