Searched refs:O_TRUNC (Results 1 – 4 of 4) sorted by relevance
22 #define O_TRUNC 00001000 // 文件存在且是普通文件,并以O_RDWR或O_WRONLY打开,则它会被清空 macro
29 #define O_TRUNC 00001000 // 文件存在且是普通文件,并以O_RDWR或O_WRONLY打开,则它会被清空
514 if (file_ptr->mode & O_TRUNC) // 清空文件 in do_open()