Lines Matching refs:gid
27 static gid_t gid, egid;
36 {&neg_one, &egid, "Change effective to effective gid" },
37 {&gid, &neg_one, "Change real to real gid" },
38 {&neg_one, &gid, "Change effective to real gid" },
39 {&gid, &gid, "Change real and effective both gids to current real gid" }
51 gid = getgid();
52 GID16_CHECK(gid, setregid);