Searched refs:no_more (Results 1 – 2 of 2) sorted by relevance
/sunrpc/ |
A D | publickey.c | 43 int no_more; in getpublickey() local 45 no_more = __nss_publickey_lookup2 (&nip, "getpublickey", NULL, &fct.ptr); in getpublickey() 47 while (! no_more) in getpublickey() 51 no_more = __nss_next2 (&nip, "getpublickey", NULL, &fct.ptr, status, 0); in getpublickey() 69 int no_more; in libc_hidden_nolink_sunrpc() local 71 no_more = __nss_publickey_lookup2 (&nip, "getsecretkey", NULL, &fct.ptr); in libc_hidden_nolink_sunrpc() 73 while (! no_more) 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 | 154 int no_more; in netname2user() local 156 no_more = __nss_publickey_lookup2 (&nip, "netname2user", NULL, &fct.ptr); in netname2user() 158 while (!no_more) in netname2user() 162 no_more = __nss_next2 (&nip, "netname2user", NULL, &fct.ptr, status, 0); in netname2user()
|
Completed in 6 milliseconds