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

  /src/lib/libc/net/
getaddrinfo.c 287 static struct addrinfo *_yphostent(char *, const struct addrinfo *);
2398 _yphostent(char *line, const struct addrinfo *pai) function in typeref:struct:addrinfo *
2506 ai = _yphostent(ypbuf, &ai4);
2520 ai = _yphostent(ypbuf, pai);

Completed in 12 milliseconds