Home
last modified time | relevance | path

Searched defs:euid (Results 1 – 25 of 32) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dgetresuid.c29 uid_t euid = -1; in getresuid_0100() local
45 uid_t euid = -1; in getresuid_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dsetreuid.c38 uid_t euid = geteuid(); in setreuid_0100() local
68 uid_t euid = geteuid(); in setreuid_0200() local
Dgeteuid.c28 uid_t euid = geteuid(); in geteuid_0100() local
/third_party/toybox/toys/other/
Dnsenter.c91 static void handle_r(int euid, int egid) in handle_r()
128 int euid = geteuid(), egid = getegid(); in unshare_main() local
/third_party/musl/porting/liteos_a/user/src/unistd/
Dseteuid.c6 int seteuid(uid_t euid) in seteuid()
/third_party/musl/src/unistd/
Dseteuid.c5 int seteuid(uid_t euid) in seteuid()
Dsetreuid.c5 int setreuid(uid_t ruid, uid_t euid) in setreuid()
Dsetresuid.c6 int setresuid(uid_t ruid, uid_t euid, uid_t suid) in setresuid()
/third_party/musl/src/misc/
Dgetresuid.c5 int getresuid(uid_t *ruid, uid_t *euid, uid_t *suid) in getresuid()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dcompat_16.h125 int SETREUID(void (cleanup)(void), UID_T ruid, UID_T euid) in SETREUID()
134 int SETRESUID(void (cleanup)(void), UID_T ruid, UID_T euid, UID_T suid) in SETRESUID()
139 int GETRESUID(void (cleanup)(void), UID_T *ruid, UID_T *euid, UID_T *suid) in GETRESUID()
Dcompat_tst_16.h122 int SETREUID(UID_T ruid, UID_T euid) in SETREUID()
131 int SETRESUID(UID_T ruid, UID_T euid, UID_T suid) in SETRESUID()
/third_party/ltp/testcases/kernel/syscalls/setreuid/
Dsetreuid01.c54 static uid_t ruid, euid; /* real and effective user ids */ variable
/third_party/ltp/testcases/kernel/syscalls/getegid/
Dgetegid02.c42 uid_t euid; in main() local
/third_party/ltp/include/
Dtst_uid.h32 #define tst_check_resuid(cstr, ruid, euid, suid) \ argument
Dtst_safe_macros.h102 #define SAFE_SETEUID(euid) \ argument
120 #define SAFE_SETREUID(ruid, euid) \ argument
130 #define SAFE_SETRESUID(ruid, euid, suid) \ argument
133 #define SAFE_GETRESUID(ruid, euid, suid) \ argument
/third_party/ltp/testcases/kernel/syscalls/mq_unlink/
Dmq_unlink01.c19 static uid_t euid; variable
/third_party/toybox/toys/posix/
Did.c90 uid_t uid = getuid(), euid = geteuid(); in do_id() local
/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/
Dsched_setscheduler03.c107 uid_t ruid, euid, suid; in setup() local
/third_party/ltp/lib/
Dtst_uid.c75 uid_t ruid, euid, suid; in tst_check_resuid_() local
Dtst_safe_macros.c130 uid_t ruid, uid_t euid) in safe_setreuid()
169 uid_t ruid, uid_t euid, uid_t suid) in safe_setresuid()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify19.c41 static uid_t euid; variable
/third_party/ltp/testcases/kernel/syscalls/mq_open/
Dmq_open01.c21 static uid_t euid; variable
/third_party/toybox/porting/liteos_a/
Dmain.c125 uid_t uid = getuid(), euid = geteuid(); in toy_init() local
/third_party/toybox/
Dmain.c125 uid_t uid = getuid(), euid = geteuid(); in toy_init() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_process.js112 euid: '[PC preview] unknow euid', property

12