Home | History | Annotate | Download | only in rename

Lines Matching refs:cleanup

40  *	Cleanup:
69 void cleanup();
118 cleanup();
129 tst_sig(NOFORK, DEF_HANDLER, cleanup);
141 tst_brkm(TBROK, cleanup, "tmp directory %s found!", fdir);
143 SAFE_MKDIR(cleanup, fdir, 00770);
144 SAFE_STAT(cleanup, fdir, &buf1);
151 tst_brkm(TBROK, cleanup, "tmp directory %s found!", mdir);
153 SAFE_MKDIR(cleanup, mdir, 00770);
155 SAFE_STAT(cleanup, mdir, &buf2);
163 * cleanup() - performs all ONE TIME cleanup for this test at
166 void cleanup(void)