Searched refs:O_ACCMODE (Results 1 – 8 of 8) sorted by relevance
48 #ifndef O_ACCMODE49 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
92 #ifndef O_ACCMODE93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
577 (O_ACCMODE): Likewise.
108 #ifndef O_ACCMODE109 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
349 switch (fdflags & (O_ACCMODE)) in bfd_fdopenr()
3927 * hosts/alphavms.h (O_ACCMODE): Define if needed.
5534 O_ACCMODE.
166 pod->is_write = (flags & O_ACCMODE) != O_RDONLY; in open()