Lines Matching defs:cleanup
124 void cleanup(void);
212 tst_brkm(TBROK | TERRNO, cleanup, "fork() failed");
221 tst_brkm(TBROK | TERRNO, cleanup,
231 cleanup();
299 tst_brkm(TBROK, cleanup, "Unexpected signal %d killed child",
708 cleanup();
762 tst_sig(FORK, DEF_HANDLER, cleanup);
769 SAFE_PIPE(cleanup, pipe_fd);
776 tst_brkm(TBROK | TERRNO, cleanup,
780 SAFE_PIPE(cleanup, pipe_fd2);
787 tst_brkm(TBROK | TERRNO, cleanup,
791 void cleanup(void)