Home
last modified time | relevance | path

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

/system/netd/resolv/
Dgetaddrinfo.cpp147 static struct addrinfo* _gethtent(FILE**, const char*, const struct addrinfo*);
1491 static struct addrinfo* _gethtent(FILE** hostf, const char* name, const struct addrinfo* pai) { in _gethtent() function
1550 while ((p = _gethtent(&hostf, name, pai)) != NULL) { in files_getaddrinfo()