Searched refs:herrno (Results 1 – 21 of 21) sorted by relevance
/glibc-2.36/nscd/ |
D | aicache.c | 77 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/ |
D | getnameinfo.c | 236 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 …]
|
D | Makefile | 33 inet_netof inet_ntoa inet_net herrno herrno-loc \
|
/glibc-2.36/resolv/ |
D | tst-resolv-threads.c | 250 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/ |
D | tst-reload1.c | 158 int herrno, res; in must_be_tests() local 161 &r, buf, TESTBUFLEN, &rp, &herrno); in must_be_tests()
|
/glibc-2.36/htl/ |
D | Makefile | 137 herrno \
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.14 | 11483 * 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.
|
D | ChangeLog.6 | 3992 * 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.
|
D | ChangeLog.nptl | 11990 * 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.
|
D | ChangeLog.16 | 639 herrno [Coverity CID 178]. 5542 * sysdeps/generic/herrno-loc.c: Moved to... 5543 * inet/herrno-loc.c: ...here.
|
D | ChangeLog.20 | 638 * htl/herrno.c: New file.
|
D | ChangeLog.9 | 2006 * inet/herrno.c: Include <netdb.h> for prototype, undef h_errno.
|
D | ChangeLog.17 | 8510 * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only 14196 only if herrno is NETDB_INTERNAL. Handle errors other than
|
D | ChangeLog.8 | 9506 * inet/herrno.c: Make _h_errno weak alias.
|
D | ChangeLog.13 | 5027 * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
|
D | ChangeLog.7 | 13709 * inet/herrno.c: Likewise.
|
D | ChangeLog.18 | 36412 * 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.
|
D | ChangeLog.23 | 20981 * nptl/herrno.c: Delete file.
|
/glibc-2.36/benchtests/strcoll-inputs/ |
D | filelist#C | 12895 herrno.c 14878 herrno-loc.c 14901 herrno.c
|
D | filelist#en_US.UTF-8 | 12895 herrno.c 14878 herrno-loc.c 14901 herrno.c
|
/glibc-2.36/posix/ |
D | tst-regex.input | 9506 * inet/herrno.c: Make _h_errno weak alias.
|