Searched defs:O_ACCMODE (Results 1 – 10 of 10) sorted by relevance
65 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
96 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
101 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
48 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
65 #define O_ACCMODE 0x0003 /* mask for above modes */ macro
447 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) in child_terminal_info() macro
9 use constant O_ACCMODE => O_RDONLY | O_RDWR | O_WRONLY; constant
583 # define O_ACCMODE (O_RDWR | O_WRONLY | O_RDONLY) macro
151 # define O_ACCMODE 3 /* Assume traditional implementation */ macro