Lines Matching defs:cleanup
90 void cleanup(); /* cleanup function for the test */
137 cleanup();
155 tst_sig(NOFORK, DEF_HANDLER, cleanup);
159 tst_brkm(TBROK, cleanup, "signal fails to catch signal");
177 tst_brkm(TBROK, cleanup, "open() on %s Failed, errno=%d : %s",
185 SAFE_LSEEK(cleanup, fildes, map_len, SEEK_SET);
189 tst_brkm(TBROK, cleanup, "write() on %s Failed, errno=%d : %s",
209 tst_brkm(TBROK, cleanup, "mmap() Failed on %s, errno=%d : %s",
221 * cleanup function and exit the program.
227 /* Invoke test cleanup function and exit */
228 cleanup();
234 * cleanup() - performs all ONE TIME cleanup for this test at
239 void cleanup(void)