Searched defs:F_DUPFD (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-type-safety.c122 #define F_DUPFD 10 macro
127 static const int F_DUPFD_tag __attribute__(( type_tag_for_datatype(fcntl,int) )) = F_DUPFD;
134 fcntl(0, F_DUPFD, 10); // no-warning
138 fcntl(0, F_DUPFD, f); // expected-warning {{argument type 'struct flock *' doesn't match specified 'fcntl' type tag that requires 'int'}}
142 fcntl(0, b ? F_DUPFD : F_SETLK, 10); // no-warning
143 fcntl(0, b + F_DUPFD, 10); // no-warning
144 fcntl(0, (b, F_DUPFD), 10); // expected-warning {{expression result unused}}
/external/bison/darwin-lib/
H A Dfcntl.h491 #ifndef F_DUPFD
492 # define F_DUPFD 1 macro
/external/bison/linux-lib/
H A Dfcntl.h491 #ifndef F_DUPFD
492 # define F_DUPFD 1 macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h99 #define F_DUPFD 0 /* dup */ 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 138 milliseconds