Searched refs:_gethtent (Results 1 – 2 of 2) sorted by relevance
120 static struct hostent *_gethtent(void);921 _gethtent(void) in _gethtent() function1047 while ((p = _gethtent()) != NULL && num < MAXADDRS) { in _gethtbyname2()1142 while ((p = _gethtent()) != NULL) in _gethtbyaddr()1253 return _gethtent(); in gethostent()
244 static struct addrinfo *_gethtent(FILE **, const char *,2036 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) in _gethtent() function2119 while ((p = _gethtent(&hostf, name, pai)) != NULL) { in _files_getaddrinfo()