Searched refs:O_TRUNC (Results 1 – 3 of 3) sorted by relevance
83 O_CREAT | O_TRUNC | O_APPEND; in semihosting_open()91 case O_WRONLY | O_CREAT | O_TRUNC: /* 'w' */ in semihosting_open()100 case O_RDWR | O_CREAT | O_TRUNC: /* 'w+' */ in semihosting_open()
21 #define O_TRUNC _FTRUNC macro
60 semihosting_open(file_path, O_RDWR | O_CREAT | O_TRUNC); in semihosting_console_init()