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