Searched refs:F_OWNER_PGRP (Results 1 – 11 of 11) sorted by relevance
20 #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 240 XLAT(F_OWNER_PGRP),
3 F_OWNER_PGRP 2
70 #ifndef F_OWNER_PGRP71 # define F_OWNER_PGRP 2 macro
21 return ex.type == F_OWNER_PGRP ? -ex.pid : ex.pid; in fcntl()
154 #define F_OWNER_PGRP 2 macro
165 #define F_OWNER_PGRP 2 macro
235 tst_own_ex.type = F_OWNER_PGRP; in setownex_pgrp_test()
229 { ARG_STR(F_OWNER_PGRP), { 1294567890, 40 } } in test_f_owner_ex()
231 pub const F_OWNER_PGRP: ::c_int = 2; constant