Searched refs:exp_rgid (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setresgid/ |
D | setresgid01.c | 87 struct passwd *exp_rgid; /* Expected real GID */ member 137 (tdat[testno].exp_rgid->pw_gid, in main() 162 static int test_functionality(uid_t exp_rgid, uid_t exp_egid, uid_t exp_sgid) in test_functionality() argument 169 if ((cur_rgid == exp_rgid) && (cur_egid == exp_egid) in test_functionality()
|
D | setresgid03.c | 26 gid_t *exp_rgid; member 72 tst_check_resgid(tc->desc, *tc->exp_rgid, *tc->exp_egid, in run()
|
D | setresgid02.c | 30 gid_t *exp_rgid; member 80 if (tst_check_resgid(tc->desc, *tc->exp_rgid, *tc->exp_egid, in run()
|
/third_party/ltp/lib/ |
D | tst_uid.c | 98 gid_t exp_rgid, gid_t exp_egid, gid_t exp_sgid) in tst_check_resgid_() argument 104 if (rgid == exp_rgid && egid == exp_egid && sgid == exp_sgid) in tst_check_resgid_() 118 (int)exp_rgid, (int)exp_egid, (int)exp_sgid); in tst_check_resgid_()
|
/third_party/ltp/include/ |
D | tst_uid.h | 36 gid_t exp_rgid, gid_t exp_egid, gid_t exp_sgid);
|