Lines Matching defs:cleanup
68 static void cleanup(void);
103 tst_brkm(TFAIL | TERRNO, cleanup,
139 tst_brkm(TFAIL | TERRNO, cleanup,
146 cleanup();
154 tst_sig(NOFORK, sig_handler, cleanup);
173 tst_brkm(TFAIL | TERRNO, cleanup, "opening %s failed",
180 tst_brkm(TFAIL | TERRNO, cleanup, "writing to %s failed",
189 tst_brkm(TFAIL, cleanup, "fchmod of %s failed", TEMPFILE);
194 tst_brkm(TFAIL | TERRNO, cleanup, "closing %s failed",
200 tst_brkm(TFAIL, cleanup, "calloc failed (dummy)");
205 tst_brkm(TFAIL | TERRNO, cleanup,
222 tst_brkm(TBROK, cleanup, "received an unexpected signal");
225 static void cleanup(void)