Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/common/
H A Dcli_hush.c153 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },