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

  /src/distrib/utils/libhack/
gethost.c 137 gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) function in typeref:struct:hostent *
  /src/lib/libc/net/
gethnamaddr.c 741 gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) function in typeref:struct:hostent *
1362 return gethostent_r(_h_file, &h_ent, h_buf, sizeof(h_buf), &h_errno);

Completed in 13 milliseconds