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

/external/compiler-rt/SDKs/darwin/usr/include/sys/
H A Dfcntl.h48 #define O_CREAT 0x0200 /* create if nonexistant */ macro
/external/compiler-rt/SDKs/linux/usr/include/sys/
H A Dfcntl.h25 #define O_CREAT 0x0200 macro
/external/kernel-headers/original/asm-mips/
H A Dfcntl.h15 #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/stlport/src/details/
H A Dfstream_stdio.cpp74 # define O_CREAT _O_CREAT macro
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h35 #ifndef O_CREAT
36 #define O_CREAT 0100 macro
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h22 #ifndef O_CREAT
23 #define O_CREAT 00000100 /* not fcntl */ 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 1342 milliseconds