Home
last modified time | relevance | path

Searched refs:F_OWNER_PGRP (Results 1 - 25 of 26) sorted by relevance

12

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

Completed in 189 milliseconds

12