Home
last modified time | relevance | path

Searched refs:h_errno (Results 1 - 25 of 26) sorted by relevance

12

/third_party/musl/porting/uniproton/kernel/src/network/
H A Dh_errno.c3 #undef h_errno macro
4 int h_errno; variable
8 return &h_errno; in __h_errno_location()
/third_party/musl/porting/liteos_m/kernel/src/network/
H A Dh_errno.c3 #undef h_errno macro
4 int h_errno; variable
8 return &h_errno; in __h_errno_location()
/third_party/musl/src/network/
H A Dh_errno.c4 #undef h_errno macro
5 int h_errno; variable
9 if (!__pthread_self()->stack) return &h_errno; in __h_errno_location()
H A Dres_query.c12 h_errno = TRY_AGAIN; in res_query()
16 h_errno = HOST_NOT_FOUND; in res_query()
20 h_errno = NO_DATA; in res_query()
H A Dgethostbyname2.c18 h_errno = NO_RECOVERY; in gethostbyname2()
22 (void *)(h+1), size-sizeof *h, &res, &h_errno); in gethostbyname2()
H A Dgethostbyaddr.c17 h_errno = NO_RECOVERY; in gethostbyaddr()
21 (void *)(h+1), size-sizeof *h, &res, &h_errno); in gethostbyaddr()
H A Dent.c97 h_errno = NO_RECOVERY; in sethostent()
115 h_errno = NO_RECOVERY; in gethostent()
122 h_errno = NO_RECOVERY; in gethostent()
129 h_errno = HOST_NOT_FOUND; in gethostent()
H A Dherror.c7 fprintf(stderr, "%s%s%s\n", msg?msg:"", msg?": ":"", hstrerror(h_errno)); in herror()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgethostbyaddr.c17 h_errno = NO_RECOVERY; in gethostbyaddr()
21 (void *)(h+1), size-sizeof *h, &res, &h_errno); in gethostbyaddr()
H A Dent.c89 h_errno = NO_RECOVERY; in gethostent()
96 h_errno = NO_RECOVERY; in gethostent()
103 h_errno = HOST_NOT_FOUND; in gethostent()
115 h_errno = NO_RECOVERY; in sethostent()
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/
H A Dgethostbyaddr.c36 t_error("%s gethostbyaddr error:%s\n", __func__, strerror(h_errno)); in gethostbyaddre_0100()
/third_party/toybox/toys/lsb/
H A Dhostname.c65 error_exit("gethostbyname: %s", hstrerror(h_errno)); in hostname_main()
/third_party/lwip/src/include/lwip/
H A Dnetdb.h67 /** Errors used by the DNS API functions, h_errno can be one of them */
119 extern int h_errno;
/third_party/lwip/src/api/
H A Dnetdb.c59 /** h_errno is exported in netdb.h for access by applications. */
61 int h_errno; variable
103 h_errno = HOST_NOT_FOUND; in lwip_gethostbyname()
156 * the global h_errno)
158 * is stored in *h_errnop instead of h_errno to be thread-safe
/third_party/curl/lib/
H A Damigaos.c199 extern int errno, h_errno;
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h122 #define h_errno (*__h_errno_location()) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h122 #define h_errno (*__h_errno_location()) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h122 #define h_errno (*__h_errno_location()) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h122 #define h_errno (*__h_errno_location()) macro
/third_party/musl/include/
H A Dnetdb.h148 #define h_errno (*__h_errno_location()) macro
/third_party/python/Modules/
H A Dgetaddrinfo.c559 h_error = h_errno;
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_addr.c812 * This might be misleading, because h_errno is used as if in BIO_lookup_ex()
815 * not to mention that a) h_errno is not always guaranteed in BIO_lookup_ex()
823 /* h_errno doesn't exist on VxWorks */ in BIO_lookup_ex()
827 ERR_raise_data(ERR_LIB_SYS, 1000 + h_errno, in BIO_lookup_ex()
/third_party/openssl/crypto/bio/
H A Dbio_addr.c812 * This might be misleading, because h_errno is used as if in BIO_lookup_ex()
815 * not to mention that a) h_errno is not always guaranteed in BIO_lookup_ex()
823 /* h_errno doesn't exist on VxWorks */ in BIO_lookup_ex()
827 ERR_raise_data(ERR_LIB_SYS, 1000 + h_errno, in BIO_lookup_ex()
/third_party/backends/frontend/
H A Dsaned.c1198 hstrerror (h_errno)); in check_host()
1201 if (h_errno != HOST_NOT_FOUND) in check_host()
1310 config_line, hstrerror (h_errno)); in check_host()
/third_party/node/deps/cares/src/lib/
H A Dares_sysconfig.c654 while (rc == -1 && h_errno == TRY_AGAIN) { in ares__init_sysconfig_mvs()

Completed in 14 milliseconds

12