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

/external/kernel-headers/original/asm-mips/
H A Dfcntl.h24 #define F_SETLK 6 macro
/external/clang/test/Sema/
H A Dwarn-type-safety.c121 #define F_SETLK 20 macro
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
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h98 #define F_SETLK 6 macro
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 145 milliseconds