HomeSort by relevance Sort by last modified time
    Searched refs:_gethtent (Results 1 - 2 of 2) sorted by null

  /bionic/libc/netbsd/
gethnamaddr.c 110 static struct hostent *_gethtent(void);
721 _gethtent(void) function
847 while ((p = _gethtent()) != NULL && num < MAXADDRS) {
942 while ((p = _gethtent()) != NULL)
1053 return _gethtent();
  /bionic/libc/netbsd/net/
getaddrinfo.c 240 static struct addrinfo *_gethtent(FILE **, const char *,
2044 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) function
    [all...]

Completed in 69 milliseconds