/third_party/ltp/include/lapi/ |
D | fcntl.h | 70 #ifndef F_OWNER_PGRP 71 # define F_OWNER_PGRP 2 macro
|
/third_party/musl/porting/liteos_a/user/src/fcntl/ |
D | fcntl.c | 20 return ex.type == F_OWNER_PGRP ? -ex.pid : ex.pid; in fcntl()
|
/third_party/musl/src/fcntl/ |
D | fcntl.c | 21 return ex.type == F_OWNER_PGRP ? -ex.pid : ex.pid; in fcntl()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 165 #define F_OWNER_PGRP 2 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 166 #define F_OWNER_PGRP 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 165 #define F_OWNER_PGRP 2 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 166 #define F_OWNER_PGRP 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 165 #define F_OWNER_PGRP 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 166 #define F_OWNER_PGRP 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 165 #define F_OWNER_PGRP 2 macro
|
/third_party/musl/include/ |
D | fcntl.h | 165 #define F_OWNER_PGRP 2 macro
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 257 tst_own_ex.type = F_OWNER_PGRP; in setownex_pgrp_test()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 231 pub const F_OWNER_PGRP: ::c_int = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 225 pub const F_OWNER_PGRP: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 220 pub const F_OWNER_PGRP: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 229 pub const F_OWNER_PGRP: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 226 pub const F_OWNER_PGRP: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 220 pub const F_OWNER_PGRP: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 220 pub const F_OWNER_PGRP: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 221 pub const F_OWNER_PGRP: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 220 pub const F_OWNER_PGRP: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 219 pub const F_OWNER_PGRP: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 226 pub const F_OWNER_PGRP: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 225 pub const F_OWNER_PGRP: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 229 pub const F_OWNER_PGRP: u32 = 2; constant
|