Searched refs:O_APPEND (Results 1 – 6 of 6) sorted by relevance
83 o_flags = O_APPEND | O_CREAT; in fopen()85 o_flags = O_APPEND | O_CREAT; in fopen()
24 #define O_APPEND 00002000 // 文件指针会被移动到文件末尾 macro
28 #define O_APPEND 00002000 // 文件指针会被移动到文件末尾 macro
31 #define O_APPEND 00002000 // 文件指针会被移动到文件末尾
57 const O_APPEND = 0o00002000; constant
179 if mode.contains(FileMode::O_APPEND) { in open()