Home
last modified time | relevance | path

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

12

/third_party/musl/porting/liteos_m/kernel/src/network/
Dh_errno.c3 #undef h_errno
4 int h_errno; variable
8 return &h_errno; in __h_errno_location()
/third_party/musl/porting/uniproton/kernel/src/network/
Dh_errno.c3 #undef h_errno
4 int h_errno; variable
8 return &h_errno; in __h_errno_location()
/third_party/musl/src/network/
Dh_errno.c4 #undef h_errno
5 int h_errno; variable
9 if (!__pthread_self()->stack) return &h_errno; in __h_errno_location()
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()
Dgethostbyname2.c18 h_errno = NO_RECOVERY; in gethostbyname2()
22 (void *)(h+1), size-sizeof *h, &res, &h_errno); in gethostbyname2()
Dgethostbyaddr.c17 h_errno = NO_RECOVERY; in gethostbyaddr()
21 (void *)(h+1), size-sizeof *h, &res, &h_errno); in gethostbyaddr()
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/
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()
Dgethostbyaddr.c17 h_errno = NO_RECOVERY; in gethostbyaddr()
21 (void *)(h+1), size-sizeof *h, &res, &h_errno); in gethostbyaddr()
/third_party/musl/
Ddynamic.list39 h_errno;
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/
Dgethostbyaddr.c36 t_error("%s gethostbyaddr error:%s\n", __func__, strerror(h_errno)); in gethostbyaddre_0100()
/third_party/toybox/toys/lsb/
Dhostname.c65 error_exit("gethostbyname: %s", hstrerror(h_errno));
/third_party/lwip/src/api/
Dnetdb.c61 int h_errno; variable
103 h_errno = HOST_NOT_FOUND; in lwip_gethostbyname()
/third_party/lwip/src/include/lwip/
Dnetdb.h119 extern int h_errno;
/third_party/musl/ndk_musl_include/
Dnetdb.h122 #define h_errno (*__h_errno_location()) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h122 #define h_errno (*__h_errno_location()) macro
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h122 #define h_errno (*__h_errno_location()) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h122 #define h_errno (*__h_errno_location()) macro
/third_party/musl/include/
Dnetdb.h122 #define h_errno (*__h_errno_location()) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h122 #define h_errno (*__h_errno_location()) macro
/third_party/python/Modules/
Dgetnameinfo.c184 h_error = h_errno;
Dgetaddrinfo.c556 h_error = h_errno;
/third_party/openssl/crypto/bio/
Dbio_addr.c827 ERR_raise_data(ERR_LIB_SYS, 1000 + h_errno, in BIO_lookup_ex()
/third_party/musl/porting/uniproton/kernel/
Dmusl.gni69 "$MUSLPORTINGDIR/src/network/h_errno.c",
/third_party/musl/porting/liteos_m/kernel/
Dmusl.gni73 "$MUSLPORTINGDIR/src/network/h_errno.c",

12