Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A Dh_errno.c3 #undef h_errno
6 __thread int h_errno; variable
9 extern int h_errno;
10 int h_errno = 0; variable
12 strong_alias(h_errno,_h_errno)
A D__h_errno_location.c11 # undef h_errno
12 extern int h_errno;
17 return &h_errno; in __h_errno_location()
A DMakefile.in10 CSRC-y := tempname.c errno.c h_errno.c __errno_location.c __h_errno_location.c \
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dherrno.c20 #undef h_errno
26 extern __thread int h_errno;
33 return &h_errno; in __h_errno_location()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dnetdb.h57 #define h_errno (*__h_errno_location ()) macro
67 # undef h_errno
69 # define h_errno __libc_h_errno macro
71 # define h_errno h_errno /* For #ifndef h_errno tests. */ macro
73 extern __thread int h_errno attribute_tls_model_ie;
74 # define __set_h_errno(x) (h_errno = (x))
82 # undef h_errno
83 # define __set_h_errno(x) (h_errno = (x))
84 extern int h_errno;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dherrno-loc.c24 # undef h_errno
25 extern int h_errno;
40 return &h_errno; in __h_errno_location()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dherror.c49 if ((h_errno >= 0) && (h_errno < h_nerr)) { in herror()
50 p = h_errlist[h_errno]; in herror()
A Dresolv.c1569 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 …]
/l4re-core-master/uclibc/lib/uclibc/
A Dcontrib_files.mk297 internals/h_errno
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat123 (h_errno, _h_errno): Declare these with compat_symbol so they are not
125 [! 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.
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A Dpthreads_hacking.txt332 + TLS GLOBAL DEFAULT UND h_errno
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in706 # h_errno

Completed in 32 milliseconds