Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgetaddrinfo.c244 static struct addrinfo *_gethtent(FILE **, const char *,
2028 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) in _gethtent() function
2111 while ((p = _gethtent(&hostf, name, pai)) != NULL) { in _files_getaddrinfo()