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
11 sub O_ACCMODE () { O_RDONLY | O_RDWR | O_WRONLY } subroutine
585 # define O_ACCMODE (O_RDWR | O_WRONLY | O_RDONLY) macro
151 # define O_ACCMODE 3 /* Assume traditional implementation */ macro