Lines Matching defs:cleanup
97 void cleanup(); /* cleanup function for the test */
117 tst_brkm(TFAIL | TERRNO, cleanup, "mremap failed");
141 cleanup();
160 tst_sig(NOFORK, DEF_HANDLER, cleanup);
180 tst_brkm(TBROK | TERRNO, cleanup, "opening %s failed",
185 tst_brkm(TBROK | TERRNO, cleanup,
191 tst_brkm(TBROK, cleanup, "writing to %s failed", TEMPFILE);
202 tst_brkm(TBROK, cleanup, "mmaping Failed on %s", TEMPFILE);
207 tst_brkm(TBROK, cleanup, "lseek() to %d offset pos. Failed, "
213 tst_brkm(TBROK | TERRNO, cleanup, "writing to %s failed",
220 * cleanup() - performs all ONE TIME cleanup for this test at
226 void cleanup(void)