Home
last modified time | relevance | path

Searched defs:O_ACCMODE (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h18 #define O_ACCMODE 00000003 macro
/external/bison/darwin-lib/
Dfcntl.h598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) macro
/external/bison/linux-lib/
Dfcntl.h598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) macro
/external/mksh/src/
Dsh.h453 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro