| /netbsd-src/external/bsd/libbind/dist/irs/ |
| H A D | Makefile.in | 42 getaddrinfo.@O@ gethostent.@O@ \ 53 getaddrinfo.c getgrent.c gethostent.c \
|
| H A D | gethostent_r.c | 103 struct hostent *he = gethostent(); in gethostent_r()
|
| H A D | gethostent.c | 97 gethostent() { in gethostent() function
|
| /netbsd-src/share/man/tools/ |
| H A D | badcref3 | 22 gethostent(3N)
|
| H A D | newsp.errs | 2074 gethostent 2075 gethostent.3n 3461 gethostent 4317 gethostent
|
| /netbsd-src/include/ |
| H A D | netdb.h | 326 struct hostent *gethostent(void);
|
| /netbsd-src/share/doc/psd/21.ipc/ |
| H A D | spell.ok | 174 gethostent
|
| /netbsd-src/lib/libc/net/ |
| H A D | Makefile.inc | 59 gethostbyname.3 gethostent.3 gethostbyname.3 sethostent.3 \
|
| H A D | gethnamaddr.c | 103 __weak_alias(gethostent,_gethostent) 1352 gethostent(void) in gethostent() function
|
| /netbsd-src/external/bsd/libbind/dist/ |
| H A D | Makefile.in | 65 irs/getaddrinfo.@O@ irs/gethostent.@O@ irs/getnameinfo.@O@ \
|
| /netbsd-src/external/bsd/libbind/dist/include/ |
| H A D | netdb.h | 390 struct hostent *gethostent __P((void));
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | netdb.d | 1051 hostent* gethostent();
|
| /netbsd-src/usr.bin/getent/ |
| H A D | getent.c | 310 while ((he = gethostent()) != NULL) in hosts()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
| H A D | vms-crtlmap.map | 407 gethostent
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
| H A D | vms-crtlmap.map | 407 gethostent
|
| /netbsd-src/usr.bin/spell/spell/ |
| H A D | special.netbsd | 431 gethostent
|
| /netbsd-src/lib/libc/include/ |
| H A D | namespace.h | 382 #define gethostent _gethostent 378 #define gethostent _gethostent global() macro
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| H A D | msan_test.cc | 1117 TEST(MemorySanitizer, gethostent) { in TEST() argument 1118 struct hostent *he = gethostent(); in TEST()
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 1429 gethostent
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc2307.txt | 606 gethostent() (objectClass=ipHost)
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-howard-rfc2307bis-xx.txt | 1664 gethostent() (objectClass=ipHost)
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 2667 INTERCEPTOR(struct __sanitizer_hostent *, gethostent, int fake) { 2669 COMMON_INTERCEPTOR_ENTER(ctx, gethostent, fake); 2670 struct __sanitizer_hostent *res = REAL(gethostent)(fake); 2675 COMMON_INTERCEPT_FUNCTION(gethostent); \
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 2778 INTERCEPTOR(struct __sanitizer_hostent *, gethostent, int fake) { 2780 COMMON_INTERCEPTOR_ENTER(ctx, gethostent, fake); 2781 struct __sanitizer_hostent *res = REAL(gethostent)(fake); 2786 COMMON_INTERCEPT_FUNCTION(gethostent); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 2691 INTERCEPTOR(struct __sanitizer_hostent *, gethostent, int fake) { 2693 COMMON_INTERCEPTOR_ENTER(ctx, gethostent, fake); 2694 struct __sanitizer_hostent *res = REAL(gethostent)(fake); 2699 COMMON_INTERCEPT_FUNCTION(gethostent); \
|