Home | History | Annotate | Download | only in fstatat

Lines Matching defs:fds

56 static int fds[TEST_CASES];
100 TEST(fstatat(fds[i], filenames[i], &statbuf, flags[i]));
128 fds[0] = SAFE_OPEN(cleanup, pathname, O_DIRECTORY);
129 fds[1] = fds[4] = fds[0];
134 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600);
136 fds[3] = 100;
137 fds[5] = AT_FDCWD;
148 if (fds[0] > 0)
149 close(fds[0]);
150 if (fds[2] > 0)
151 close(fds[2]);