Home
last modified time | relevance | path

Searched refs:F_EXLCK (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dlockfcmds.h26 #if defined(F_EXLCK) || (defined(HAVE_DECL_F_EXLCK) && HAVE_DECL_F_EXLCK)
27 XLAT(F_EXLCK),
Dlockfcmds.in4 F_EXLCK
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h172 #ifndef F_EXLCK
173 #define F_EXLCK 4 /* or 3 */ macro
/external/python/cpython2/Modules/
Dfcntlmodule.c528 #ifdef F_EXLCK in all_ins()
529 if (ins(d, "F_EXLCK", (long)F_EXLCK)) return -1; in all_ins()
/external/python/cpython3/Modules/
Dfcntlmodule.c573 #ifdef F_EXLCK in all_ins()
574 if (PyModule_AddIntMacro(m, F_EXLCK)) return -1; in all_ins()
/external/python/cpython2/Lib/plat-atheos/
DIN.py651 F_EXLCK = 4 variable
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs231 pub const F_EXLCK: ::c_int = 4; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c2125 #ifdef F_EXLCK
2126 { "F_EXLCK", (unsigned long) F_EXLCK },