Searched defs:O_CREAT (Results 1 - 18 of 18) sorted by relevance

/external/syslinux/com32/include/
H A Dfcntl.h18 #define O_CREAT 0100 macro
/external/libxml2/win32/wince/
H A Dwincecompat.h24 #define O_CREAT 0x0100 /* create and open file */ macro
/external/clang/test/Sema/
H A Denable_if.c4 #define O_CREAT 0x100 macro
10 int open(const char *pathname, int flags) __attribute__((enable_if(!(flags & O_CREAT), "must specify mode when using O_CREAT"))) __attribute__((overloadable)); // expected-note{{candidate disabled: must specify mode when using O_CREAT}}
15 open("path", O_CREAT); // expected-error{{no matching function for call to 'open'}}
17 open("path", O_CREAT, 0660);
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dfcntl.h16 #define O_CREAT 0x0100 /* not fcntl */ macro
/external/clang/test/Analysis/
H A Dunix-fns.c42 #ifndef O_CREAT
43 #define O_CREAT 0x0200 macro
55 fd = open(path, O_CREAT); // expected-warning{{Call to 'open' requires a third argument when the 'O_CREAT' flag is set}}
401 // CHECK-NEXT: <string>Call to &apos;open&apos; requires a third argument when the &apos;O_CREAT&apos; flag is set</string>
403 // CHECK-NEXT: <string>Call to &apos;open&apos; requires a third argument when the &apos;O_CREAT&apos; flag is set</string>
406 // CHECK-NEXT: <key>description</key><string>Call to &apos;open&apos; requires a third argument when the &apos;O_CREAT&apos; flag is set</string>
/external/fmtlib/fmt/
H A Dposix.cc27 # define O_CREAT _O_CREAT macro
/external/pdfium/third_party/libtiff/
H A Dtiffconf.h21 # define O_CREAT 0x0100 /* create and open file */ macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h22 #ifndef O_CREAT
23 #define O_CREAT 00000100 /* not fcntl */ macro
93 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/external/python/cpython2/Lib/plat-irix5/
H A DFILE.py166 O_CREAT = 0x100 variable
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py620 O_CREAT = 0100 variable
/external/python/cpython2/Lib/plat-irix6/
H A DFILE.py577 O_CREAT = 0x100 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 1422 milliseconds