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

1 2 3

  /external/strace/xlat/
fcntl64cmds.in 2 F_GETLK64 12
fcntl64cmds.h 2 #if !(defined(F_GETLK64) || (defined(HAVE_DECL_F_GETLK64) && HAVE_DECL_F_GETLK64))
3 # define F_GETLK64 12
21 XLAT(F_GETLK64),
  /external/strace/tests/
fcntl.c 67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64
68 TEST_FLOCK64_EINVAL(F_GETLK64);
fcntl64.c 76 invoke_test_syscall(F_GETLK64, &fl);
77 printf("%s(0, F_GETLK64, {l_type=F_UNLCK, l_whence=SEEK_SET"
  /external/strace/tests-m32/
fcntl.c 67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64
68 TEST_FLOCK64_EINVAL(F_GETLK64);
fcntl64.c 76 invoke_test_syscall(F_GETLK64, &fl);
77 printf("%s(0, F_GETLK64, {l_type=F_UNLCK, l_whence=SEEK_SET"
  /external/strace/tests-mx32/
fcntl.c 67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64
68 TEST_FLOCK64_EINVAL(F_GETLK64);
fcntl64.c 76 invoke_test_syscall(F_GETLK64, &fl);
77 printf("%s(0, F_GETLK64, {l_type=F_UNLCK, l_whence=SEEK_SET"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 111 #ifndef F_GETLK64
112 #define F_GETLK64 12 /* using 'struct flock64' */
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 40 #define F_GETLK64 33
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 48 #define F_GETLK64 33 /* using 'struct flock64' */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 102 #ifndef F_GETLK64
103 #define F_GETLK64 12
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 120 #ifndef F_GETLK64
121 #define F_GETLK64 12 /* using 'struct flock64' */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 87 # define F_GETLK64 5 /* Get record locking info. */
96 # define F_GETLK F_GETLK64 /* Get record locking info. */
100 # define F_GETLK64 12 /* Get record locking info. */
  /bionic/libc/bionic/
lockf.cpp 61 if (fcntl(fd, F_GETLK64, &fl) == -1) return -1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 82 # define F_GETLK F_GETLK64 /* Get record locking info. */
86 #define F_GETLK64 12 /* Get record locking info. */
  /bionic/libc/include/
fcntl.h 51 #define F_GETLK64 F_GETLK
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl18.c 106 retval = fcntl(fd, F_GETLK64, (struct flock *)INVAL_FLAG);
108 tst_resm(TPASS, "Test F_GETLK64: for errno EFAULT PASSED");
110 tst_resm(TFAIL, "Test F_GETLK64: for errno EFAULT FAILED");
  /external/strace/
fcntl.c 235 case F_GETLK64:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 503 #ifdef F_GETLK64
504 if (ins(d, "F_GETLK64", (long)F_GETLK64)) return -1;
  /external/minijail/linux-x86/
libconstants.gen.c 560 #ifdef F_GETLK64
561 { "F_GETLK64", (unsigned long) F_GETLK64 },
562 #endif // F_GETLK64
    [all...]
  /external/python/cpython2/Modules/
fcntlmodule.c 505 #ifdef F_GETLK64
506 if (ins(d, "F_GETLK64", (long)F_GETLK64)) return -1;
  /external/python/cpython3/Modules/
fcntlmodule.c 511 #ifdef F_GETLK64
512 if (PyModule_AddIntMacro(m, F_GETLK64)) return -1;
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 186 F_GETLK64 = 33
  /bionic/tests/
fcntl_test.cpp 152 TEST(fcntl, f_getlk64) {
162 int rc = fcntl(fd, F_GETLK64, &check_lock);

Completed in 3368 milliseconds

1 2 3