Lines Matching refs:fds
56 static int fds[TEST_CASES];
97 TEST(fstatat(fds[i], filenames[i], &statbuf, flags[i]));
125 fds[0] = SAFE_OPEN(cleanup, pathname, O_DIRECTORY);
126 fds[1] = fds[4] = fds[0];
131 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600);
133 fds[3] = 100;
134 fds[5] = AT_FDCWD;
145 if (fds[0] > 0)
146 close(fds[0]);
147 if (fds[2] > 0)
148 close(fds[2]);