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

  /src/distrib/utils/libhack/
gethost.c 99 gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t bufsiz, function in typeref:struct:hostent *
114 return gethostbyname_r(name, &h_ent, h_buf, sizeof(h_buf), &h_errno);
  /src/lib/libc/net/
gethnamaddr.c 523 gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, function in typeref:struct:hostent *
1342 return gethostbyname_r(name, &h_ent, h_buf, sizeof(h_buf), &h_errno);

Completed in 14 milliseconds