Lines Matching defs:cleanup
77 static void cleanup(void);
108 /* perform global cleanup and exit */
109 cleanup();
119 tst_sig(NOFORK, DEF_HANDLER, cleanup);
130 tst_brkm(TBROK, cleanup, "Failed to initialize filename");
133 tst_brkm(TBROK, cleanup, "open() failed");
136 tst_brkm(TBROK, cleanup, "write() failed");
141 * cleanup()
142 * performs all ONE TIME cleanup for this test at
145 void cleanup(void)