Searched refs:no_more (Results 1 – 3 of 3) sorted by relevance
/inet/ |
A D | ether_ntoh.c | 39 int no_more; in ether_ntohost() local 43 no_more = __nss_ethers_lookup2 (&nip, "getntohost_r", NULL, &fct.ptr); in ether_ntohost() 45 while (no_more == 0) in ether_ntohost() 51 no_more = __nss_next2 (&nip, "getntohost_r", NULL, &fct.ptr, status, 0); in ether_ntohost()
|
A D | ether_hton.c | 38 int no_more; in ether_hostton() local 42 no_more = __nss_ethers_lookup2 (&nip, "gethostton_r", NULL, &fct.ptr); in ether_hostton() 44 while (no_more == 0) in ether_hostton() 50 no_more = __nss_next2 (&nip, "gethostton_r", NULL, &fct.ptr, status, 0); in ether_hostton()
|
A D | getnetgrent_r.c | 44 int no_more; in setup() local 48 return no_more; in setup() 100 int no_more = setup (&fct.ptr, &datap->nip); in __internal_setnetgrent_reuse() local 101 while (! no_more) in __internal_setnetgrent_reuse() 112 if (status == NSS_STATUS_SUCCESS && ! no_more) in __internal_setnetgrent_reuse() 243 int no_more = datap->nip == NULL; in __internal_getnetgrent_r() local 244 if (! no_more) in __internal_getnetgrent_r() 256 no_more = fct == NULL; in __internal_getnetgrent_r() 259 while (! no_more) in __internal_getnetgrent_r() 394 int no_more = setup (&setfct.ptr, &entry.nip); in weak_alias() local [all …]
|
Completed in 4 milliseconds