Lines Matching refs:fct
60 } fct; in __nss_setent() local
76 no_more = setup (func_name, lookup_fct, &fct.ptr, nip, in __nss_setent()
84 status = DL_CALL_FCT (fct.f, (*stayopen_tmp)); in __nss_setent()
86 status = DL_CALL_FCT (fct.f, (0)); in __nss_setent()
98 no_more = __nss_next2 (nip, func_name, NULL, &fct.ptr, status, 0); in __nss_setent()
120 } fct; in __nss_endent() local
135 no_more = setup (func_name, lookup_fct, &fct.ptr, nip, startp, 1); in __nss_endent()
139 DL_CALL_FCT (fct.f, ()); in __nss_endent()
145 no_more = __nss_next2 (nip, func_name, NULL, &fct.ptr, 0, 1); in __nss_endent()
166 } fct; in __nss_getent_r() local
188 no_more = setup (getent_func_name, lookup_fct, &fct.ptr, nip, in __nss_getent_r()
194 status = DL_CALL_FCT (fct.f, in __nss_getent_r()
219 no_more = __nss_next2 (nip, getent_func_name, NULL, &fct.ptr, in __nss_getent_r()