OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gethostent
(Results
1 - 7
of
7
) 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 in typeref:struct:hostent *
/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
); \
Completed in 47 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025