Home
last modified time | relevance | path

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

/bionic/libc/dns/
Dgethnamaddr.c120 static struct hostent *_gethtent(void);
921 _gethtent(void) in _gethtent() function
1047 while ((p = _gethtent()) != NULL && num < MAXADDRS) { in _gethtbyname2()
1142 while ((p = _gethtent()) != NULL) in _gethtbyaddr()
1253 return _gethtent(); in gethostent()
/bionic/libc/dns/net/
Dgetaddrinfo.c244 static struct addrinfo *_gethtent(FILE **, const char *,
2036 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) in _gethtent() function
2119 while ((p = _gethtent(&hostf, name, pai)) != NULL) { in _files_getaddrinfo()