Searched refs:h_errno (Results 1 – 12 of 12) sorted by relevance
3 #undef h_errno6 __thread int h_errno; variable9 extern int h_errno;10 int h_errno = 0; variable12 strong_alias(h_errno,_h_errno)
11 # undef h_errno12 extern int h_errno;17 return &h_errno; in __h_errno_location()
10 CSRC-y := tempname.c errno.c h_errno.c __errno_location.c __h_errno_location.c \
20 #undef h_errno26 extern __thread int h_errno;33 return &h_errno; in __h_errno_location()
57 #define h_errno (*__h_errno_location ()) macro67 # undef h_errno69 # define h_errno __libc_h_errno macro71 # define h_errno h_errno /* For #ifndef h_errno tests. */ macro73 extern __thread int h_errno attribute_tls_model_ie;74 # define __set_h_errno(x) (h_errno = (x))82 # undef h_errno83 # define __set_h_errno(x) (h_errno = (x))84 extern int h_errno;
24 # undef h_errno25 extern int h_errno;40 return &h_errno; in __h_errno_location()
49 if ((h_errno >= 0) && (h_errno < h_nerr)) { in herror()50 p = h_errlist[h_errno]; in herror()
1569 h_errno = NETDB_INTERNAL; in __dns_lookup()3726 h_errno = NO_RECOVERY; in res_query()3735 h_errno = TRY_AGAIN; in res_query()3808 saved_herrno = h_errno; in libc_hidden_def()3844 h_errno = TRY_AGAIN; in libc_hidden_def()3848 switch (h_errno) { in libc_hidden_def()3895 h_errno = saved_herrno; in libc_hidden_def()3897 h_errno = NO_DATA; in libc_hidden_def()3899 h_errno = TRY_AGAIN; in libc_hidden_def()3945 h_errno = NO_RECOVERY; in res_querydomain()[all …]
297 internals/h_errno
123 (h_errno, _h_errno): Declare these with compat_symbol so they are not125 [! USE___THREAD] (__libc_h_errno): New alias for h_errno.136 * resolv/Versions (h_errno, _res): Likewise.1553 * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.1557 * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.1558 (h_errno): Define.
332 + TLS GLOBAL DEFAULT UND h_errno
706 # h_errno
Completed in 32 milliseconds