Lines Matching refs:other_uid
21 static uid_t root_uid, nobody_uid, other_uid, neg_one = -1;
48 {&root_uid, &other_uid, -1, &nobody_uid, &nobody_uid,
50 {&other_uid, &root_uid, -1, &nobody_uid, &nobody_uid,
52 {&other_uid, &neg_one, -1, &nobody_uid, &nobody_uid,
54 {&other_uid, &other_uid, -1, &nobody_uid, &nobody_uid,
56 {&other_uid, &nobody_uid, -1, &nobody_uid, &nobody_uid,
58 {&nobody_uid, &other_uid, -1, &nobody_uid, &nobody_uid,
71 other_uid = test_users[1];
75 UID16_CHECK(other_uid, setreuid);