Searched refs:O_RDWR (Results 1 – 3 of 3) sorted by relevance
82 const int flags_mask = O_RDONLY | O_WRONLY | O_RDWR | in semihosting_open()97 case O_RDWR: /* 'r+' */ in semihosting_open()100 case O_RDWR | O_CREAT | O_TRUNC: /* 'w+' */ in semihosting_open()103 case O_RDWR | O_CREAT | O_APPEND: /* 'a+' */ in semihosting_open()
18 #define O_RDWR 2 /* +1 == FREAD|FWRITE */ macro
60 semihosting_open(file_path, O_RDWR | O_CREAT | O_TRUNC); in semihosting_console_init()