HomeSort by: relevance | last modified time | path
    Searched defs:h_errno (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
h_errno.c 1 /* $NetBSD: h_errno.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
39 int h_errno = -17; /* Some magic number */ variable
getipnodebyname.c 41 static int h_errno = NO_RECOVERY; variable
64 switch (h_errno) {
68 *error_num = h_errno;
  /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 macro
45 extern int h_errno;
57 h_errno = res->res_h_errno = err;
herror.c 86 #undef h_errno macro
87 int h_errno; variable
96 * print the error indicated by the h_errno value.
  /src/external/bsd/libbind/dist/resolv/
herror.c 85 #undef h_errno macro
86 int h_errno; variable
91 * print the error indicated by the h_errno value.
  /src/external/bsd/libbind/dist/irs/
irs_data.c 50 #undef h_errno macro
51 extern int h_errno;
231 return (&h_errno);
242 h_errno = res->res_h_errno = err;
  /src/distrib/utils/libhack/
gethost.c 76 int h_errno; variable
114 return gethostbyname_r(name, &h_ent, h_buf, sizeof(h_buf), &h_errno);
133 &h_errno);
  /src/external/bsd/ntp/dist/libntp/
machines.c 38 int h_errno; variable
43 h_errno = 0; /* we are always successful!!! */
57 h_errno = 0; /* we are always successful!!! */
  /src/include/
netdb.h 136 extern int h_errno;
139 #define h_errno (*__h_errno()) macro
220 * (left in extern int h_errno).
  /src/external/ibm-public/postfix/dist/src/dns/
dns.h 62 * global h_errno variable. We should not count on that being updated.
66 #undef h_errno macro
67 #define h_errno use_dns_get_h_errno_instead_of_h_errno macro
  /src/external/bsd/libbind/dist/include/
netdb.h 131 #define h_errno (*__h_errno()) macro
133 extern int h_errno;
199 * (left in extern int h_errno).

Completed in 77 milliseconds