Home
last modified time | relevance | path

Searched refs:SYS_setresgid (Results 1 - 25 of 44) sorted by relevance

12

/third_party/musl/porting/linux/user/include/sys/
H A Dsyscall.h20 #undef SYS_setresgid macro
39 #define SYS_setresgid SYS_setresgid32 macro
/third_party/musl/include/sys/
H A Dsyscall.h19 #undef SYS_setresgid macro
38 #define SYS_setresgid SYS_setresgid32 macro
/third_party/musl/src/unistd/
H A Dsetegid.c16 return __setxid(SYS_setresgid, -1, egid, -1); in setegid()
H A Dsetresgid.c8 return __setxid(SYS_setresgid, rgid, egid, sgid); in setresgid()
/third_party/musl/porting/liteos_a/user/src/unistd/
H A Dsetegid.c12 return __setxid(SYS_setresgid, -1, egid, -1); in setegid()
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dsyscall.h85 #undef SYS_setresgid macro
104 #define SYS_setresgid SYS_setresgid32 macro
/third_party/musl/src/internal/
H A Dsyscall.h98 #undef SYS_setresgid macro
117 #define SYS_setresgid SYS_setresgid32 macro
/third_party/musl/porting/linux/user/src/internal/
H A Dsyscall.h98 #undef SYS_setresgid macro
117 #define SYS_setresgid SYS_setresgid32 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h553 #define SYS_setresgid 170 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dnot_x32.rs198 pub const SYS_setresgid: ::c_long = 119; consts
H A Dx32.rs161 pub const SYS_setresgid: ::c_long = __X32_SYSCALL_BIT + 119; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
H A Dmod.rs252 pub const SYS_setresgid: ::c_long = 149; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/
H A Dmod.rs210 pub const SYS_setresgid: ::c_long = 149; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Darm.rs283 pub const SYS_setresgid: ::c_long = 170; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs451 pub const SYS_setresgid: ::c_long = 4000 + 190; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs574 pub const SYS_setresgid: ::c_int = 149; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
H A Dmod.rs327 pub const SYS_setresgid: ::c_long = 170; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs414 pub const SYS_setresgid: ::c_long = 149; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs596 pub const SYS_setresgid: ::c_long = 169; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs343 pub const SYS_setresgid: ::c_long = 4000 + 190; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs560 pub const SYS_setresgid: ::c_long = 149; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
H A Dmod.rs516 pub const SYS_setresgid: ::c_long = 119; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
H A Dmod.rs622 pub const SYS_setresgid: ::c_long = 210; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
H A Dmod.rs596 pub const SYS_setresgid: ::c_long = 170; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/
H A Dmod.rs601 pub const SYS_setresgid: ::c_long = 170; consts

Completed in 39 milliseconds

12