Home
last modified time | relevance | path

Searched refs:h_errno (Results 1 – 13 of 13) sorted by relevance

/external/ipsec-tools/src/racoon/
Dgetcertsbyname.c64 extern int h_errno;
144 h_errno = NO_RECOVERY;
154 h_errno = NO_RECOVERY;
185 h_errno = NO_RECOVERY;
234 h_errno = NO_RECOVERY;
261 h_errno = NO_RECOVERY;
296 h_errno = NO_RECOVERY;
309 h_errno = NO_RECOVERY;
324 h_errno = NO_RECOVERY;
Ddnssec.c56 extern int h_errno;
/external/netcat/
Dnetcat.c125 extern int h_errno;
135 int h_errno; /* just so we *do* have it available */ variable
197 if (h_errno) { /* if host-lookup variety of error ... */
198 if (h_errno > 4) /* oh no you don't, either */
199 fprintf (stderr, "preposterous h_errno: %d", h_errno);
201 fprintf (stderr, h_errs[h_errno]); /* handle it here */
202 h_errno = 0; /* and reset for next call */
316 h_errno = 0;
365 h_errno = 0;
425 h_errno = 0;
[all …]
DChangelog48 added h_errno strings and updated holler, gethostpoop to find them
63 fixed duplication lameness with printing h_errno stuff
/external/tcpdump/missing/
Dgetnameinfo.c248 h_error = h_errno;
Dgetaddrinfo.c560 h_error = h_errno;
/external/clearsilver/util/
Dneo_net.c170 return nerr_raise(NERR_IO, "Host not found: %s", hstrerror(h_errno)); in ne_net_connect()
/external/tcpdump/
Dconfig.h.in37 /* define ifyou have the h_errno variable. */
Daclocal.m41206 dnl check for h_errno
1208 AC_MSG_CHECKING(for h_errno)
1213 [int foo = h_errno;],
Dconfigure12797 int foo = h_errno;
/external/blktrace/
Dblktrace.c954 if (h_errno == TRY_AGAIN) { in net_setup_addr()
957 } else if (h_errno == NO_RECOVERY) { in net_setup_addr()
/external/libxml2/
Dnanohttp.c1060 switch (h_errno) { in xmlNanoHTTPConnectHost()
/external/e2fsprogs/lib/et/
Dcom_err.texinfo158 @code{h_errno}, the return value from @code{hes_err()}, or whatever other