Searched refs:_gethtent (Results 1 – 2 of 2) sorted by relevance
762 _gethtent(void) function850 while ((p = _gethtent())) {873 while ((p = _gethtent()))928 return (_gethtent());
217 static struct addrinfo * _gethtent(const char *, const struct addrinfo *);1261 _gethtent(const char *name, const struct addrinfo *pai) in _gethtent() function1332 while ((p = _gethtent(name, pai)) != NULL) { in _files_getaddrinfo()