Lines Matching defs:cleanup
60 void cleanup(void);
99 SAFE_PIPE(cleanup, fildes);
102 tst_brkm(TBROK, cleanup, "fork() failed - "
108 tst_brkm(TBROK, cleanup, "self_exec failed");
114 tst_brkm(TBROK, cleanup, "fork() failed - "
120 tst_brkm(TBROK, cleanup, "self_exec failed");
196 cleanup();
207 tst_sig(FORK, DEF_HANDLER, cleanup);
213 * cleanup() - performs all ONE TIME cleanup for this test at
216 void cleanup(void)
241 tst_brkm(TFAIL, cleanup, "one or more children did't die in 60 second "