Lines Matching defs:cleanup
53 * Perform testcase specific cleanup (if needed)
88 void (*cleanup) (void); /* Individual cleanup routine */
97 static void cleanup(void);
141 if (tdat[testno].cleanup) {
142 tdat[testno].cleanup();
146 cleanup();
180 tst_sig(NOFORK, DEF_HANDLER, cleanup);
190 * cleanup()
191 * performs all ONE TIME cleanup for this test at
194 void cleanup(void)