Searched refs:__h_errno (Results 1 – 6 of 6) sorted by relevance
26 extern __thread int __h_errno;33 return &__h_errno; in __h_errno_location()
27 __thread int __h_errno; variable
95 __h_errno;
12 # define h_errno __h_errno
3992 * inet/herrno.c: Don't define __h_errno, only h_errno otherwise the7067 (h_errno): Make strong_alias __h_errno so that we can access7070 version of h_errno variable. Declare alias __h_errno for h_errno.
36412 * inet/herrno.c (h_errno): Rename to __h_errno.36413 (__libc_h_errno): Define as alias of __h_errno not h_errno.36415 to __h_errno instead of h_errno.36416 * nptl/herrno.c (h_errno): Rename to __h_errno.36417 (__h_errno_location): Refer to __h_errno not h_errno.36418 * resolv/Versions (h_errno): Rename to __h_errno.