Searched refs:_gethtent (Results 1 – 2 of 2) sorted by relevance
110 static struct hostent *_gethtent(void);721 _gethtent(void) in _gethtent() function847 while ((p = _gethtent()) != NULL && num < MAXADDRS) { in _gethtbyname2()942 while ((p = _gethtent()) != NULL) in _gethtbyaddr()1053 return _gethtent(); in gethostent()
237 static struct addrinfo *_gethtent(FILE **, const char *,2027 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) in _gethtent() function2110 while ((p = _gethtent(&hostf, name, pai)) != NULL) { in _files_getaddrinfo()