HomeSort by: relevance | last modified time | path
    Searched refs:gethostent (Results 1 - 13 of 13) sorted by relevancy

  /src/include/
netdb.h 326 struct hostent *gethostent(void);
  /src/lib/libc/net/
Makefile.inc 59 gethostbyname.3 gethostent.3 gethostbyname.3 sethostent.3 \
gethnamaddr.c 103 __weak_alias(gethostent,_gethostent)
1352 gethostent(void) function
  /src/external/bsd/libbind/dist/irs/
gethostent_r.c 103 struct hostent *he = gethostent();
gethostent.c 1 /* $NetBSD: gethostent.c,v 1.1.1.2 2012/09/09 16:07:55 christos Exp $ */
21 static const char rcsid[] = "Id: gethostent.c,v 1.8 2006/01/10 05:06:00 marka Exp ";
97 gethostent() { function
  /src/external/bsd/libbind/dist/include/
netdb.h 390 struct hostent *gethostent __P((void));
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
netdb.d 131 hostent* gethostent();
1051 hostent* gethostent();
  /src/usr.bin/getent/
getent.c 310 while ((he = gethostent()) != NULL)
  /src/lib/libc/include/
namespace.h 382 #define gethostent _gethostent macro
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 1117 TEST(MemorySanitizer, gethostent) {
1118 struct hostent *he = gethostent();
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
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); \
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 2841 INTERCEPTOR(struct __sanitizer_hostent *, gethostent, int fake) {
2843 COMMON_INTERCEPTOR_ENTER(ctx, gethostent, fake);
2844 struct __sanitizer_hostent *res = REAL(gethostent)(fake);
2849 COMMON_INTERCEPT_FUNCTION(gethostent); \
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
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); \

Completed in 80 milliseconds