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

1 2 3

  /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;
getipnodebyaddr.c 52 switch (h_errno) {
56 *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;
res_state.c 63 h_errno = NETDB_INTERNAL;
herror.c 86 #undef h_errno macro
87 int h_errno; variable
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/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/crypto/dist/ipsec-tools/src/racoon/
getcertsbyname.c 63 /* XXX should it use ci_errno to hold errno instead of h_errno ? */
64 extern int h_errno;
139 h_errno = NO_RECOVERY;
149 h_errno = NO_RECOVERY;
180 h_errno = NO_RECOVERY;
227 h_errno = NO_RECOVERY;
254 h_errno = NO_RECOVERY;
290 h_errno = NO_RECOVERY;
303 h_errno = NO_RECOVERY;
318 h_errno = NO_RECOVERY
    [all...]
dnssec.c 56 extern int 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 1757 h_errno = NO_RECOVERY;
1762 h_errno = NO_RECOVERY;
1773 h_errno = NO_RECOVERY;
1947 h_errno = HOST_NOT_FOUND;
1989 h_errno = NETDB_SUCCESS;
1995 h_errno = ntohs(hp->ancount) > 0? NO_DATA : NO_RECOVERY;
2046 h_errno = NETDB_INTERNAL;
2052 h_errno = NETDB_INTERNAL;
2208 h_errno = NETDB_INTERNAL;
2264 switch (h_errno) {
    [all...]
  /src/lib/libpthread/
res_state.c 98 h_errno = NETDB_INTERNAL;
107 h_errno = NETDB_INTERNAL;
  /src/external/bsd/ntp/dist/include/
l_stdlib.h 222 #if defined(DECL_H_ERRNO) && !defined(h_errno)
223 extern int h_errno;
  /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/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;
getnetent_r.c 53 *h_errnop = h_errno;
77 *h_errnop = h_errno;
105 *h_errnop = 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/btkey/
btkey.c 71 optarg, hstrerror(h_errno));
91 optarg, hstrerror(h_errno));
  /src/usr.bin/sdpquery/
sdpquery.c 93 optarg, hstrerror(h_errno));
  /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/openldap/dist/libraries/libldap/
util-int.c 44 #ifndef h_errno
48 extern int h_errno;
441 *herrno_ptr = h_errno;
462 *herrno_ptr = h_errno;
507 int buflen=BUFSTART, h_errno;
535 &hb, buf, buflen, &h_errno );
540 &hp, &h_errno );
544 (h_errno==NETDB_INTERNAL) &&
556 *err = (char *)HSTRERROR( h_errno );
567 rc = h_errno;
    [all...]
  /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/usr.sbin/ypset/
ypset.c 105 hstrerror(h_errno));
  /src/crypto/external/bsd/heimdal/lib/libroken/
Makefile 37 h_errno.c \

Completed in 42 milliseconds

1 2 3