HomeSort by: relevance | last modified time | path
    Searched refs:h_errno (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/lib/libc/resolv/
h_errno.c 1 /* $NetBSD: h_errno.c,v 1.3 2008/06/21 20:41:48 christos Exp $ */
34 __RCSID("$NetBSD: h_errno.c,v 1.3 2008/06/21 20:41:48 christos Exp $");
43 #undef h_errno
45 extern int h_errno;
57 h_errno = res->res_h_errno = err;
res_state.c 63 h_errno = NETDB_INTERNAL;
herror.c 86 #undef h_errno
87 int h_errno; variable in typeref:typename:int
96 * print the error indicated by the h_errno value.
  /src/usr.bin/talk/
get_addrs.c 64 hstrerror(h_errno));
69 hstrerror(h_errno));
  /src/lib/libc/net/
getnetnamadr.c 206 h_errno = HOST_NOT_FOUND;
208 h_errno = TRY_AGAIN;
214 h_errno = NO_RECOVERY;
260 h_errno = HOST_NOT_FOUND;
275 h_errno = TRY_AGAIN;
300 h_errno = HOST_NOT_FOUND;
347 h_errno = NETDB_INTERNAL;
383 h_errno = HOST_NOT_FOUND;
402 h_errno = NETDB_INTERNAL;
406 h_errno = NETDB_SUCCESS
    [all...]
getaddrinfo.c 1754 h_errno = NO_RECOVERY;
1759 h_errno = NO_RECOVERY;
1770 h_errno = NO_RECOVERY;
1944 h_errno = HOST_NOT_FOUND;
1986 h_errno = NETDB_SUCCESS;
1992 h_errno = ntohs(hp->ancount) > 0? NO_DATA : NO_RECOVERY;
2043 h_errno = NETDB_INTERNAL;
2049 h_errno = NETDB_INTERNAL;
2205 h_errno = NETDB_INTERNAL;
2261 switch (h_errno) {
    [all...]
gethnamaddr.c 1337 &h_errno);
1342 return gethostbyname_r(name, &h_ent, h_buf, sizeof(h_buf), &h_errno);
1348 &h_errno);
1357 h_errno = NETDB_INTERNAL;
1362 return gethostent_r(_h_file, &h_ent, h_buf, sizeof(h_buf), &h_errno);
  /src/lib/libpthread/
res_state.c 98 h_errno = NETDB_INTERNAL;
107 h_errno = NETDB_INTERNAL;
  /src/lib/libbluetooth/
bluetooth.c 89 h_errno = NO_RECOVERY;
111 h_errno = NETDB_INTERNAL;
116 h_errno = HOST_NOT_FOUND;
151 h_errno = NETDB_SUCCESS;
  /src/usr.bin/btkey/
btkey.c 71 optarg, hstrerror(h_errno));
91 optarg, hstrerror(h_errno));
  /src/include/
netdb.h 136 extern int h_errno;
139 #define h_errno (*__h_errno()) macro
220 * (left in extern int h_errno).
  /src/usr.bin/sdpquery/
sdpquery.c 93 optarg, hstrerror(h_errno));
  /src/distrib/utils/libhack/
gethost.c 76 int h_errno; variable in typeref:typename:int
114 return gethostbyname_r(name, &h_ent, h_buf, sizeof(h_buf), &h_errno);
133 &h_errno);
  /src/usr.sbin/ypset/
ypset.c 105 hstrerror(h_errno));
  /src/usr.bin/ypwhich/
ypwhich.c 233 errx(1, "%s: %s", host, hstrerror(h_errno));
296 errx(1, "%s: %s", host, hstrerror(h_errno));
  /src/lib/libcompat/4.3/
rexec.c 83 warnx("Error resolving %s (%s)", *ahost, hstrerror(h_errno));
  /src/tests/lib/libc/net/
h_hostent.c 105 printf("error %d\n", h_errno);
  /src/usr.bin/btpin/
btpin.c 76 hstrerror(h_errno));
  /src/usr.sbin/btdevctl/
btdevctl.c 92 optarg, hstrerror(h_errno));
  /src/usr.sbin/btpand/
btpand.c 100 optarg, hstrerror(h_errno));
  /src/usr.sbin/timed/timedc/
cmds.c 107 warnx("Error resolving %s (%s)", name, hstrerror(h_errno));
  /src/usr.bin/rfcomm_sppd/
rfcomm_sppd.c 148 hstrerror(h_errno));
  /src/usr.sbin/rarpd/
rarpd.c 594 hstrerror(h_errno));
  /src/usr.sbin/arp/
arp.c 770 warnx("%s: %s", host, hstrerror(h_errno));
  /src/usr.sbin/ypbind/
ypbind.c 1130 yp_log(LOG_WARNING, "%s: %s", p, hstrerror(h_errno));

Completed in 48 milliseconds

1 2