Home | History | Annotate | Download | only in futimesat

Lines Matching defs:fds

55 static int fds[TEST_CASES];
82 TEST(myfutimesat(fds[i], filenames[i], times));
111 fds[0] = SAFE_OPEN(cleanup, pathname, O_DIRECTORY);
112 fds[1] = fds[0];
117 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600);
119 fds[3] = 100;
120 fds[4] = AT_FDCWD;
130 if (fds[0] > 0)
131 close(fds[0]);
132 if (fds[2] > 0)
133 close(fds[2]);