Searched refs:OS_O_TRUNC (Results 1 – 2 of 2) sorted by relevance
68 #define OS_O_TRUNC 01000 macro
80 if (os_flags & OS_O_TRUNC) in os_open()105 fd = os_open(fname, OS_O_WRONLY | OS_O_CREAT | OS_O_TRUNC); in os_write_file()