Searched refs:gethostent (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/Win32/Include/net/
H A Dnetdb.h108 struct hostent *gethostent (void);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/win32/include/lwres/
H A Dnetdb.h269 #ifdef gethostent
270 #undef gethostent macro
272 #define gethostent lwres_gethostent macro
/netbsd-6-1-5-RELEASE/external/bsd/bind/include/lwres/
H A Dnetdb.h273 #ifdef gethostent
274 #undef gethostent macro
276 #define gethostent lwres_gethostent macro
/netbsd-6-1-5-RELEASE/include/
H A Dnetdb.h322 struct hostent *gethostent(void);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/include/lwres/
H A Dnetdb.h.in273 #ifdef gethostent
274 #undef gethostent
276 #define gethostent lwres_gethostent
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A DMakefile.inc63 gethostbyname.3 gethostent.3 gethostbyname.3 sethostent.3 \
H A Dgethnamaddr.c101 __weak_alias(gethostent,_gethostent)
1063 gethostent(void) function
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dgethostent_r.c103 struct hostent *he = gethostent();
H A Dgethostent.c21 static const char rcsid[] = "Id: gethostent.c,v 1.8 2006/01/10 05:06:00 marka Exp";
97 gethostent() { function
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dnetdb.h390 struct hostent *gethostent __P((void));
/netbsd-6-1-5-RELEASE/usr.bin/getent/
H A Dgetent.c310 while ((he = gethostent()) != NULL)
/netbsd-6-1-5-RELEASE/lib/libc/include/
H A Dnamespace.h309 #define gethostent _gethostent macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsys-protos.h450 extern struct hostent * gethostent(/* ??? */);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/arlib/
H A Dconfigure3492 ac_fn_c_check_func "$LINENO" "gethostent" "ac_cv_func_gethostent"
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostent" >&5
3497 $as_echo_n "checking for library containing gethostent... " >&6; }
3511 char gethostent ();
3515 return gethostent ();
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/
H A Dconfigure13853 ac_fn_c_check_func "$LINENO" "gethostent" "ac_cv_func_gethostent"
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostent" >&5
13858 $as_echo_n "checking for library containing gethostent... " >&6; }
13872 char gethostent ();
13876 return gethostent ();
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/
H A Dconfigure15385 ac_fn_c_check_func "$LINENO" "gethostent" "ac_cv_func_gethostent"
15389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostent" >&5
15390 $as_echo_n "checking for library containing gethostent... " >&6; }
15404 char gethostent ();
15408 return gethostent ();

Completed in 623 milliseconds