Searched refs:O_ACCMODE (Results 1 – 5 of 5) sorted by relevance
44 if (__glibc_unlikely ((flags & O_ACCMODE) == O_WRONLY)) in __fdopendir()
42 #define O_ACCMODE O_RDWR /* Mask for file access modes. */ macro
68 (oflag & ~(O_CREAT|O_ACCMODE)) | O_NOFOLLOW | O_RDWR); in __sem_open()
42 #define O_ACCMODE 0003 macro
179 (*openflags & ~O_ACCMODE) in try_file()
Completed in 7 milliseconds