Lines Matching defs:cleanup
86 void cleanup(); /* cleanup function for the test */
103 cleanup();
112 tst_sig(NOFORK, DEF_HANDLER, cleanup);
121 tst_brkm(TBROK | TERRNO, cleanup, "open failed");
126 tst_brkm(TBROK | TERRNO, cleanup, "write failed");
135 tst_brkm(TBROK | TERRNO, cleanup, "mmap failed");
139 tst_brkm(TBROK | TERRNO, cleanup, "lseek failed");
143 tst_brkm(TBROK | TERRNO, cleanup, "write failed");
146 void cleanup(void)