Searched refs:O_RDONLY (Results 1 – 2 of 2) sorted by relevance
82 const int flags_mask = O_RDONLY | O_WRONLY | O_RDWR | in semihosting_open()88 case O_RDONLY: /* 'r' */ in semihosting_open()
16 #define O_RDONLY 0 /* +1 == FREAD */ macro