Lines Matching refs:gid
25 static gid_t gid, egid; /* current real and effective group id */
33 {&neg_one, &neg_one, "Dont change either real or effective gid" },
34 {&neg_one, &egid, "Change effective to effective gid" },
35 {&gid, &neg_one, "Change real to real gid" },
36 {&neg_one, &gid, "Change effective to real gid" },
37 {&gid, &gid, "Try to change real to current real" }
54 gid = getgid();
55 GID16_CHECK(gid, setregid);