Searched defs:F_SETLK (Results 1 - 16 of 16) sorted by relevance

/external/toybox/toys/pending/
H A Duserdel.c45 if (fcntl(fileno(exfp), F_SETLK, &lock) < 0)
78 fcntl(fileno(exfp), F_SETLK, &lock); local
/external/strace/xlat/
H A Dfcntlcmds.h20 #if !(defined(F_SETLK) || (defined(HAVE_DECL_F_SETLK) && HAVE_DECL_F_SETLK))
21 # define F_SETLK 6 macro
99 XLAT(F_SETLK),
/external/clang/test/Sema/
H A Dwarn-type-safety.c123 #define F_SETLK 20 macro
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/kernel-headers/original/uapi/asm-mips/asm/
H A Dfcntl.h40 #define F_SETLK 6 macro
/external/toybox/lib/
H A Dpassword.c138 ret = fcntl(fileno(exfp), F_SETLK, &lock);
183 fcntl(fileno(exfp), F_SETLK, &lock); local
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h106 #define F_SETLK 6 macro
/external/python/cpython2/Lib/plat-irix5/
H A DFILE.py176 F_SETLK = 6 variable
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py640 F_SETLK = 6 variable
/external/python/cpython2/Lib/plat-irix6/
H A DFILE.py586 F_SETLK = 6 variable
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 493 milliseconds