Home | History | Annotate | Download | only in rename

Lines Matching full:cleanup

53  *	Cleanup:
85 void cleanup();
121 tst_brkm(TBROK, cleanup, "fork() #1 failed");
144 SAFE_TOUCH(cleanup, fname, 0700, NULL);
152 tst_brkm(TBROK, cleanup, "First child failed to set "
157 tst_brkm(TBROK, cleanup, "fork() #2 failed");
175 SAFE_TOUCH(cleanup, mname, 0700, NULL);
198 SAFE_UNLINK(cleanup, fname);
199 SAFE_UNLINK(cleanup, mname);
200 SAFE_RMDIR(cleanup, fdir);
201 SAFE_RMDIR(cleanup, mdir);
214 * cleanup and exit
216 cleanup();
235 tst_sig(FORK, DEF_HANDLER, cleanup);
251 * cleanup() - performs all ONE TIME cleanup for this test at
254 void cleanup(void)