Home
last modified time | relevance | path

Searched refs:_gethtent (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DnsResolver/
Dgetaddrinfo.cpp148 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() function
1561 while ((p = _gethtent(&hostf, name, pai)) != nullptr) { in files_getaddrinfo()