Home
last modified time | relevance | path

Searched refs:h_errno (Results 1 – 22 of 22) 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/netperf/src/missing/m4/
Dherrno.m430 dnl * Check for h_errno.
33 [AC_CACHE_CHECK(for h_errno declaration in netdb.h, ac_cv_decl_h_errno,
36 h_errno = 0;
40 [Define to 1 if `h_errno' is declared by <netdb.h>])
/external/netperf/src/missing/
Dgetaddrinfo.c138 extern int h_errno;
353 saved_h_errno = h_errno;
429 switch (h_errno) {
506 h_errno = saved_h_errno;
537 saved_h_errno = h_errno;
599 h_errno = saved_h_errno;
/external/libpcap/Win32/Include/net/
Dnetdb.h94 #define h_errno (*__h_errno_location ()) macro
96 extern int h_errno;
/external/curl/lib/
Damigaos.c32 extern int errno, h_errno;
/external/netperf/
Dacinclude.m4115 dnl * Check for h_errno.
118 [AC_CACHE_CHECK(for h_errno declaration in netdb.h, ac_cv_decl_h_errno,
121 h_errno = 0;
125 [Define to 1 if `h_errno' is declared by <netdb.h>])
Dconfig.h.in274 /* Define to 1 if `h_errno' is declared by <netdb.h> */
Dconfigure5116 h_errno = 0;
/external/tcpdump/missing/
Dgetnameinfo.c243 h_error = h_errno;
/external/tcpdump/
Daclocal.m41224 dnl check for h_errno
1226 AC_MSG_CHECKING(for h_errno)
1231 [int foo = h_errno;],
1237 [define if you have the h_errno variable])
Dconfig.h.in52 /* define if you have the h_errno variable */
Dconfigure8109 int foo = h_errno;
/external/libpcap/Win32/Src/
Dgetaddrinfo.c567 h_error = 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.c1136 switch (h_errno) { in xmlNanoHTTPConnectHost()
/external/libevent/
Devutil.c1328 err = h_errno; in evutil_getaddrinfo()
/external/e2fsprogs/lib/et/
Dcom_err.texinfo150 @code{h_errno}, the return value from @code{hes_err()}, or whatever other
/external/curl/packages/vms/
Dconfig_h.com1327 $ if keysym .eqs. "HERRNO" then keysym = "h_errno"
/external/curl/m4/
Dcurl-functions.m42205 CURL_CHECK_DEF_CC([h_errno], [
2219 h_errno = 2;
2220 if(0 != h_errno)
/external/valgrind/
DNEWS.old1797 with inconsistent/illogical behaviour of errno, h_errno or the DNS
/external/libvncserver/
DChangeLog5774 x11vnc/x11vnc.h: x11vnc: fix AIX build wrt h_errno.