Home
last modified time | relevance | path

Searched defs:O_CREAT (Results 1 – 11 of 11) sorted by relevance

/external/syslinux/com32/include/
Dfcntl.h18 #define O_CREAT 0100 macro
/external/libxml2/win32/wince/
Dwincecompat.h24 #define O_CREAT 0x0100 /* create and open file */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dfcntl.h16 #define O_CREAT 0x0100 /* not fcntl */ macro
/external/clang/test/Sema/
Denable_if.c4 #define O_CREAT 0x100 macro
/external/fmtlib/fmt/
Dposix.cc27 # define O_CREAT _O_CREAT macro
/external/pdfium/third_party/libtiff/
Dtiffconf.h21 # define O_CREAT 0x0100 /* create and open file */ macro
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h23 #define O_CREAT 00000100 /* not fcntl */ macro
/external/clang/test/Analysis/
Dunix-fns.c43 #define O_CREAT 0x0200 macro
/external/python/cpython2/Lib/plat-irix5/
DFILE.py166 O_CREAT = 0x100 variable
/external/python/cpython2/Lib/plat-irix6/
DFILE.py577 O_CREAT = 0x100 variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py620 O_CREAT = 0100 variable