Home
last modified time | relevance | path

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

/external/strace/xlat/
Df_owner_types.h20 #if defined(F_OWNER_PGRP) || (defined(HAVE_DECL_F_OWNER_PGRP) && HAVE_DECL_F_OWNER_PGRP)
22 static_assert((F_OWNER_PGRP) == (2), "F_OWNER_PGRP != 2");
25 # define F_OWNER_PGRP 2
40 XLAT(F_OWNER_PGRP),
Df_owner_types.in3 F_OWNER_PGRP 2
/external/ltp/include/lapi/
Dfcntl.h70 #ifndef F_OWNER_PGRP
71 # define F_OWNER_PGRP 2 macro
/external/musl/src/fcntl/
Dfcntl.c21 return ex.type == F_OWNER_PGRP ? -ex.pid : ex.pid; in fcntl()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h154 #define F_OWNER_PGRP 2 macro
/external/musl/include/
Dfcntl.h165 #define F_OWNER_PGRP 2 macro
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c235 tst_own_ex.type = F_OWNER_PGRP; in setownex_pgrp_test()
/external/strace/tests-mx32/
Dfcntl-common.c229 { ARG_STR(F_OWNER_PGRP), { 1294567890, 40 } } in test_f_owner_ex()
/external/strace/tests-m32/
Dfcntl-common.c229 { ARG_STR(F_OWNER_PGRP), { 1294567890, 40 } } in test_f_owner_ex()
/external/strace/tests/
Dfcntl-common.c229 { ARG_STR(F_OWNER_PGRP), { 1294567890, 40 } } in test_f_owner_ex()
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs231 pub const F_OWNER_PGRP: ::c_int = 2; constant