Searched refs:O_APPEND (Results 1 – 5 of 5) sorted by relevance
121 #ifndef O_APPEND122 #define O_APPEND 02000 macro
973 fd->append = (oflag & O_APPEND) ? 1 : 0; in yaffs_open_sharing()
134 lh->fd = open(lh->log_filename, O_WRONLY | O_CREAT | O_APPEND, 0644); in log_create()
564 fd = open(pathsrc, O_WRONLY | O_APPEND, 0700); in test_file_monitor_events()
152 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },