Symbol: h_errno
crypto/heimdal/lib/roken/getipnodebyaddr.c
50
switch (h_errno) {
crypto/heimdal/lib/roken/getipnodebyaddr.c
54
*error_num = h_errno;
crypto/heimdal/lib/roken/getipnodebyname.c
39
static int h_errno = NO_RECOVERY;
crypto/heimdal/lib/roken/getipnodebyname.c
62
switch (h_errno) {
crypto/heimdal/lib/roken/getipnodebyname.c
66
*error_num = h_errno;
crypto/heimdal/lib/roken/h_errno.c
37
int h_errno = -17; /* Some magic number */
crypto/krb5/src/include/port-sockets.h
166
extern int h_errno; /* In case it's missing, e.g., HP-UX 10.20. */
crypto/krb5/src/util/support/fake-addrinfo.c
178
{ TMP = gethostbyname (NAME); (ERR) = h_errno; (HP) = TMP; }
crypto/krb5/src/util/support/fake-addrinfo.c
180
{ TMP = gethostbyaddr ((ADDR), (ADDRLEN), (FAMILY)); (ERR) = h_errno; (HP) = TMP; }
crypto/krb5/src/util/support/fake-addrinfo.c
192
(ERR) = h_errno; \
crypto/openssh/openbsd-compat/getrrsetbyname.c
243
switch(h_errno) {
crypto/openssh/openbsd-compat/getrrsetbyname.c
61
extern int h_errno;
crypto/openssl/crypto/bio/bio_addr.c
858
ERR_raise_data(ERR_LIB_SYS, 1000 + h_errno,
lib/libbluetooth/bluetooth.c
109
h_errno = NETDB_INTERNAL;
lib/libbluetooth/bluetooth.c
114
h_errno = HOST_NOT_FOUND;
lib/libbluetooth/bluetooth.c
149
h_errno = NETDB_SUCCESS;
lib/libbluetooth/bluetooth.c
87
h_errno = NO_RECOVERY;
lib/libc/resolv/h_errno.c
34
extern int h_errno;
lib/libc/resolv/h_errno.c
48
h_errno = res->res_h_errno = err;
lib/libc/resolv/herror.c
76
int h_errno;
lib/libc/tests/resolv/resolv_test.c
142
*errstr = hstrerror(h_errno);
lib/libc/tests/resolv/resolv_test.c
145
return hp ? 0 : h_errno;
lib/libcasper/services/cap_dns/cap_dns.c
118
h_errno = NO_RECOVERY;
lib/libcasper/services/cap_dns/cap_dns.c
141
h_errno = NO_RECOVERY;
lib/libcasper/services/cap_dns/cap_dns.c
145
h_errno = (int)nvlist_get_number(nvl, "error");
lib/libcasper/services/cap_dns/cap_dns.c
168
h_errno = NO_RECOVERY;
lib/libcasper/services/cap_dns/cap_dns.c
172
h_errno = (int)nvlist_get_number(nvl, "error");
lib/libcasper/services/cap_dns/cap_dns.c
485
return (h_errno);
lib/libcasper/services/cap_dns/cap_dns.c
511
return (h_errno);
lib/libcasper/services/cap_dns/tests/dns_test.c
319
caperr = h_errno;
lib/libcasper/services/cap_net/cap_net.c
139
h_errno = NO_RECOVERY;
lib/libcasper/services/cap_net/cap_net.c
208
h_errno = NO_RECOVERY;
lib/libcasper/services/cap_net/cap_net.c
212
h_errno = (int)nvlist_get_number(nvl, "error");
lib/libcasper/services/cap_net/cap_net.c
235
h_errno = NO_RECOVERY;
lib/libcasper/services/cap_net/cap_net.c
239
h_errno = (int)nvlist_get_number(nvl, "error");
lib/libcasper/services/cap_net/cap_net.c
818
return (h_errno);
lib/libcasper/services/cap_net/cap_net.c
852
return (h_errno);
lib/libcasper/services/cap_net/tests/net_test.c
142
if (caphp == NULL && h_errno == ENOTCAPABLE)
lib/libcasper/services/cap_net/tests/net_test.c
164
if (caphp == NULL && h_errno == ENOTCAPABLE)
lib/libcasper/services/cap_net/tests/net_test.c
233
if (caphp == NULL && h_errno == ENOTCAPABLE)
lib/libcasper/services/cap_net/tests/net_test.c
234
return (h_errno);
sbin/ping/ping.c
563
source, hstrerror(h_errno));
sbin/ping/ping.c
591
target, hstrerror(h_errno));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
100
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.bin/talk/get_addrs.c
52
errx(1, "%s: %s", his_machine_name, hstrerror(h_errno));
usr.sbin/arp/arp.c
267
xo_warnx("%s: %s", host, hstrerror(h_errno));
usr.sbin/arp/arp.c
617
if (h_errno == TRY_AGAIN)
usr.sbin/arp/arp_netlink.c
203
if (h_errno == TRY_AGAIN)
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c
76
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.sbin/bluetooth/bthidd/bthidd.c
86
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.sbin/bluetooth/btpand/btpand.c
107
optarg, hstrerror(h_errno));
usr.sbin/bluetooth/btpand/btpand.c
89
optarg, hstrerror(h_errno));
usr.sbin/bluetooth/l2control/l2control.c
71
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.sbin/bluetooth/l2ping/l2ping.c
128
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.sbin/bluetooth/l2ping/l2ping.c
99
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
88
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
72
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.sbin/traceroute6/traceroute6.c
432
hp = getipnodebyname(optarg, AF_INET6, 0, &h_errno);