Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A DSymbol.map18 gethostent;
H A DMakefile.inc73 gethostbyname.3 gethostent.3 \
H A Dgethostbyht.c202 gethostent(void) in gethostent() function
/freebsd/include/
H A Dnetdb.h236 struct hostent *gethostent(void);
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok174 gethostent
/freebsd/usr.bin/getent/
H A Dgetent.c293 while ((he4 = gethostent()) != NULL) in hosts()
/freebsd/contrib/sendmail/src/
H A DREADME1106 /lib/libc.a(gethostent.o): local_hostname_length: multiply defined
1643 /lib/libc.a(gethostent.o): sethostent: multiply defined
1644 /lib/libc.a(gethostent.o): endhostent: multiply defined
1645 /lib/libc.a(gethostent.o): gethostbyname: multiply defined
1646 /lib/libc.a(gethostent.o): gethostbyaddr: multiply defined
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2850 INTERCEPTOR(struct __sanitizer_hostent *, gethostent, int fake) {
2852 COMMON_INTERCEPTOR_ENTER(ctx, gethostent, fake);
2853 struct __sanitizer_hostent *res = REAL(gethostent)(fake);
2858 COMMON_INTERCEPT_FUNCTION(gethostent); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1881 fun:gethostent=uninstrumented
/freebsd/contrib/ntp/
H A DChangeLog4195 before parent caused by different gethostent library search order.
H A DCommitLog[all...]