Searched defs:O_ACCMODE (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/SDKs/darwin/usr/include/sys/
H A Dfcntl.h46 #define O_ACCMODE 0x0003 /* mask for above modes */ macro
/external/compiler-rt/SDKs/linux/usr/include/sys/
H A Dfcntl.h23 #define O_ACCMODE 0x0003 macro
/external/bison/darwin-lib/
H A Dfcntl.h596 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
597 # undef O_ACCMODE macro
598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) macro
/external/bison/linux-lib/
H A Dfcntl.h596 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
597 # undef O_ACCMODE macro
598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) macro
/external/stlport/src/details/
H A Dfstream_stdio.cpp80 # ifndef O_ACCMODE
81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
H A Dfstream_unistd.cpp52 #ifndef O_ACCMODE
53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
82 switch ( mode & O_ACCMODE ) {
H A Dfstream_win32io.cpp39 #ifndef O_ACCMODE
40 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
49 switch (mode & O_ACCMODE) {
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h18 #define O_ACCMODE 00000003 macro
/external/mksh/src/
H A Dsh.h408 #ifndef O_ACCMODE
410 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro

Completed in 6238 milliseconds