Lines Matching refs:fds
55 static int fds[TEST_CASES];
79 TEST(myfutimesat(fds[i], filenames[i], times));
108 fds[0] = SAFE_OPEN(cleanup, pathname, O_DIRECTORY);
109 fds[1] = fds[0];
114 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600);
116 fds[3] = 100;
117 fds[4] = AT_FDCWD;
127 if (fds[0] > 0)
128 close(fds[0]);
129 if (fds[2] > 0)
130 close(fds[2]);