Searched defs:O_RDONLY (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/Analysis/
H A Dunix-api.c3 #ifndef O_RDONLY
4 #define O_RDONLY 0 macro
16 fd = open(path, O_RDONLY); // no-warning
24 fd = open(path, O_RDONLY, mode, NULL); // expected-warning{{Call to 'open' with more than three arguments}}
31 fd = open(path, O_RDONLY, NULL); // expected-warning{{Third argument to 'open' is not an integer}}
38 fd = open(path, O_RDONLY, ""); // expected-warning{{Third argument to 'open' is not an integer}}
48 fd = open(path, O_RDONLY, st); // expected-warning{{Third argument to 'open' is not an integer}}
58 fd = open(path, O_RDONLY, st.val); // no-warning
65 fd = open(path, O_RDONLY, &open); // expected-warning{{Third argument to 'open' is not an integer}}
72 fd = open(path, O_RDONLY, 0.
[all...]
H A Dunix-fns.c44 #define O_RDONLY 0x0000 macro
51 fd = open(path, O_RDONLY); // no-warning
/external/libxml2/win32/wince/
H A Dwincecompat.h19 #define O_RDONLY 0x0000 /* open for reading only */ macro
/external/e2fsprogs/include/nonunix/
H A Dunistd.h12 #define O_RDONLY _O_RDONLY macro
/external/tcpdump/
H A Dtcpdump-stdinc.h68 #define O_RDONLY _O_RDONLY macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h19 #define O_RDONLY 00000000 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 709 milliseconds