Lines Matching defs:cleanup
75 void cleanup(void);
96 cleanup();
103 cleanup();
110 cleanup();
133 cleanup();
145 tst_sig(FORK, DEF_HANDLER, cleanup);
167 tst_brkm(TBROK, cleanup, "mmap failed for bad_addr[0]");
172 tst_brkm(TBROK, cleanup, "mmap failed for good_addr[0]");
177 tst_brkm(TBROK, cleanup, "mmap failed for bad_addr[1]");
182 tst_brkm(TBROK, cleanup, "mmap failed for good_addr[1]");
194 * cleanup()
195 * performs all ONE TIME cleanup for this test at
198 void cleanup(void)
232 cleanup();