Home | History | Annotate | Download | only in setegid

Lines Matching refs:cleanup

39 static void cleanup(void);
56 cleanup();
66 tst_sig(NOFORK, DEF_HANDLER, cleanup);
70 nobody = SAFE_GETPWNAM(cleanup, "nobody");
80 SAFE_GETRESGID(cleanup, &orig_rgid, &orig_egid, &orig_sgid);
85 SAFE_SETEGID(cleanup, nobody_gid);
87 SAFE_GETRESGID(cleanup, &cur_rgid, &cur_egid, &cur_sgid);
110 SAFE_SETEGID(cleanup, orig_egid);
112 SAFE_GETRESGID(cleanup, &cur_rgid, &cur_egid, &orig_sgid);
122 static void cleanup(void)