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

1 2 3 4 5 6 7 8 9

  /external/toybox/toys/pending/
userdel.c 45 if (fcntl(fileno(exfp), F_SETLK, &lock) < 0)
78 fcntl(fileno(exfp), F_SETLK, &lock);
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 35 #define F_SETLK 6
  /external/clang/test/Sema/
warn-type-safety.c 123 #define F_SETLK 20
128 static const int F_SETLK_tag __attribute__(( type_tag_for_datatype(fcntl,struct flock *) )) = F_SETLK;
135 fcntl(0, F_SETLK, f); // no-warning
137 fcntl(0, F_SETLK, 10); // expected-warning {{argument type 'int' doesn't match specified 'fcntl' type tag that requires 'struct flock *'}}
142 fcntl(0, b ? F_DUPFD : F_SETLK, 10); // no-warning
  /external/strace/xlat/
fcntlcmds.h 20 #if !(defined(F_SETLK) || (defined(HAVE_DECL_F_SETLK) && HAVE_DECL_F_SETLK))
21 # define F_SETLK 6
99 XLAT(F_SETLK),
  /external/toybox/lib/
password.c 138 ret = fcntl(fileno(exfp), F_SETLK, &lock);
183 fcntl(fileno(exfp), F_SETLK, &lock);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 39 #define F_SETLK 6
  /development/ndk/platforms/android-21/arch-mips/include/asm/
fcntl.h 39 #define F_SETLK 6

Completed in 833 milliseconds

1 2 3 4 5 6 7 8 9