Searched refs:gethostent_r (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/inet/ |
A D | gethost_r-align.c | 31 ret = gethostent_r(&hent, buf + i, sizeof(buf) - i, &hentres, &herr); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | threads.txt | 13 gethostent_r <desired, but not required for SuSv3>
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | netdb.h | 194 extern int gethostent_r (struct hostent *__restrict __result_buf, 198 libc_hidden_proto(gethostent_r)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | Makefile.in | 36 gethostent.c gethostent_r.c
|
A D | resolv.c | 2529 int gethostent_r(struct hostent *result_buf, char *buf, size_t buflen, in gethostent_r() function 2552 libc_hidden_def(gethostent_r) in libc_hidden_def() argument 2570 gethostent_r(&hoste, buf, sizeof(buf), &host, &h_errno); in libc_hidden_def()
|
/l4re-core-master/libc_backends/lib/socket_noop/ |
A D | socket_noop.c | 151 int W gethostent_r(struct hostent *ret, char *buf, size_t buflen, in gethostent_r() function
|
/l4re-core-master/uclibc/lib/uclibc/ |
A D | contrib_files.mk | 549 gethostent_r
|
Completed in 12 milliseconds