Lines Matching defs:root_gid
36 static gid_t root_gid, main_gid, other_gid, neg = -1;
40 {&neg, &neg, &neg, &root_gid, &main_gid, &main_gid,
42 {&neg, &neg, &other_gid, &root_gid, &main_gid, &other_gid,
44 {&neg, &other_gid, &neg, &root_gid, &other_gid, &other_gid,
48 {&root_gid, &root_gid, &root_gid, &root_gid, &root_gid, &root_gid,
50 {&root_gid, &main_gid, &main_gid, &root_gid, &main_gid, &main_gid,
58 root_gid = test_groups[0] = getgid();
63 GID16_CHECK(root_gid, setresgid);