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

/external/syslinux/com32/include/
H A Dfcntl.h12 /* None of these are actually supported, although O_RDONLY works */
14 #define O_RDONLY 1 macro
/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/libevent/sample/
H A Dhttp-server.c63 #ifndef O_RDONLY
64 #define O_RDONLY _O_RDONLY macro
290 if ((fd = open(whole_path, O_RDONLY)) < 0) {
/external/python/cpython2/Modules/
H A Dlinuxaudiodev.c22 #define O_RDONLY 00 macro
100 imode = O_RDONLY;
412 if (self->x_mode == O_RDONLY)
H A Dossaudiodev.c28 #define O_RDONLY 00 macro
53 int mode; /* file mode (O_RDONLY, etc.) */
96 imode = O_RDONLY;
634 if (self->mode == O_RDONLY)
819 case O_RDONLY:
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h20 #define O_RDONLY 00000000 macro
/external/tcpdump/
H A Dnetdissect-stdinc.h155 #define O_RDONLY _O_RDONLY macro
/external/curl/lib/
H A Dconfig-amigaos.h122 #ifndef O_RDONLY
123 # define O_RDONLY 0x0000 macro
/external/python/cpython3/Modules/
H A Dossaudiodev.c29 #define O_RDONLY 00 macro
58 int mode; /* file mode (O_RDONLY, etc.) */
101 imode = O_RDONLY;
727 if (self->mode == O_RDONLY)
952 case O_RDONLY:
/external/python/cpython2/Lib/plat-irix5/
H A DFILE.py158 O_RDONLY = 0 variable
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py617 O_RDONLY = 00 variable
/external/python/cpython2/Lib/plat-irix6/
H A DFILE.py565 O_RDONLY = 0 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 1298 milliseconds