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

  /src/distrib/utils/libhack/
gethost.c 77 FILE *_h_file; variable in typeref:typename:FILE *
  /src/lib/libc/net/
gethnamaddr.c 1330 FILE *_h_file; variable in typeref:typename:FILE *
1354 if (_h_file == NULL) {
1355 sethostent_r(&_h_file);
1356 if (_h_file == NULL) {
1362 return gethostent_r(_h_file, &h_ent, h_buf, sizeof(h_buf), &h_errno);

Completed in 12 milliseconds