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

/bionic/libc/dns/
H A Dgethnamaddr.c120 static struct hostent *_gethtent(void);
921 _gethtent(void) function
1047 while ((p = _gethtent()) != NULL && num < MAXADDRS) {
1142 while ((p = _gethtent()) != NULL)
1253 return _gethtent();
/bionic/libc/dns/net/
H A Dgetaddrinfo.c244 static struct addrinfo *_gethtent(FILE **, const char *,
2036 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) function
2045 // fprintf(stderr, "_gethtent() name = '%s'\n", name);
2119 while ((p = _gethtent(&hostf, name, pai)) != NULL) {

Completed in 3771 milliseconds