Home
last modified time | relevance | path

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

12

/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/curl/lib/
Damigaos.c32 extern int errno, h_errno;
/external/syslinux/core/lwip/src/api/
Dnetdb.c59 int h_errno; variable
100 h_errno = HOST_NOT_FOUND; in lwip_gethostbyname()
/external/syslinux/core/lwip/src/include/lwip/
Dnetdb.h97 extern int 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/python/cpython2/Modules/
Dgetnameinfo.c184 h_error = h_errno;
Dgetaddrinfo.c556 h_error = h_errno;
Dsocketmodule.c311 int h_errno; /* not used */ variable
3335 set_herror(h_errno);
/external/openssh/openbsd-compat/
Dgetrrsetbyname.c61 extern int h_errno;
238 switch(h_errno) { in getrrsetbyname()
/external/libcups/cups/
Dhttp-addrlist.c781 if (h_errno == NO_RECOVERY) in httpAddrGetList()
784 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, hstrerror(h_errno), 0); in httpAddrGetList()
Dhttp-addr.c419 if (h_errno == NO_RECOVERY) in httpAddrLookup()
/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/python/cpython2/Doc/library/
Dsocket.rst119 *h_errno* in the C API, including :func:`gethostbyname_ex` and
122 The accompanying value is a pair ``(h_errno, string)`` representing an error
123 returned by a library call. *string* represents the description of *h_errno*, as
/external/libxml2/
Dnanohttp.c1144 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/python/cpython2/
Dpyconfig.h.in1197 /* Define to force use of thread-safe errno, h_errno, and other functions */
/external/curl/m4/
Dcurl-functions.m42215 CURL_CHECK_DEF_CC([h_errno], [
2229 h_errno = 2;
2230 if(0 != h_errno)
/external/openssh/
Dconfig.h.in311 /* Define to 1 if you have the declaration of `h_errno', and to 0 if you

12