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

1 2 3 4

  /external/ppp/pppd/plugins/radius/
lock.c 27 res = fcntl(fd, F_SETLK, &fl);
45 return fcntl(fd, F_SETLK, &fl);
  /bionic/libc/kernel/arch-mips/asm/
fcntl.h 35 #define F_SETLK 6
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 35 #define F_SETLK 6
  /external/kernel-headers/original/asm-mips/
fcntl.h 24 #define F_SETLK 6
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /external/kernel-headers/original/linux/
fcntl.h 42 #define IS_SETLK32(cmd) ((cmd) == F_SETLK)
52 #define IS_SETLK64(cmd) ((cmd) == F_SETLK)
  /external/valgrind/main/none/tests/
mmap_fcntl_bug.c 44 if (fcntl(fd, F_SETLK, &fl) != 0)
56 if (fcntl(fd, F_SETLK, &fl) == 0)
  /external/clang/test/Sema/
warn-type-safety.c 121 #define F_SETLK 20
126 static const int F_SETLK_tag __attribute__(( type_tag_for_datatype(fcntl,struct flock *) )) = F_SETLK;
133 fcntl(0, F_SETLK, f); // no-warning
135 fcntl(0, F_SETLK, 10); // expected-warning {{argument type 'int' doesn't match specified 'fcntl' type tag that requires 'struct flock *'}}
140 fcntl(0, b ? F_DUPFD : F_SETLK, 10); // no-warning
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 80 # define F_SETLK 6 /* Set record locking info (non-blocking). */
89 # define F_SETLK 6 /* Set record locking info (non-blocking). */
93 # define F_SETLK F_SETLK64 /* Set record locking info (non-blocking).*/
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 80 # define F_SETLK 6 /* Set record locking info (non-blocking). */
89 # define F_SETLK 6 /* Set record locking info (non-blocking). */
93 # define F_SETLK F_SETLK64 /* Set record locking info (non-blocking).*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 80 # define F_SETLK 6 /* Set record locking info (non-blocking). */
89 # define F_SETLK 6 /* Set record locking info (non-blocking). */
93 # define F_SETLK F_SETLK64 /* Set record locking info (non-blocking).*/
  /external/chromium_org/tools/gyp/pylib/gyp/
flock_tool.py 40 # with EBADF, that's why we use this F_SETLK
44 fcntl.fcntl(fd, fcntl.F_SETLK, op)
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 101 #define F_SETLK 6
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 71 #define F_SETLK 6
  /external/chromium/chrome/browser/importer/
firefox_profile_lock_posix.cc 113 } else if (fcntl(lock_fd_, F_SETLK, &lock) == -1) {
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_posix.cc 113 } else if (fcntl(lock_fd_, F_SETLK, &lock) == -1) {
  /external/kernel-headers/original/asm-generic/
fcntl.h 98 #define F_SETLK 6
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 65 #define F_SETLK 6
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 65 #define F_SETLK 6
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 65 #define F_SETLK 6
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 71 #define F_SETLK 6

Completed in 1302 milliseconds

1 2 3 4