Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 6 of 6) sorted by relevance

/DragonOS/kernel/src/process/
H A Dstdio.rs27 let stdin = in stdio_init() localVariable
41 .alloc_fd(stdin, None) in stdio_init()
/DragonOS/kernel/crates/rbpf/examples/
H A Drbpf_plugin.rs79 std::io::stdin().read_to_string(&mut program_text).unwrap(); in main()
/DragonOS/user/apps/user-manage/src/check/
H A Dcheck.rs392 std::io::stdin().read_line(&mut new_password).unwrap(); in check()
397 std::io::stdin().read_line(&mut check_password).unwrap(); in check()
411 std::io::stdin().read_line(&mut old_password).unwrap(); in check()
416 std::io::stdin().read_line(&mut new_password).unwrap(); in check()
421 std::io::stdin().read_line(&mut check_password).unwrap(); in check()
/DragonOS/kernel/src/debug/
H A Dkallsyms.c217 read_map(stdin); in main()
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.8.md65 - bugfix: 修复无法正常读取stdin的问题 (#264)
530 修复读取stdin时,无法正常读取的问题。 (#264)
H A DV0.1.3.md51 - libc: new: 新增`fflush()`, `fprintf()`, `stdin`, `stdout`, `stderr`, `ferror()`, `fopen()`, `fclose…