Home
last modified time | relevance | path

Searched refs:SAFE_SETRESUID (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/containers/utsname/
Dutsname04.c32 SAFE_SETRESUID(pw->pw_uid, pw->pw_uid, pw->pw_uid); in run()
/external/ltp/testcases/kernel/syscalls/setresuid/
Dsetresuid02.c57 SAFE_SETRESUID(nobody_uid, other_uid, nobody_uid); in setup()
Dsetresuid03.c54 SAFE_SETRESUID(root_uid, main_uid, main_uid); in setup()
/external/ltp/include/
Dtst_safe_macros.h150 #define SAFE_SETRESUID(ruid, euid, suid) \ macro