Home
last modified time | relevance | path

Searched refs:herrno (Results 1 – 21 of 21) sorted by relevance

/glibc-2.36/nscd/
Daicache.c77 int herrno = 0; in addhstaiX() local
119 herrno = 0; in addhstaiX()
122 &rc6, &herrno, &ttl)); in addhstaiX()
123 if (rc6 != ERANGE || (herrno != NETDB_INTERNAL in addhstaiX()
124 && herrno != TRY_AGAIN)) in addhstaiX()
133 if (rc6 != 0 && herrno == NETDB_INTERNAL) in addhstaiX()
210 &rc6, &herrno, &ttl, in addhstaiX()
212 if (rc6 != ERANGE || herrno != NETDB_INTERNAL) in addhstaiX()
221 if (rc6 != 0 && herrno == NETDB_INTERNAL) in addhstaiX()
230 &rc4, &herrno, in addhstaiX()
[all …]
/glibc-2.36/inet/
Dgetnameinfo.c236 int herrno; in gni_host_inet_name() local
244 &h, &herrno)) in gni_host_inet_name()
245 if (herrno == NETDB_INTERNAL && errno == ERANGE) in gni_host_inet_name()
249 __set_h_errno (herrno); in gni_host_inet_name()
261 &h, &herrno)) in gni_host_inet_name()
262 if (herrno == NETDB_INTERNAL && errno == ERANGE) in gni_host_inet_name()
266 __set_h_errno (herrno); in gni_host_inet_name()
276 if (herrno == NETDB_INTERNAL) in gni_host_inet_name()
278 __set_h_errno (herrno); in gni_host_inet_name()
281 if (herrno == TRY_AGAIN) in gni_host_inet_name()
[all …]
DMakefile33 inet_netof inet_ntoa inet_net herrno herrno-loc \
/glibc-2.36/resolv/
Dtst-resolv-threads.c250 int herrno; in byname() local
254 &e, &herrno); in byname()
257 &e, &herrno); in byname()
293 int herrno; in thread_byname2_af_inet6() local
295 &e, &herrno); in thread_byname2_af_inet6()
/glibc-2.36/nss/
Dtst-reload1.c158 int herrno, res; in must_be_tests() local
161 &r, buf, TESTBUFLEN, &rp, &herrno); in must_be_tests()
/glibc-2.36/htl/
DMakefile137 herrno \
/glibc-2.36/ChangeLog.old/
DChangeLog.1411483 * inet/herrno.c (h_errno): Put it into .bss not .data section.
12900 * sysdeps/generic/herrno-loc.c (__h_errno_location): Likewise.
13114 * inet/herrno.c (__h_errno_location): Remove.
13115 * inet/Makefile (routines): Add herrno-loc.
13118 * sysdeps/generic/herrno-loc.c: New file.
14686 * inet/herrno.c (__libc_h_errno): Likewise.
14703 * inet/herrno.c [USE___THREAD]: Use this conditional
16140 * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
DChangeLog.63992 * inet/herrno.c: Don't define __h_errno, only h_errno otherwise the
6447 * inet/herrno.c (__h_errno_location): Fix return type.
6671 * inet/herrno.c: Initialize `h_errno' so that we can provide
7066 * inet/herrno.c (__h_errno_location): New function.
10258 * inet/herrno.c: New file.
DChangeLog.nptl11990 * herrno.c (__h_errno_location): Don't define as weak.
13044 * herrno.c: New file.
13048 sem_trywait, and sem_timedwait. Add herrno and res.
DChangeLog.16639 herrno [Coverity CID 178].
5542 * sysdeps/generic/herrno-loc.c: Moved to...
5543 * inet/herrno-loc.c: ...here.
DChangeLog.20638 * htl/herrno.c: New file.
DChangeLog.92006 * inet/herrno.c: Include <netdb.h> for prototype, undef h_errno.
DChangeLog.178510 * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
14196 only if herrno is NETDB_INTERNAL. Handle errors other than
DChangeLog.89506 * inet/herrno.c: Make _h_errno weak alias.
DChangeLog.135027 * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
DChangeLog.713709 * inet/herrno.c: Likewise.
DChangeLog.1836412 * inet/herrno.c (h_errno): Rename to __h_errno.
36416 * nptl/herrno.c (h_errno): Rename to __h_errno.
52256 herrno to return EAI_AGAIN.
92292 * inet/herrno-loc.c: Likewise.
92293 * inet/herrno.c: Likewise.
DChangeLog.2320981 * nptl/herrno.c: Delete file.
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C12895 herrno.c
14878 herrno-loc.c
14901 herrno.c
Dfilelist#en_US.UTF-812895 herrno.c
14878 herrno-loc.c
14901 herrno.c
/glibc-2.36/posix/
Dtst-regex.input9506 * inet/herrno.c: Make _h_errno weak alias.