Searched refs:SETRESGID (Results 1 – 5 of 5) 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 | 131 TEST(SETRESGID(cleanup, *tdat[testno].rgid, *tdat[testno].egid, in main()
|
D | setresgid03.c | 130 TEST(SETRESGID(cleanup, *tdat[testno].rgid, *tdat[testno].egid, in main()
|
D | setresgid02.c | 138 TEST(SETRESGID(cleanup, *tdat[testno].rgid, *tdat[testno].egid, in main()
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | compat_16.h | 139 int SETRESGID(void (cleanup)(void), GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID() function
|