Searched refs:gethostbyname_r (Results 1 – 25 of 56) sorted by relevance
123
/glibc-2.36/inet/ |
D | Versions | 19 gethostbyname2; gethostbyname2_r; gethostbyname_r; gethostent; 54 gethostbyname_r; gethostent_r; getnetbyaddr_r; getnetbyname_r;
|
/glibc-2.36/nss/ |
D | test-digits-dots.c | 35 err = gethostbyname_r ("1.2.3.4", &ret, buf, sizeof (buf), &result, &h_err); in do_test()
|
D | bug-erange.c | 28 while ((res = gethostbyname_r (host, &hostbuf, tmphstbuf, hstbuflen, in main()
|
D | function.def | 45 DEFINE_NSS_FUNCTION (gethostbyname_r)
|
D | nss_test1.c | 528 NAME(gethostbyname_r) (const char *name, struct hostent *result, in NAME() argument
|
/glibc-2.36/resolv/ |
D | nss_dns_functions.c | 31 .gethostbyname_r = &_nss_dns_gethostbyname_r, in __nss_dns_functions()
|
D | tst-resolv-trailing.c | 78 TEST_COMPARE (gethostbyname_r (query, &storage, buf, sizeof (buf), in do_test()
|
D | tst-resolv-nondecimal.c | 95 TEST_COMPARE (gethostbyname_r (query, &storage, buf, sizeof (buf), in run_query()
|
D | tst-resolv-threads.c | 253 ret = gethostbyname_r (qname, &storage, buf, sizeof (buf), in byname()
|
D | tst-resolv-basic.c | 151 int ret = gethostbyname_r in check_h()
|
D | netdb.h | 177 extern int gethostbyname_r (const char *__restrict __name,
|
D | README | 57 `gethostbyname_r' is now fully thread-safe and re-entrant. The
|
/glibc-2.36/manual/ |
D | nss.texi | 402 functions. I.e., if the user would call the @code{gethostbyname_r} 442 int gethostbyname_r (const char *name, struct hostent *result_buf,
|
D | socket.texi | 1349 @c gethostbyname_r dup @mtsenv @mtslocale @ascudlopen @ascuplugin @asucorrupt @ascuheap @asulock @… 1431 @deftypefun int gethostbyname_r (const char *restrict @var{name}, struct hostent *restrict @var{res… 1434 @c gethostbyname_r @mtsenv @mtslocale @ascudlopen @ascuplugin @asucorrupt @ascuheap @asulock @aculo… 1503 The @code{gethostbyname_r} function returns information about the host 1538 while ((res = gethostbyname_r (host, hostbuf, tmphstbuf, hstbuflen, 1568 The @code{gethostbyname2_r} function is like @code{gethostbyname_r}, but 1598 Similar to the @code{gethostbyname_r} function, the caller must provide
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n32/ |
D | libc.abilist | 575 GLIBC_2.0 gethostbyname_r F 1783 GLIBC_2.2 gethostbyname_r F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n64/ |
D | libc.abilist | 573 GLIBC_2.0 gethostbyname_r F 1779 GLIBC_2.2 gethostbyname_r F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/fpu/ |
D | libc.abilist | 575 GLIBC_2.0 gethostbyname_r F 1784 GLIBC_2.2 gethostbyname_r F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/nofpu/ |
D | libc.abilist | 575 GLIBC_2.0 gethostbyname_r F 1782 GLIBC_2.2 gethostbyname_r F
|
/glibc-2.36/sysdeps/unix/sysv/linux/i386/ |
D | libc.abilist | 576 GLIBC_2.0 gethostbyname_r F 1813 GLIBC_2.1.2 gethostbyname_r F
|
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/m680x0/ |
D | libc.abilist | 577 GLIBC_2.0 gethostbyname_r F 1769 GLIBC_2.1.2 gethostbyname_r F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc32/ |
D | libc.abilist | 578 GLIBC_2.0 gethostbyname_r F 1767 GLIBC_2.1.2 gethostbyname_r F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/ |
D | libc.abilist | 586 GLIBC_2.0 gethostbyname_r F 1774 GLIBC_2.1.2 gethostbyname_r F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/ |
D | libc.abilist | 586 GLIBC_2.0 gethostbyname_r F 1774 GLIBC_2.1.2 gethostbyname_r F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/ |
D | libc.abilist | 576 GLIBC_2.0 gethostbyname_r F 1766 GLIBC_2.1.2 gethostbyname_r F
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | libc.abilist | 590 GLIBC_2.0 gethostbyname_r F 1807 GLIBC_2.1.2 gethostbyname_r F
|
123