Searched defs:O_APPEND (Results 1 – 3 of 3) sorted by relevance
28 #define O_APPEND 00002000 // 文件指针会被移动到文件末尾 macro
24 #define O_APPEND 00002000 // 文件指针会被移动到文件末尾 macro
57 const O_APPEND = 0o00002000; constant