Home | History | Annotate | Download | only in getdents

Lines Matching full:cleanup

51 static void cleanup(void);
95 cleanup();
101 tst_sig(NOFORK, DEF_HANDLER, cleanup);
142 fd = SAFE_OPEN(cleanup, ".", O_RDONLY);
152 SAFE_CLOSE(cleanup, fd);
161 fd = SAFE_OPEN(cleanup, "test", O_CREAT | O_RDWR);
170 SAFE_CLOSE(cleanup, fd);
179 SAFE_MKDIR(cleanup, TEST_DIR, DIR_MODE);
181 fd = SAFE_OPEN(cleanup, TEST_DIR, O_DIRECTORY);
182 SAFE_RMDIR(cleanup, TEST_DIR);
191 SAFE_CLOSE(cleanup, fd);
194 static void cleanup(void)