Lines Matching defs:cleanup
62 void cleanup(void);
102 tst_brkm(TBROK, cleanup, "fork() #1 failed");
123 SAFE_WAITPID(cleanup, fork_1, &wtstatus, 0);
125 tst_brkm(TBROK, cleanup, "child exited abnormally");
129 tst_brkm(TBROK, cleanup, "fork() #2 failed");
149 SAFE_WAITPID(cleanup, fork_2, &wtstatus, 0);
151 tst_brkm(TBROK, cleanup, "problem detected in child, "
156 tst_brkm(TBROK | TERRNO, cleanup,
177 tst_brkm(TBROK | TERRNO, cleanup,
191 cleanup();
202 tst_sig(FORK, DEF_HANDLER, cleanup);
208 * cleanup() - performs all ONE TIME cleanup for this test at
211 void cleanup(void)