Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/setresgid/
Dsetresgid01.c88 struct passwd *exp_egid; /* Expected effective GID */ member
138 tdat[testno].exp_egid->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()
Dsetresgid03.c95 struct passwd *exp_egid; /* Expected effective GID */ member
139 tdat[testno].exp_egid->pw_gid, in main()
166 static int test_functionality(uid_t exp_rgid, uid_t exp_egid, uid_t exp_sgid) in test_functionality() argument
173 if ((cur_rgid == exp_rgid) && (cur_egid == exp_egid) in test_functionality()
Dsetresgid02.c93 struct passwd *exp_egid; /* Expected effective GID */ member
145 tdat[testno].exp_egid->pw_gid, in main()
169 static int test_functionality(uid_t exp_rgid, uid_t exp_egid, uid_t exp_sgid) in test_functionality() argument
176 if ((cur_rgid == exp_rgid) && (cur_egid == exp_egid) in test_functionality()