Searched refs:O_APPEND (Results 1 – 3 of 3) sorted by relevance
122 #ifndef O_APPEND123 #define O_APPEND 02000 macro
974 fd->append = (oflag & O_APPEND) ? 1 : 0; in yaffs_open_sharing()
151 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },
Completed in 15 milliseconds