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

1 2 3

  /external/strace/xlat/
fcntl64cmds.in 4 F_SETLKW64 14
fcntl64cmds.h 8 #if !(defined(F_SETLKW64) || (defined(HAVE_DECL_F_SETLKW64) && HAVE_DECL_F_SETLKW64))
9 # define F_SETLKW64 14
23 XLAT(F_SETLKW64),
  /external/strace/tests/
fcntl.c 63 /* F_GETLK and F_SETLKW64 have conflicting values on mips64 */
64 #if !defined(__mips64) || F_GETLK != F_SETLKW64
65 TEST_FLOCK64_EINVAL(F_SETLKW64);
fcntl64.c 58 TEST_FLOCK64_EINVAL(F_SETLKW64);
  /external/strace/tests-m32/
fcntl.c 63 /* F_GETLK and F_SETLKW64 have conflicting values on mips64 */
64 #if !defined(__mips64) || F_GETLK != F_SETLKW64
65 TEST_FLOCK64_EINVAL(F_SETLKW64);
fcntl64.c 58 TEST_FLOCK64_EINVAL(F_SETLKW64);
  /external/strace/tests-mx32/
fcntl.c 63 /* F_GETLK and F_SETLKW64 have conflicting values on mips64 */
64 #if !defined(__mips64) || F_GETLK != F_SETLKW64
65 TEST_FLOCK64_EINVAL(F_SETLKW64);
fcntl64.c 58 TEST_FLOCK64_EINVAL(F_SETLKW64);
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 42 #define F_SETLKW64 35
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 50 #define F_SETLKW64 35
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 89 # define F_SETLKW64 7 /* Set record locking info (blocking). */
98 # define F_SETLKW F_SETLKW64 /* Set record locking info (blocking). */
102 # define F_SETLKW64 14 /* Set record locking info (blocking). */
  /bionic/libc/bionic/
lockf.cpp 51 return fcntl(fd, F_SETLKW64, &fl);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 114 #define F_SETLKW64 14
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 84 # define F_SETLKW F_SETLKW64 /* Set record locking info (blocking). */
88 #define F_SETLKW64 14 /* Set record locking info (blocking). */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 105 #define F_SETLKW64 14
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 123 #define F_SETLKW64 14
  /bionic/libc/include/
fcntl.h 53 #define F_SETLKW64 F_SETLKW
  /external/strace/
fcntl.c 231 case F_SETLKW64:
  /libcore/ojluni/src/main/native/
FileDispatcherImpl.c 52 #define F_SETLKW64 F_SETLKW
213 cmd = F_SETLKW64;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 509 #ifdef F_SETLKW64
510 if (ins(d, "F_SETLKW64", (long)F_SETLKW64)) return -1;
  /external/minijail/linux-x86/
libconstants.gen.c 623 #ifdef F_SETLKW64
624 { "F_SETLKW64", (unsigned long) F_SETLKW64 },
625 #endif // F_SETLKW64
    [all...]
  /external/python/cpython2/Modules/
fcntlmodule.c 511 #ifdef F_SETLKW64
512 if (ins(d, "F_SETLKW64", (long)F_SETLKW64)) return -1;
  /external/python/cpython3/Modules/
fcntlmodule.c 517 #ifdef F_SETLKW64
518 if (PyModule_AddIntMacro(m, F_SETLKW64)) return -1;
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 188 F_SETLKW64 = 35
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 607 F_SETLKW64 = 35

Completed in 120 milliseconds

1 2 3