Lines Matching defs:cleanup
45 void cleanup();
91 cleanup();
97 tst_sig(NOFORK, DEF_HANDLER, cleanup);
103 SAFE_ASPRINTF(cleanup, &testfile3, "%s/futimesatfile3.txt", abs_path);
106 SAFE_MKDIR(cleanup, pathname, 0700);
108 fds[0] = SAFE_OPEN(cleanup, pathname, O_DIRECTORY);
111 SAFE_FILE_PRINTF(cleanup, testfile, testfile);
112 SAFE_FILE_PRINTF(cleanup, testfile2, testfile2);
114 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600);
125 void cleanup(void)