Home
last modified time | relevance | path

Searched refs:F_OWNER_PGRP (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ltp/include/lapi/
Dfcntl.h70 #ifndef F_OWNER_PGRP
71 # define F_OWNER_PGRP 2 macro
/third_party/musl/porting/liteos_a/user/src/fcntl/
Dfcntl.c20 return ex.type == F_OWNER_PGRP ? -ex.pid : ex.pid; in fcntl()
/third_party/musl/src/fcntl/
Dfcntl.c21 return ex.type == F_OWNER_PGRP ? -ex.pid : ex.pid; in fcntl()
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h165 #define F_OWNER_PGRP 2 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h166 #define F_OWNER_PGRP 2 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h165 #define F_OWNER_PGRP 2 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h166 #define F_OWNER_PGRP 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h165 #define F_OWNER_PGRP 2 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h166 #define F_OWNER_PGRP 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h165 #define F_OWNER_PGRP 2 macro
/third_party/musl/include/
Dfcntl.h165 #define F_OWNER_PGRP 2 macro
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c257 tst_own_ex.type = F_OWNER_PGRP; in setownex_pgrp_test()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs231 pub const F_OWNER_PGRP: ::c_int = 2; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs225 pub const F_OWNER_PGRP: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs220 pub const F_OWNER_PGRP: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs229 pub const F_OWNER_PGRP: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs226 pub const F_OWNER_PGRP: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs220 pub const F_OWNER_PGRP: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs220 pub const F_OWNER_PGRP: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs221 pub const F_OWNER_PGRP: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs220 pub const F_OWNER_PGRP: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs219 pub const F_OWNER_PGRP: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs226 pub const F_OWNER_PGRP: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs225 pub const F_OWNER_PGRP: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs229 pub const F_OWNER_PGRP: u32 = 2; constant

12