Home | History | Annotate | Download | only in bdist_wininst

Lines Matching refs:fh

699     int fh, result;
723 fh = open(pathname, _O_RDONLY);
724 if (-1 == fh) {
739 if(0 == _fstat(fh, &statbuf)) {
741 int n = read(fh, script, statbuf.st_size);
751 close(fh);