Home
last modified time | relevance | path

Searched refs:SETRESGID (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/setresgid/
Dsetresgid04.c78 TEST(SETRESGID(cleanup, -1, ltpuser->pw_gid, -1)); in setresgid_verify()
Dsetresgid03.c66 TST_EXP_FAIL(SETRESGID(*tc->rgid, *tc->egid, *tc->sgid), EPERM, "%s", in run()
Dsetresgid02.c74 TST_EXP_PASS_SILENT(SETRESGID(*tc->rgid, *tc->egid, *tc->sgid), "%s", in run()
Dsetresgid01.c132 TEST(SETRESGID(cleanup, *tdat[testno].rgid, *tdat[testno].egid, in main()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dcompat_tst_16.h136 int SETRESGID(GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID() function
Dcompat_16.h144 int SETRESGID(void (cleanup)(void), GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID() function