HomeSort by: relevance | last modified time | path
    Searched defs:_gethtent (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/net/
getaddrinfo.c 283 static struct addrinfo *_gethtent(FILE **, const char *,
2299 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) function in typeref:struct:addrinfo *
2382 while ((p = _gethtent(&hostf, name, pai)) != NULL) {
getaddrinfo.c 283 static struct addrinfo *_gethtent(FILE **, const char *,
2299 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) function in typeref:struct:addrinfo *
2382 while ((p = _gethtent(&hostf, name, pai)) != NULL) {

Completed in 31 milliseconds