Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/setresgid/
Dsetresgid01.c89 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()
Dsetresgid03.c96 struct passwd *exp_sgid; /* Expected saved GID */ member
140 tdat[testno].exp_sgid->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
174 && (cur_sgid == exp_sgid)) { in test_functionality()
Dsetresgid02.c94 struct passwd *exp_sgid; /* Expected saved GID */ member
146 tdat[testno].exp_sgid->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
177 && (cur_sgid == exp_sgid)) { in test_functionality()