HomeSort by relevance Sort by last modified time
    Searched refs:F_EXLCK (Results 1 - 25 of 33) sorted by null

1 2

  /external/strace/xlat/
lockfcmds.h 20 #if defined(F_EXLCK) || (defined(HAVE_DECL_F_EXLCK) && HAVE_DECL_F_EXLCK)
21 XLAT(F_EXLCK),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 143 #ifndef F_EXLCK
144 #define F_EXLCK 4 /* or 3 */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 131 #ifndef F_EXLCK
132 #define F_EXLCK 4
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 172 #ifndef F_EXLCK
173 #define F_EXLCK 4 /* or 3 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 123 #define F_EXLCK 4 /* or 3 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 138 #define F_EXLCK 4 /* or 3 */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 526 #ifdef F_EXLCK
527 if (ins(d, "F_EXLCK", (long)F_EXLCK)) return -1;
  /external/minijail/linux-x86/
libconstants.gen.c 545 #ifdef F_EXLCK
546 { "F_EXLCK", (unsigned long) F_EXLCK },
547 #endif // F_EXLCK
    [all...]
  /external/python/cpython2/Modules/
fcntlmodule.c 528 #ifdef F_EXLCK
529 if (ins(d, "F_EXLCK", (long)F_EXLCK)) return -1;
  /external/python/cpython3/Modules/
fcntlmodule.c 534 #ifdef F_EXLCK
535 if (PyModule_AddIntMacro(m, F_EXLCK)) return -1;
  /external/python/cpython2/Lib/plat-atheos/
IN.py 651 F_EXLCK = 4
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 268 F_EXLCK = 0x4
    [all...]
zerrors_linux_amd64.go 268 F_EXLCK = 0x4
    [all...]
zerrors_linux_arm.go 270 F_EXLCK = 0x4
    [all...]
zerrors_linux_arm64.go 354 F_EXLCK = 0x4
    [all...]
zerrors_linux_mips.go 355 F_EXLCK = 0x4
    [all...]
zerrors_linux_mips64.go 351 F_EXLCK = 0x4
    [all...]
zerrors_linux_mips64le.go 351 F_EXLCK = 0x4
    [all...]
zerrors_linux_mipsle.go 355 F_EXLCK = 0x4
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 268 F_EXLCK = 0x4
    [all...]
zerrors_linux_amd64.go 268 F_EXLCK = 0x4
    [all...]
zerrors_linux_arm.go 270 F_EXLCK = 0x4
    [all...]
zerrors_linux_arm64.go 354 F_EXLCK = 0x4
    [all...]
zerrors_linux_mips.go 355 F_EXLCK = 0x4
    [all...]
zerrors_linux_mips64.go 351 F_EXLCK = 0x4
    [all...]

Completed in 1238 milliseconds

1 2