/third_party/musl/porting/uniproton/kernel/src/network/ |
H A D | h_errno.c | 3 #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 D | h_errno.c | 3 #undef h_errno macro 4 int h_errno; variable 8 return &h_errno; in __h_errno_location()
|
/third_party/musl/src/network/ |
H A D | h_errno.c | 4 #undef h_errno macro 5 int h_errno; variable 9 if (!__pthread_self()->stack) return &h_errno; in __h_errno_location()
|
H A D | res_query.c | 12 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 D | gethostbyname2.c | 18 h_errno = NO_RECOVERY; in gethostbyname2() 22 (void *)(h+1), size-sizeof *h, &res, &h_errno); in gethostbyname2()
|
H A D | gethostbyaddr.c | 17 h_errno = NO_RECOVERY; in gethostbyaddr() 21 (void *)(h+1), size-sizeof *h, &res, &h_errno); in gethostbyaddr()
|
H A D | ent.c | 97 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 D | herror.c | 7 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 D | gethostbyaddr.c | 17 h_errno = NO_RECOVERY; in gethostbyaddr() 21 (void *)(h+1), size-sizeof *h, &res, &h_errno); in gethostbyaddr()
|
H A D | ent.c | 89 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 D | gethostbyaddr.c | 36 t_error("%s gethostbyaddr error:%s\n", __func__, strerror(h_errno)); in gethostbyaddre_0100()
|
/third_party/toybox/toys/lsb/ |
H A D | hostname.c | 65 error_exit("gethostbyname: %s", hstrerror(h_errno)); in hostname_main()
|
/third_party/lwip/src/include/lwip/ |
H A D | netdb.h | 67 /** 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 D | netdb.c | 59 /** 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 D | amigaos.c | 199 extern int errno, h_errno;
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | netdb.h | 122 #define h_errno (*__h_errno_location()) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | netdb.h | 122 #define h_errno (*__h_errno_location()) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | netdb.h | 122 #define h_errno (*__h_errno_location()) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | netdb.h | 122 #define h_errno (*__h_errno_location()) macro
|
/third_party/musl/include/ |
H A D | netdb.h | 148 #define h_errno (*__h_errno_location()) macro
|
/third_party/python/Modules/ |
H A D | getaddrinfo.c | 559 h_error = h_errno;
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_addr.c | 812 * 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 D | bio_addr.c | 812 * 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 D | saned.c | 1198 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 D | ares_sysconfig.c | 654 while (rc == -1 && h_errno == TRY_AGAIN) { in ares__init_sysconfig_mvs()
|