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

1 2 3 4 5

  /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/toybox/lib/
password.c 136 ret = fcntl(fileno(exfp), F_SETLK, &lock);
181 fcntl(fileno(exfp), F_SETLK, &lock);
  /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-12/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/9/platforms/android-13/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-15/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
fcntl.h 35 #define F_SETLK 6
  /prebuilts/ndk/9/platforms/android-17/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-19/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
  /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
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
fcntl.h 39 #define F_SETLK 6
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 40 #define F_SETLK 6
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm/
fcntl.h 39 #define F_SETLK 6
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm/
fcntl.h 39 #define F_SETLK 6
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 60 #define F_SETLK 6
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 71 #define F_SETLK 6
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 71 #define F_SETLK 6
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 71 #define F_SETLK 6

Completed in 493 milliseconds

1 2 3 4 5