Searched refs:O_APPEND (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yportenv.h | 121 #ifndef O_APPEND 122 #define O_APPEND 02000 macro
|
| H A D | yaffsfs.c | 973 fd->append = (oflag & O_APPEND) ? 1 : 0; in yaffs_open_sharing()
|
| /openbmc/obmc-console/ |
| H A D | log-handler.c | 134 lh->fd = open(lh->log_filename, O_WRONLY | O_CREAT | O_APPEND, 0644); in log_create()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-util-filemonitor.c | 564 fd = open(pathsrc, O_WRONLY | O_APPEND, 0700); in test_file_monitor_events()
|
| /openbmc/u-boot/common/ |
| H A D | cli_hush.c | 152 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },
|
| /openbmc/qemu/linux-user/ |
| H A D | strace.c | 1089 FLAG_TARGET(O_APPEND),
|
| H A D | syscall.c | 453 { TARGET_O_APPEND, TARGET_O_APPEND, O_APPEND, O_APPEND, },
|