Searched refs:O_WRONLY (Results 1 – 4 of 4) sorted by relevance
16 #define O_WRONLY 00000001 // Open Write-only29 #define O_TRUNC 00001000 // 文件存在且是普通文件,并以O_RDWR或O_WRONLY打开,则它会被清空
14 #define O_WRONLY 00000001 // Open Write-only macro
18 #define O_WRONLY 00000001 // Open Write-only macro
72 o_flags = O_WRONLY; in fopen()