Searched refs:gethostent (Results 1 – 7 of 7) sorted by relevance
468 while (gethostent() != nullptr) { in TEST()476 std::string first_host(gethostent()->h_name); in TEST()478 ASSERT_EQ(first_host, std::string(gethostent()->h_name)); in TEST()483 std::string first_host(gethostent()->h_name); in TEST()485 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
1623 gethostent(void) in gethostent() function
445 gethostent;