Searched refs:fct (Results 1 – 2 of 2) sorted by relevance
/nss/ |
A D | getnssent_r.c | 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 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() [all …]
|
A D | getXXbyYY_r.c | 200 } fct; in libc_hidden_proto() local 265 REENTRANT2_NAME_STRING, &fct.ptr); in libc_hidden_proto() 273 status = DL_CALL_FCT (fct.l, (ADD_VARIABLES, resbuf, buffer, buflen, in libc_hidden_proto() 344 REENTRANT2_NAME_STRING, &fct.ptr, status, 0); in libc_hidden_proto()
|
Completed in 7 milliseconds