Searched refs:O_APPEND (Results 1 - 4 of 4) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyportenv.h122 #ifndef O_APPEND
123 #define O_APPEND 02000 macro
H A Dyaffsfs.c974 fd->append = (oflag & O_APPEND) ? 1 : 0;
/u-boot/common/
H A Dcli_hush.c150 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },
H A Dcli_hush_upstream.c616 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },

Completed in 144 milliseconds