Searched refs:exp_sgid (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setresgid/ |
H A D | setresgid01.c | 89 struct passwd *exp_sgid; /* Expected saved GID */ member 139 tdat[testno].exp_sgid->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 170 && (cur_sgid == exp_sgid)) { in test_functionality()
|
H A D | setresgid03.c | 28 gid_t *exp_sgid; member 73 *tc->exp_sgid); in run()
|
H A D | setresgid02.c | 32 gid_t *exp_sgid; member 81 *tc->exp_sgid)) in run()
|
/third_party/ltp/lib/ |
H A D | tst_uid.c | 98 gid_t exp_rgid, gid_t exp_egid, gid_t exp_sgid) in tst_check_resgid_() 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_() 97 tst_check_resgid_(const char *file, const int lineno, const char *callstr, gid_t exp_rgid, gid_t exp_egid, gid_t exp_sgid) tst_check_resgid_() argument
|
/third_party/ltp/include/ |
H A D | tst_uid.h | 36 gid_t exp_rgid, gid_t exp_egid, gid_t exp_sgid);
|
Completed in 2 milliseconds