Lines Matching full:cleanup
23 * Cleanup:
51 void cleanup();
100 cleanup();
111 tst_sig(NOFORK, DEF_HANDLER, cleanup);
123 tst_brkm(TBROK, cleanup, "tmp directory %s found!", fdir);
126 SAFE_MKDIR(cleanup, fdir, 00770);
128 SAFE_STAT(cleanup, fdir, &buf1);
134 SAFE_TOUCH(cleanup, mname, 0700, NULL);
136 SAFE_STAT(cleanup, mname, &buf2);
144 * cleanup() - performs all ONE TIME cleanup for this test at
147 void cleanup(void)