Lines Matching defs:cleanup
87 void cleanup(); /* cleanup function for the test */
111 tst_brkm(TBROK | TERRNO, cleanup,
121 tst_brkm(TBROK, cleanup, "read failed");
140 cleanup();
158 tst_sig(NOFORK, DEF_HANDLER, cleanup);
167 tst_brkm(TBROK | TERRNO, cleanup, "open failed");
172 tst_brkm(TBROK | TERRNO, cleanup, "write failed");
186 tst_brkm(TBROK | TERRNO, cleanup, "mmap failed");
192 void cleanup(void)