Searched refs:other_gid (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setresgid/ |
D | setresgid02.c | 36 static gid_t root_gid, main_gid, other_gid, neg = -1; variable 42 {&neg, &neg, &other_gid, &root_gid, &main_gid, &other_gid, 44 {&neg, &other_gid, &neg, &root_gid, &other_gid, &other_gid, 46 {&other_gid, &neg, &neg, &other_gid, &other_gid, &other_gid, 61 other_gid = test_groups[2]; in setup() 65 GID16_CHECK(other_gid, setresgid); in setup()
|
D | setresgid03.c | 32 static gid_t nobody_gid, other_gid, neg = -1; variable 35 {&neg, &neg, &other_gid, &nobody_gid, &nobody_gid, &nobody_gid, 37 {&neg, &other_gid, &neg, &nobody_gid, &nobody_gid, &nobody_gid, 39 {&other_gid, &neg, &neg, &nobody_gid, &nobody_gid, &nobody_gid, 41 {&other_gid, &other_gid, &other_gid, &nobody_gid, &nobody_gid, 52 other_gid = test_groups[1]; in setup() 55 GID16_CHECK(other_gid, setresgid); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/setregid/ |
D | setregid02.c | 23 static gid_t root_gid, nobody_gid, other_gid, neg_one = -1; variable 43 &neg_one, &other_gid, EPERM, &nobody_gid, &nobody_gid, 47 &other_gid, &neg_one, EPERM, &nobody_gid, &nobody_gid, 49 &root_gid, &other_gid, EPERM, &nobody_gid, &nobody_gid, 51 &other_gid, &root_gid, EPERM, &nobody_gid, &nobody_gid, 102 other_gid = test_groups[2]; in setup() 106 GID16_CHECK(other_gid, setregid); in setup()
|