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

/bionic/libc/dns/net/
H A Dgetaddrinfo.c243 static struct addrinfo *_gethtent(FILE **, const char *,
2051 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) function
2060 // fprintf(stderr, "_gethtent() name = '%s'\n", name);
2134 while ((p = _gethtent(&hostf, name, pai)) != NULL) {

Completed in 21 milliseconds