Searched refs:_gethtent (Results 1 – 1 of 1) sorted by relevance
148 static struct addrinfo* _gethtent(FILE**, const char*, const struct addrinfo*);1485 static struct addrinfo* _gethtent(FILE** hostf, const char* name, const struct addrinfo* pai) { in _gethtent() function1561 while ((p = _gethtent(&hostf, name, pai)) != nullptr) { in files_getaddrinfo()