Lines Matching refs:fds
61 static int fds[TEST_CASES]; variable
87 TEST(myunlinkat(fds[i], filenames[i], flags[i])); in main()
118 fds[0] = SAFE_OPEN(cleanup, pathname, O_DIRECTORY); in setup()
119 fds[1] = fds[4] = fds[6] = fds[0]; in setup()
124 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600); in setup()
126 fds[3] = 100; in setup()
127 fds[5] = AT_FDCWD; in setup()
139 if (fds[0] > 0) in cleanup()
140 close(fds[0]); in cleanup()
141 if (fds[2] > 0) in cleanup()
142 close(fds[2]); in cleanup()