Searched defs:O_ACCMODE (Results 1 – 4 of 4) sorted by relevance
18 #define O_ACCMODE 00000003 macro
598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) macro
453 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro