/third_party/musl/porting/liteos_m/kernel/src/network/ |
D | h_errno.c | 3 #undef h_errno 4 int h_errno; variable 8 return &h_errno; in __h_errno_location()
|
/third_party/musl/porting/uniproton/kernel/src/network/ |
D | h_errno.c | 3 #undef h_errno 4 int h_errno; variable 8 return &h_errno; in __h_errno_location()
|
/third_party/musl/src/network/ |
D | h_errno.c | 4 #undef h_errno 5 int h_errno; variable 9 if (!__pthread_self()->stack) return &h_errno; in __h_errno_location()
|
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()
|
D | gethostbyname2.c | 18 h_errno = NO_RECOVERY; in gethostbyname2() 22 (void *)(h+1), size-sizeof *h, &res, &h_errno); in gethostbyname2()
|
D | gethostbyaddr.c | 17 h_errno = NO_RECOVERY; in gethostbyaddr() 21 (void *)(h+1), size-sizeof *h, &res, &h_errno); in gethostbyaddr()
|
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/ |
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()
|
D | gethostbyaddr.c | 17 h_errno = NO_RECOVERY; in gethostbyaddr() 21 (void *)(h+1), size-sizeof *h, &res, &h_errno); in gethostbyaddr()
|
/third_party/musl/ |
D | dynamic.list | 39 h_errno;
|
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/ |
D | gethostbyaddr.c | 36 t_error("%s gethostbyaddr error:%s\n", __func__, strerror(h_errno)); in gethostbyaddre_0100()
|
/third_party/toybox/toys/lsb/ |
D | hostname.c | 65 error_exit("gethostbyname: %s", hstrerror(h_errno));
|
/third_party/lwip/src/api/ |
D | netdb.c | 61 int h_errno; variable 103 h_errno = HOST_NOT_FOUND; in lwip_gethostbyname()
|
/third_party/lwip/src/include/lwip/ |
D | netdb.h | 119 extern int h_errno;
|
/third_party/musl/ndk_musl_include/ |
D | netdb.h | 122 #define h_errno (*__h_errno_location()) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | netdb.h | 122 #define h_errno (*__h_errno_location()) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | netdb.h | 122 #define h_errno (*__h_errno_location()) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | netdb.h | 122 #define h_errno (*__h_errno_location()) macro
|
/third_party/musl/include/ |
D | netdb.h | 122 #define h_errno (*__h_errno_location()) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | netdb.h | 122 #define h_errno (*__h_errno_location()) macro
|
/third_party/python/Modules/ |
D | getnameinfo.c | 184 h_error = h_errno;
|
D | getaddrinfo.c | 556 h_error = h_errno;
|
/third_party/openssl/crypto/bio/ |
D | bio_addr.c | 827 ERR_raise_data(ERR_LIB_SYS, 1000 + h_errno, in BIO_lookup_ex()
|
/third_party/musl/porting/uniproton/kernel/ |
D | musl.gni | 69 "$MUSLPORTINGDIR/src/network/h_errno.c",
|
/third_party/musl/porting/liteos_m/kernel/ |
D | musl.gni | 73 "$MUSLPORTINGDIR/src/network/h_errno.c",
|