Searched refs:O_ACCMODE (Results 1 – 4 of 4) sorted by relevance
20 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
151 if rc & os.O_ACCMODE != os.O_RDONLY:159 if rc & os.O_ACCMODE != os.O_WRONLY:
65 switch (mf & O_ACCMODE) { in posix_mode_to_zephyr()108 rc = fs_open(&ptr->file, name, FS_O_CREATE | (mode & O_ACCMODE)); in zvfs_open()
2437 * Move :c:macro:`O_ACCMODE`, :c:macro:`O_RDONLY`, :c:macro:`O_WRONLY`,