Searched refs:stdout (Results 1 – 4 of 4) sorted by relevance
/DragonOS/kernel/src/process/ |
H A D | stdio.rs | 29 let stdout = in stdio_init() localVariable 49 .alloc_fd(stdout, None) in stdio_init()
|
/DragonOS/tools/debugging/logmonitor/src/ |
H A D | tui.rs | 65 crossterm::execute!(io::stdout(), LeaveAlternateScreen, DisableMouseCapture)?; in reset()
|
/DragonOS/user/apps/user-manage/src/check/ |
H A D | check.rs | 391 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 D | V0.1.3.md | 51 - libc: new: 新增`fflush()`, `fprintf()`, `stdin`, `stdout`, `stderr`, `ferror()`, `fopen()`, `fclose…
|