Symbol: h_errno
bin/hostname/hostname.c
225
if (h_errno == NETDB_SUCCESS) {
bin/hostname/hostname.c
236
if (h_errno == NETDB_SUCCESS) {
bin/hostname/hostname.c
254
if (h_errno == NETDB_SUCCESS) {
bin/hostname/hostname.c
257
} else if (h_errno == HOST_NOT_FOUND) {
bin/hostname/hostname.c
281
if (h_errno == HOST_NOT_FOUND)
lib/libbluetooth/bluetooth.c
108
h_errno = NETDB_INTERNAL;
lib/libbluetooth/bluetooth.c
113
h_errno = HOST_NOT_FOUND;
lib/libbluetooth/bluetooth.c
148
h_errno = NETDB_SUCCESS;
lib/libbluetooth/bluetooth.c
86
h_errno = NO_RECOVERY;
lib/libc/net/getaddrinfo.c
2002
h_errno = NETDB_INTERNAL;
lib/libc/net/getaddrinfo.c
2008
h_errno = NETDB_INTERNAL;
lib/libc/resolv/h_errno.c
34
extern int h_errno;
lib/libc/resolv/h_errno.c
45
h_errno = res->res_h_errno = err;
lib/libc/resolv/herror.c
88
int h_errno;
libexec/dma/dns.c
164
switch (h_errno) {
sbin/ping/ping.c
492
source, hstrerror(h_errno));
sbin/ping/ping.c
519
target, hstrerror(h_errno));
test/stress/webstress/webstress.c
274
hostname, hstrerror(h_errno));
usr.bin/btpin/btpin.c
69
hstrerror(h_errno));
usr.bin/rfcomm_sppd/rfcomm_sppd.c
147
hstrerror(h_errno));
usr.bin/sdpquery/sdpquery.c
81
optarg, hstrerror(h_errno));
usr.bin/talk/get_addrs.c
49
errx(1, "%s: %s", his_machine_name, hstrerror(h_errno));
usr.sbin/arp/arp.c
287
warnx("%s: %s", host, hstrerror(h_errno));
usr.sbin/arp/arp.c
378
errx(1, "%s: %s", host, hstrerror(h_errno));
usr.sbin/arp/arp.c
416
warnx("%s: %s", host, hstrerror(h_errno));
usr.sbin/arp/arp.c
540
if (h_errno == TRY_AGAIN)
usr.sbin/ndp/ndp.c
580
extern int h_errno;
usr.sbin/traceroute6/traceroute6.c
397
hp = getipnodebyname(optarg, AF_INET6, 0, &h_errno);