Searched refs:status (Results 1 – 7 of 7) sorted by relevance
/inet/ |
A D | ether_ntoh.c | 40 enum nss_status status = NSS_STATUS_UNAVAIL; in ether_ntohost() local 49 status = (*fct.f) (addr, ðerent, buffer, sizeof buffer, &errno); in ether_ntohost() 51 no_more = __nss_next2 (&nip, "getntohost_r", NULL, &fct.ptr, status, 0); in ether_ntohost() 54 if (status == NSS_STATUS_SUCCESS) in ether_ntohost() 60 return status == NSS_STATUS_SUCCESS ? 0 : -1; in ether_ntohost()
|
A D | ether_hton.c | 39 enum nss_status status = NSS_STATUS_UNAVAIL; in ether_hostton() local 48 status = (*fct.f) (hostname, ðerent, buffer, sizeof buffer, &errno); in ether_hostton() 50 no_more = __nss_next2 (&nip, "gethostton_r", NULL, &fct.ptr, status, 0); in ether_hostton() 53 if (status == NSS_STATUS_SUCCESS) in ether_hostton() 57 return status == NSS_STATUS_SUCCESS ? 0 : -1; in ether_hostton()
|
A D | getnetgrent_r.c | 110 status, 0); in __internal_setnetgrent_reuse() 129 status = NSS_STATUS_TRYAGAIN; in __internal_setnetgrent_reuse() 138 return status == NSS_STATUS_SUCCESS; in __internal_setnetgrent_reuse() 263 if (status == NSS_STATUS_RETURN in __internal_getnetgrent_r() 313 status = NSS_STATUS_RETURN; in __internal_getnetgrent_r() 327 if (status == NSS_STATUS_SUCCESS) in __internal_getnetgrent_r() 343 enum nss_status status; in libc_hidden_def() local 352 return status; in libc_hidden_def() 403 if (status == NSS_STATUS_SUCCESS in weak_alias() 464 status = NSS_STATUS_RETURN; in weak_alias() [all …]
|
A D | gethstbynm_r.c | 34 if (status == NSS_STATUS_SUCCESS) \
|
A D | gethstbynm2_r.c | 34 if (status == NSS_STATUS_SUCCESS) \
|
A D | gethstbyad_r.c | 41 if (status == NSS_STATUS_SUCCESS) \
|
A D | etc.rpc | 28 status 100024
|
Completed in 6 milliseconds