Home
last modified time | relevance | path

Searched refs:gethostent (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/bsd/libbind/dist/irs/
H A DMakefile.in42 getaddrinfo.@O@ gethostent.@O@ \
53 getaddrinfo.c getgrent.c gethostent.c \
H A Dgethostent_r.c103 struct hostent *he = gethostent(); in gethostent_r()
H A Dgethostent.c97 gethostent() { in gethostent() function
/netbsd-src/share/man/tools/
H A Dbadcref322 gethostent(3N)
H A Dnewsp.errs2074 gethostent
2075 gethostent.3n
3461 gethostent
4317 gethostent
/netbsd-src/include/
H A Dnetdb.h326 struct hostent *gethostent(void);
/netbsd-src/share/doc/psd/21.ipc/
H A Dspell.ok174 gethostent
/netbsd-src/lib/libc/net/
H A DMakefile.inc59 gethostbyname.3 gethostent.3 gethostbyname.3 sethostent.3 \
H A Dgethnamaddr.c103 __weak_alias(gethostent,_gethostent)
1352 gethostent(void) in gethostent() function
/netbsd-src/external/bsd/libbind/dist/
H A DMakefile.in65 irs/getaddrinfo.@O@ irs/gethostent.@O@ irs/getnameinfo.@O@ \
/netbsd-src/external/bsd/libbind/dist/include/
H A Dnetdb.h390 struct hostent *gethostent __P((void));
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dnetdb.d1051 hostent* gethostent();
/netbsd-src/usr.bin/getent/
H A Dgetent.c310 while ((he = gethostent()) != NULL) in hosts()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-crtlmap.map407 gethostent
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-crtlmap.map407 gethostent
/netbsd-src/usr.bin/spell/spell/
H A Dspecial.netbsd431 gethostent
/netbsd-src/lib/libc/include/
H A Dnamespace.h382 #define gethostent _gethostent
378 #define gethostent _gethostent global() macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc1117 TEST(MemorySanitizer, gethostent) { in TEST() argument
1118 struct hostent *he = gethostent(); in TEST()
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt1429 gethostent
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc2307.txt606 gethostent() (objectClass=ipHost)
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-howard-rfc2307bis-xx.txt1664 gethostent() (objectClass=ipHost)
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2667 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 Dsanitizer_common_interceptors.inc2778 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 Dsanitizer_common_interceptors.inc2691 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); \