Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h121 #ifndef O_APPEND
122 #define O_APPEND 02000 macro
H A Dyaffsfs.c973 fd->append = (oflag & O_APPEND) ? 1 : 0; in yaffs_open_sharing()
/openbmc/obmc-console/
H A Dlog-handler.c134 lh->fd = open(lh->log_filename, O_WRONLY | O_CREAT | O_APPEND, 0644); in log_create()
/openbmc/qemu/tests/unit/
H A Dtest-util-filemonitor.c564 fd = open(pathsrc, O_WRONLY | O_APPEND, 0700); in test_file_monitor_events()
/openbmc/u-boot/common/
H A Dcli_hush.c152 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },
/openbmc/qemu/linux-user/
H A Dstrace.c1089 FLAG_TARGET(O_APPEND),
H A Dsyscall.c453 { TARGET_O_APPEND, TARGET_O_APPEND, O_APPEND, O_APPEND, },