/third_party/musl/porting/linux/user/include/sys/ |
D | syscall.h | 10 #undef SYS_getgid 29 #define SYS_getgid SYS_getgid32 macro
|
/third_party/musl/include/sys/ |
D | syscall.h | 9 #undef SYS_getgid 28 #define SYS_getgid SYS_getgid32 macro
|
/third_party/musl/src/unistd/ |
D | getgid.c | 6 return __syscall(SYS_getgid); in getgid()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | syscall.c | 43 gid = syscall(SYS_getgid); in syscall_0200()
|
/third_party/ltp/testcases/kernel/syscalls/syscall/ |
D | syscall01.c | 62 g2 = syscall(SYS_getgid); in verify_getgid()
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | syscall.h | 75 #undef SYS_getgid 94 #define SYS_getgid SYS_getgid32 macro
|
/third_party/musl/src/internal/ |
D | syscall.h | 88 #undef SYS_getgid 107 #define SYS_getgid SYS_getgid32 macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | syscall.h | 88 #undef SYS_getgid 107 #define SYS_getgid SYS_getgid32 macro
|
/third_party/musl/porting/liteos_a/user/src/process/ |
D | posix_spawn.c | 81 if ((ret=__syscall(SYS_setgid, __syscall(SYS_getgid))) || in child()
|
/third_party/musl/src/process/ |
D | posix_spawn.c | 81 if ((ret=__syscall(SYS_setgid, __syscall(SYS_getgid))) || in child()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/ |
D | mod.rs | 237 pub const SYS_getgid: ::c_long = 176; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/ |
D | mod.rs | 279 pub const SYS_getgid: ::c_long = 176; constant
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 456 #define SYS_getgid 47 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | not_x32.rs | 183 pub const SYS_getgid: ::c_long = 104; constant
|
D | x32.rs | 146 pub const SYS_getgid: ::c_long = __X32_SYSCALL_BIT + 104; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | arm.rs | 189 pub const SYS_getgid: ::c_long = 47; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/ |
D | mod.rs | 198 pub const SYS_getgid: ::c_long = 47; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 441 pub const SYS_getgid: ::c_long = 176; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 401 pub const SYS_getgid: ::c_int = 176; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
D | mod.rs | 313 pub const SYS_getgid: ::c_long = 4000 + 47; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | s390x.rs | 676 pub const SYS_getgid: ::c_long = 200; constant
|
D | powerpc64.rs | 272 pub const SYS_getgid: ::c_long = 47; constant
|
D | mips64.rs | 206 pub const SYS_getgid: ::c_long = 5000 + 102; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/ |
D | mod.rs | 274 pub const SYS_getgid: ::c_long = 176; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/ |
D | mod.rs | 421 pub const SYS_getgid: ::c_long = 176; constant
|