Lines Matching defs:cleanup
100 static void cleanup(void);
132 TEST(SETRESGID(cleanup, *tdat[testno].rgid, *tdat[testno].egid,
157 cleanup();
167 SAFE_GETRESGID(cleanup, &cur_rgid, &cur_egid, &cur_sgid);
186 tst_sig(NOFORK, DEF_HANDLER, cleanup);
193 GID16_CHECK((root_gid = root.pw_gid), "setresgid", cleanup)
200 GID16_CHECK((nobody_gid = nobody.pw_gid), "setresgid", cleanup)
209 * cleanup()
210 * performs all ONE TIME cleanup for this test at
213 void cleanup(void)