Home
last modified time | relevance | path

Searched refs:O_ACCMODE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/posix/
Dfcntl.h20 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Djobserver.py151 if rc & os.O_ACCMODE != os.O_RDONLY:
159 if rc & os.O_ACCMODE != os.O_WRONLY:
/Zephyr-latest/lib/posix/options/
Dfs.c65 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()
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst2437 * Move :c:macro:`O_ACCMODE`, :c:macro:`O_RDONLY`, :c:macro:`O_WRONLY`,