Searched refs:gethostent (Results 1 – 7 of 7) sorted by relevance
476 while (gethostent() != nullptr) { in TEST()484 std::string first_host(gethostent()->h_name); in TEST()486 ASSERT_EQ(first_host, std::string(gethostent()->h_name)); in TEST()491 std::string first_host(gethostent()->h_name); in TEST()493 ASSERT_EQ(first_host, std::string(gethostent()->h_name)); in TEST()
218 struct hostent* gethostent(void);
108 FUNCTION(gethostent, struct hostent* (*f)(void)); in netdb_h()
340 gethostent
1624 gethostent(void) in gethostent() function
445 gethostent;