Lines Matching full:cleanup
35 * issue a FAIL message, break remaining tests and cleanup
41 * call cleanup
65 void cleanup(void);
100 tst_brkm(TBROK, cleanup, "Fork of first child failed");
106 tst_brkm(TBROK, cleanup, "Fork failed");
110 tst_brkm(TBROK, cleanup,
126 tst_brkm(TFAIL, cleanup, "%s failed - errno = "
147 cleanup();
172 * cleanup() - performs all the ONE TIME cleanup for this test at completion
175 void cleanup(void)