Home
last modified time | relevance | path

Searched refs:O_TRUNC (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/posix/
Dfcntl.h12 #define O_TRUNC 0x0200 macro
16 #define O_TRUNC 0x0400 macro
/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/posix/fs/src/
Dtest_fs_file.c353 file = open(TEST_FILE, O_RDWR | O_TRUNC); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dfs.c63 mode |= (mf & O_TRUNC) ? FS_O_TRUNC : 0; in posix_mode_to_zephyr()
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py6433 sym_path, os.O_WRONLY | os.O_CREAT | os.O_TRUNC, 0o644))
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst1378 * Support for :c:macro:`O_TRUNC` flag in :c:func:`open()`.