Searched defs:O_ACCMODE (Results 1 – 6 of 6) sorted by relevance
101 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
83 inline int O_ACCMODE = 0x0003; variable
443 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) in child_terminal_info() macro
76 #define O_ACCMODE 0x0003 /* mask for above modes */ macro
122 #define O_ACCMODE 003 macro
2878 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro