Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/setresgid/
Dsetresgid03.c58 SAFE_SETRESGID(nobody_gid, nobody_gid, nobody_gid); in setup()
Dsetresgid02.c67 SAFE_SETRESGID(-1, main_gid, main_gid); in setup()
/external/ltp/include/
Dtst_safe_macros.h130 #define SAFE_SETRESGID(rgid, egid, sgid) \ macro