Lines Matching defs:cleanup
87 void cleanup(); /* cleanup function for the test */
108 TEST(GETRESGID(cleanup, &real_gid, &eff_gid, &sav_gid));
131 cleanup();
145 tst_sig(NOFORK, DEF_HANDLER, cleanup);
154 tst_brkm(TBROK, cleanup, "getpwnam(%s) Failed", LTPUSER);
169 tst_brkm(TBROK, cleanup,
176 * cleanup() - performs all ONE TIME cleanup for this test at
180 void cleanup(void)