Searched refs:h_errno (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/musl/src/network/ |
| A D | h_errno.c | 3 #undef h_errno 4 static int h_errno; variable 7 return &h_errno; in __h_errno_location()
|
| A D | gethostbyname2.c | 17 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 D | gethostbyaddr.c | 16 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 D | herror.c | 6 fprintf(stderr, "%s%s%s", msg ? msg : "", msg ? ": " : "", hstrerror(h_errno)); in herror()
|
| /third_party/ulib/musl/include/ |
| A D | netdb.h | 120 #define h_errno (*__h_errno_location()) macro
|
| /third_party/ulib/musl/ |
| A D | musl-rules.mk | 493 $(LOCAL_DIR)/src/network/h_errno.c \
|
Completed in 8 milliseconds