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