Home
last modified time | relevance | path

Searched refs:stdout (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/process/
H A Dstdio.rs29 let stdout = in stdio_init() localVariable
49 .alloc_fd(stdout, None) in stdio_init()
/DragonOS/tools/debugging/logmonitor/src/
H A Dtui.rs65 crossterm::execute!(io::stdout(), LeaveAlternateScreen, DisableMouseCapture)?; in reset()
/DragonOS/user/apps/user-manage/src/check/
H A Dcheck.rs391 std::io::stdout().flush().unwrap(); in check()
396 std::io::stdout().flush().unwrap(); in check()
409 std::io::stdout().flush().unwrap(); in check()
415 std::io::stdout().flush().unwrap(); in check()
419 std::io::stdout().flush().unwrap(); in check()
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.3.md51 - libc: new: 新增`fflush()`, `fprintf()`, `stdin`, `stdout`, `stderr`, `ferror()`, `fopen()`, `fclose…