Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/setegid/
Dsetegid01.c80 SAFE_GETRESGID(cleanup, &orig_rgid, &orig_egid, &orig_sgid); in setegid_verify()
87 SAFE_GETRESGID(cleanup, &cur_rgid, &cur_egid, &cur_sgid); in setegid_verify()
112 SAFE_GETRESGID(cleanup, &cur_rgid, &cur_egid, &orig_sgid); in setegid_verify()
/external/ltp/testcases/kernel/syscalls/setresgid/
Dsetresgid01.c167 SAFE_GETRESGID(cleanup, &cur_rgid, &cur_egid, &cur_sgid); in test_functionality()
Dsetresgid03.c171 SAFE_GETRESGID(cleanup, &cur_rgid, &cur_egid, &cur_sgid); in test_functionality()
Dsetresgid02.c174 SAFE_GETRESGID(cleanup, &cur_rgid, &cur_egid, &cur_sgid); in test_functionality()
/external/ltp/include/old/
Dsafe_macros.h88 #define SAFE_GETRESGID(cleanup_fn, rgid, egid, sgid) \ macro
/external/ltp/include/
Dtst_safe_macros.h132 #define SAFE_GETRESGID(rgid, egid, sgid) \ macro