Lines Matching full:cleanup
59 static void cleanup(void);
92 tst_brkm(TFAIL | TERRNO, cleanup,
111 tst_brkm(TFAIL | TERRNO, cleanup, "munmapping failed");
115 cleanup();
123 tst_sig(FORK, DEF_HANDLER, cleanup);
142 tst_brkm(TFAIL | TERRNO, cleanup, "opening %s failed",
149 tst_brkm(TFAIL | TERRNO, cleanup,
158 tst_brkm(TFAIL | TERRNO, cleanup, "fchmod(%s, 0444) failed",
164 tst_brkm(TFAIL | TERRNO, cleanup, "closing %s failed",
170 tst_brkm(TFAIL, cleanup, "reopening %s readonly failed",
176 tst_brkm(TFAIL, cleanup, "calloc failed (dummy)");
181 static void cleanup(void)