Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/network/
A Dh_errno.c3 #undef h_errno
4 static int h_errno; variable
7 return &h_errno; in __h_errno_location()
A Dgethostbyname2.c17 h_errno = NO_RECOVERY; in gethostbyname2()
20 err = gethostbyname2_r(name, af, h, (void*)(h + 1), size - sizeof *h, &res, &h_errno); in gethostbyname2()
A Dgethostbyaddr.c16 h_errno = NO_RECOVERY; in gethostbyaddr()
19 err = gethostbyaddr_r(a, l, af, h, (void*)(h + 1), size - sizeof *h, &res, &h_errno); in gethostbyaddr()
A Dherror.c6 fprintf(stderr, "%s%s%s", msg ? msg : "", msg ? ": " : "", hstrerror(h_errno)); in herror()
/third_party/ulib/musl/include/
A Dnetdb.h120 #define h_errno (*__h_errno_location()) macro
/third_party/ulib/musl/
A Dmusl-rules.mk493 $(LOCAL_DIR)/src/network/h_errno.c \

Completed in 8 milliseconds