Searched refs:O_WRONLY (Results 1 – 2 of 2) sorted by relevance
82 const int flags_mask = O_RDONLY | O_WRONLY | O_RDWR | in semihosting_open()91 case O_WRONLY | O_CREAT | O_TRUNC: /* 'w' */ in semihosting_open()94 case O_WRONLY | O_CREAT | O_APPEND: /* 'a' */ in semihosting_open()
17 #define O_WRONLY 1 /* +1 == FWRITE */ macro