Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/posix/
Dfcntl.h20 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
23 #define O_WRONLY 01 macro
/Zephyr-latest/drivers/net/
Dnsos_fcntl.c44 TO_NSOS_MID(O_WRONLY); in fl_to_nsos_mid_()
81 FROM_NSOS_MID(O_WRONLY); in fl_from_nsos_mid()
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_open_flags.c41 fd = open(THE_FILE, O_WRONLY); in test_file_open_flags()
63 fd = open(THE_FILE, O_CREAT | O_WRONLY, 0440); in test_file_open_flags()
150 fd = open(THE_FILE, O_WRONLY); in test_file_open_flags()
178 fd = open(THE_FILE, O_APPEND | O_WRONLY); in test_file_open_flags()
239 fd = open(THE_FILE, O_CREAT | O_WRONLY, 0440); in test_file_open_flags()
Dtest_fs_stat.c27 fh = open(filename, O_CREAT | O_WRONLY, 0440); in create_file()
/Zephyr-latest/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-latest/tests/bsim/bluetooth/ll/edtt/common/
Dedtt_driver_bsim.c202 fifo[TO_EDTT] = open(fifo_path[TO_EDTT], O_WRONLY); in edptd_create_fifo_if()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Djobserver.py159 if rc & os.O_ACCMODE != os.O_WRONLY:
/Zephyr-latest/lib/posix/options/
Dfs.c69 case O_WRONLY: in posix_mode_to_zephyr()
/Zephyr-latest/tests/posix/common/src/
Dmqueue.c37 mqd = mq_open(queue, O_WRONLY); in sender_thread()
/Zephyr-latest/scripts/tests/twister/
Dtest_jobserver.py248 return os.O_WRONLY
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py6433 sym_path, os.O_WRONLY | os.O_CREAT | os.O_TRUNC, 0o644))
/Zephyr-latest/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``.