Lines Matching defs:cleanup
46 void cleanup();
108 cleanup();
114 tst_sig(NOFORK, DEF_HANDLER, cleanup);
120 SAFE_ASPRINTF(cleanup, &testfile3, "%s/fstatattestfile3.txt", abs_path);
123 SAFE_MKDIR(cleanup, pathname, 0700);
125 fds[0] = SAFE_OPEN(cleanup, pathname, O_DIRECTORY);
128 SAFE_FILE_PRINTF(cleanup, testfile, testfile);
129 SAFE_FILE_PRINTF(cleanup, testfile2, testfile2);
131 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600);
143 void cleanup(void)