Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/include/sys/
Dsyscall.h20 #undef SYS_setresgid
39 #define SYS_setresgid SYS_setresgid32 macro
/third_party/musl/src/unistd/
Dsetegid.c7 return __setxid(SYS_setresgid, -1, egid, -1); in setegid()
Dsetresgid.c8 return __setxid(SYS_setresgid, rgid, egid, sgid); in setresgid()
/third_party/musl/porting/liteos_a/user/src/unistd/
Dsetegid.c12 return __setxid(SYS_setresgid, -1, egid, -1); in setegid()
/third_party/musl/src/internal/
Dsyscall.h85 #undef SYS_setresgid
104 #define SYS_setresgid SYS_setresgid32 macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h85 #undef SYS_setresgid
104 #define SYS_setresgid SYS_setresgid32 macro
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h85 #undef SYS_setresgid
104 #define SYS_setresgid SYS_setresgid32 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h553 #define SYS_setresgid 170 macro