Searched refs:fct (Results 1 – 2 of 2) sorted by relevance
/sunrpc/ |
A D | publickey.c | 41 } fct; in getpublickey() local 45 no_more = __nss_publickey_lookup2 (&nip, "getpublickey", NULL, &fct.ptr); in getpublickey() 49 status = (*fct.f) (name, key, &errno); in getpublickey() 51 no_more = __nss_next2 (&nip, "getpublickey", NULL, &fct.ptr, status, 0); in getpublickey() 67 } fct; in libc_hidden_nolink_sunrpc() local 71 no_more = __nss_publickey_lookup2 (&nip, "getsecretkey", NULL, &fct.ptr); in libc_hidden_nolink_sunrpc() 75 status = (*fct.f) (name, key, passwd, &errno); in libc_hidden_nolink_sunrpc() 77 no_more = __nss_next2 (&nip, "getsecretkey", NULL, &fct.ptr, status, 0); in libc_hidden_nolink_sunrpc()
|
A D | netname.c | 152 } fct; in netname2user() local 156 no_more = __nss_publickey_lookup2 (&nip, "netname2user", NULL, &fct.ptr); in netname2user() 160 status = (*fct.f) (netname, uidp, gidp, gidlenp, gidlist); in netname2user() 162 no_more = __nss_next2 (&nip, "netname2user", NULL, &fct.ptr, status, 0); in netname2user()
|
Completed in 6 milliseconds