Home
last modified time | relevance | path

Searched refs:O_WRONLY (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/posix/
Dfcntl.h16 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
19 #define O_WRONLY 01 macro
/Zephyr-Core-3.5.0/tests/posix/fs/src/
Dtest_fs_open_flags.c37 fd = open(THE_FILE, O_WRONLY); in test_file_open_flags()
55 fd = open(THE_FILE, O_CREAT | O_WRONLY); in test_file_open_flags()
142 fd = open(THE_FILE, O_WRONLY); in test_file_open_flags()
170 fd = open(THE_FILE, O_APPEND | O_WRONLY); in test_file_open_flags()
231 fd = open(THE_FILE, O_CREAT | O_WRONLY); in test_file_open_flags()
Dtest_fs_stat.c24 fh = open(filename, O_CREAT | O_WRONLY); in create_file()
/Zephyr-Core-3.5.0/lib/libc/arcmwdt/include/
Dfcntl.h23 #if O_NONBLOCK & (O_RDONLY | O_WRONLY | O_RDWR | O_NDELAY | O_CREAT | O_APPEND | O_TRUNC | O_EXCL)
/Zephyr-Core-3.5.0/tests/posix/common/src/
Dmqueue.c41 mqd = mq_open(queue, O_WRONLY); in sender_thread()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/edtt/common/
Dedtt_driver_bsim.c204 fifo[TO_EDTT] = open(fifo_path[TO_EDTT], O_WRONLY); in edptd_create_fifo_if()
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Djobserver.py160 if not rc & os.O_ACCMODE == os.O_WRONLY:
/Zephyr-Core-3.5.0/lib/posix/
Dfs.c70 case O_WRONLY: in posix_mode_to_zephyr()
/Zephyr-Core-3.5.0/scripts/kconfig/
Dkconfiglib.py6388 sym_path, os.O_WRONLY | os.O_CREAT | os.O_TRUNC, 0o644))
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.3.rst2437 * Move :c:macro:`O_ACCMODE`, :c:macro:`O_RDONLY`, :c:macro:`O_WRONLY`,
2438 :c:macro:`O_WRONLY`, to ``fcntl.h``.