Lines Matching defs:cleanup
92 void cleanup(); /* cleanup function for the test */
133 cleanup();
159 tst_sig(NOFORK, DEF_HANDLER, cleanup);
163 tst_brkm(TBROK, cleanup, "signal fails to catch signal");
181 tst_brkm(TBROK, cleanup, "open() on %s Failed, errno=%d : %s",
189 SAFE_LSEEK(cleanup, fildes, map_len, SEEK_SET);
193 tst_brkm(TBROK, cleanup, "write() on %s Failed, errno=%d : %s",
213 tst_brkm(TBROK, cleanup, "mmap() Failed on %s, errno=%d : %s",
234 * cleanup function and exit the program.
240 /* Invoke test cleanup function and exit */
241 cleanup();
247 * cleanup() - performs all ONE TIME cleanup for this test at
253 void cleanup(void)