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

1 2 3 4

  /external/toybox/toys/pending/
userdel.c 45 if (fcntl(fileno(exfp), F_SETLK, &lock) < 0)
78 fcntl(fileno(exfp), F_SETLK, &lock);
  /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);
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 35 #define F_SETLK 6
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 41 #define F_SETLK 6
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 100 #define F_SETLK 8 ///< set record locking information
101 #define F_SETLKW 9 ///< F_SETLK; wait if blocked
109 /** @{ record locking flags (F_GETLK, F_SETLK, F_SETLKW). **/
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 90 #define F_SETLK 6
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 107 #define F_SETLK 6
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 98 #define F_SETLK 6
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 79 # define F_SETLK 6 /* Set record locking info (non-blocking). */
83 # define F_SETLK F_SETLK64 /* Set record locking info (non-blocking).*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 84 # define F_SETLK 6 /* Set record locking info (non-blocking). */
93 # define F_SETLK 6 /* Set record locking info (non-blocking). */
97 # define F_SETLK F_SETLK64 /* Set record locking info (non-blocking).*/
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 141 F_SETLK = 8
zerrors_darwin_386.go 265 F_SETLK = 0x8
    [all...]
zerrors_darwin_amd64.go 265 F_SETLK = 0x8
    [all...]
zerrors_darwin_arm.go 252 F_SETLK = 0x8
    [all...]
zerrors_darwin_arm64.go 267 F_SETLK = 0x8
    [all...]
zerrors_solaris_amd64.go 308 F_SETLK = 0x6
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 141 F_SETLK = 8
zerrors_darwin_386.go 265 F_SETLK = 0x8
    [all...]
zerrors_darwin_amd64.go 265 F_SETLK = 0x8
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 176 F_SETLK = 6
  /external/python/cpython2/Lib/plat-atheos/
IN.py 640 F_SETLK = 6
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 586 F_SETLK = 6
  /libcore/luni/src/main/java/android/system/
OsConstants.java 274 public static final int F_SETLK = placeholder();
    [all...]

Completed in 890 milliseconds

1 2 3 4