Home
last modified time | relevance | path

Searched refs:SYS_setresuid (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/linux/user/include/sys/
Dsyscall.h18 #undef SYS_setresuid
37 #define SYS_setresuid SYS_setresuid32 macro
/third_party/musl/src/unistd/
Dseteuid.c7 return __setxid(SYS_setresuid, -1, euid, -1); in seteuid()
Dsetresuid.c8 return __setxid(SYS_setresuid, ruid, euid, suid); in setresuid()
/third_party/musl/porting/liteos_a/user/src/unistd/
Dseteuid.c12 return __setxid(SYS_setresuid, -1, euid, -1); in seteuid()
/third_party/musl/src/internal/
Dsyscall.h83 #undef SYS_setresuid
102 #define SYS_setresuid SYS_setresuid32 macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h83 #undef SYS_setresuid
102 #define SYS_setresuid SYS_setresuid32 macro
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h83 #undef SYS_setresuid
102 #define SYS_setresuid SYS_setresuid32 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h549 #define SYS_setresuid 164 macro