Searched refs:O_APPEND (Results 1 – 6 of 6) sorted by relevance
76 o_flags = O_APPEND | O_CREAT; in fopen()78 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 // 文件指针会被移动到文件末尾
59 const O_APPEND = 0o00002000; constant
235 if mode.contains(FileMode::O_APPEND) { in do_open()