Lines Matching refs:ifile
2390 char* ifile;
2408 while (ifile = sfgetr(sfstdin, '\n', 1))
2410 if (!(ofile = strchr(ifile, ' ')))
2411 error(3, "%s: pool output file expected", ifile);
2423 if (open(ifile, O_RDONLY))
2424 error(ERROR_SYSTEM|3, "%s: cannot read", ifile);
2429 pathcanon(ifile, 0, 0);
2430 ifile = ppsetfile(ifile)->name;
2439 PUSH_FILE(ifile, 0);