Searched refs:SETRESGID (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/syscalls/setresgid/ |
D | setresgid04.c | 78 TEST(SETRESGID(cleanup, -1, ltpuser->pw_gid, -1)); in setresgid_verify()
|
D | setresgid01.c | 132 TEST(SETRESGID(cleanup, *tdat[testno].rgid, *tdat[testno].egid, in main()
|
D | setresgid03.c | 131 TEST(SETRESGID(cleanup, *tdat[testno].rgid, *tdat[testno].egid, in main()
|
D | setresgid02.c | 139 TEST(SETRESGID(cleanup, *tdat[testno].rgid, *tdat[testno].egid, in main()
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | compat_tst_16.h | 136 int SETRESGID(GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID() function
|
D | compat_16.h | 144 int SETRESGID(void (cleanup)(void), GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID() function
|