Searched refs:O_TRUNC (Results 1 – 3 of 3) sorted by relevance
169 flags = O_WRONLY | O_CREAT | O_TRUNC; in _M_open()183 flags = O_RDWR | O_CREAT | O_TRUNC; in _M_open()
75 # define O_TRUNC _O_TRUNC macro
1081 fd = open (file->name, O_RDWR | O_TRUNC, 0666); in touch_file()