Home
last modified time | relevance | path

Searched refs:exp_rgid (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/setresgid/
Dsetresgid01.c86 struct passwd *exp_rgid; /* Expected real GID */ member
136 (tdat[testno].exp_rgid->pw_gid, in main()
161 static int test_functionality(uid_t exp_rgid, uid_t exp_egid, uid_t exp_sgid) in test_functionality() argument
171 if ((cur_rgid == exp_rgid) && (cur_egid == exp_egid) in test_functionality()
Dsetresgid03.c93 struct passwd *exp_rgid; /* Expected real GID */ member
137 (tdat[testno].exp_rgid->pw_gid, in main()
165 static int test_functionality(uid_t exp_rgid, uid_t exp_egid, uid_t exp_sgid) in test_functionality() argument
175 if ((cur_rgid == exp_rgid) && (cur_egid == exp_egid) in test_functionality()
Dsetresgid02.c91 struct passwd *exp_rgid; /* Expected real GID */ member
143 (tdat[testno].exp_rgid->pw_gid, in main()
168 static int test_functionality(uid_t exp_rgid, uid_t exp_egid, uid_t exp_sgid) in test_functionality() argument
178 if ((cur_rgid == exp_rgid) && (cur_egid == exp_egid) in test_functionality()