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

  /src/lib/libc/net/
hostent.h 52 extern FILE *_h_file;
sethostent.c 78 sethostent_r(&_h_file);
88 endhostent_r(&_h_file);
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);
  /src/distrib/utils/libhack/
gethost.c 77 FILE *_h_file; variable in typeref:typename:FILE *

Completed in 47 milliseconds