Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/posix/
Dfcntl.h13 #define O_APPEND 0x0400 macro
17 #define O_APPEND 0x0008 macro
/Zephyr-latest/drivers/net/
Dnsos_fcntl.c47 TO_NSOS_MID(O_APPEND); in fl_to_nsos_mid_()
84 FROM_NSOS_MID(O_APPEND); in fl_from_nsos_mid()
/Zephyr-latest/lib/libc/armstdc/include/
Dfcntl.h11 #define O_APPEND 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_open_flags.c178 fd = open(THE_FILE, O_APPEND | O_WRONLY); in test_file_open_flags()
206 fd = open(THE_FILE, O_APPEND | O_RDWR); in test_file_open_flags()
255 fd = open(THE_FILE, O_APPEND | O_RDWR); in test_file_open_flags()
/Zephyr-latest/lib/posix/options/
Dfs.c62 mode |= (mf & O_APPEND) ? FS_O_APPEND : 0; in posix_mode_to_zephyr()