Lines Matching defs:ifile
39 int ifile = -1, rc = 0;
43 for (ifile = fildes[0] + 1; ifile < min + 10; ifile++) {
44 TEST(dup2(fildes[ifile - 1], ifile));
45 fildes[ifile] = TST_RET;
46 if (fildes[ifile] == -1)
48 if (fildes[ifile] != ifile)
51 fildes[ifile], ifile);
54 if (ifile < min) {
57 } else if (ifile > min) {
72 for (ifile = fildes[0]; ifile < min + 10; ifile++) {
73 if (fildes[ifile] > 0)
74 SAFE_CLOSE(fildes[ifile]);