Searched refs:O_WRONLY (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/posix/ |
D | fcntl.h | 16 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) 19 #define O_WRONLY 01 macro
|
/Zephyr-Core-3.5.0/tests/posix/fs/src/ |
D | test_fs_open_flags.c | 37 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()
|
D | test_fs_stat.c | 24 fh = open(filename, O_CREAT | O_WRONLY); in create_file()
|
/Zephyr-Core-3.5.0/lib/libc/arcmwdt/include/ |
D | fcntl.h | 23 #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/ |
D | mqueue.c | 41 mqd = mq_open(queue, O_WRONLY); in sender_thread()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/edtt/common/ |
D | edtt_driver_bsim.c | 204 fifo[TO_EDTT] = open(fifo_path[TO_EDTT], O_WRONLY); in edptd_create_fifo_if()
|
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/ |
D | jobserver.py | 160 if not rc & os.O_ACCMODE == os.O_WRONLY:
|
/Zephyr-Core-3.5.0/lib/posix/ |
D | fs.c | 70 case O_WRONLY: in posix_mode_to_zephyr()
|
/Zephyr-Core-3.5.0/scripts/kconfig/ |
D | kconfiglib.py | 6388 sym_path, os.O_WRONLY | os.O_CREAT | os.O_TRUNC, 0o644))
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-3.3.rst | 2437 * Move :c:macro:`O_ACCMODE`, :c:macro:`O_RDONLY`, :c:macro:`O_WRONLY`, 2438 :c:macro:`O_WRONLY`, to ``fcntl.h``.
|