Home | History | Annotate | Download | only in fcntl

Lines Matching full:cleanup

31 static void cleanup(void);
73 cleanup();
79 tst_sig(NOFORK, DEF_HANDLER, cleanup);
84 switch ((type = tst_fs_type(cleanup, "."))) {
88 tst_brkm(TCONF, cleanup,
96 SAFE_TOUCH(cleanup, "file", FILE_MODE, NULL);
101 fd1 = SAFE_OPEN(cleanup, "file", test_cases[i].fd1_flag);
102 fd2 = SAFE_OPEN(cleanup, "file", test_cases[i].fd2_flag);
122 SAFE_CLOSE(cleanup, fd1);
124 SAFE_CLOSE(cleanup, fd2);
128 static void cleanup(void)