Searched refs:stdout (Results 1 – 7 of 7) sorted by relevance
/DragonOS-0.1.8/user/libs/libc/src/ |
D | libc_init.c | 5 FILE *stdout; variable 12 stdout = malloc(sizeof(FILE)); in _libc_init() 16 stdout->fd = 1; in _libc_init()
|
/DragonOS-0.1.8/user/libs/libc/src/include/export/ |
D | stdio.h | 36 extern FILE* stdout;
|
/DragonOS-0.1.8/user/apps/test_relibc/ |
D | main.c | 160 fputs(recvbuf, stdout); in tcp_client() 184 fputs(recvbuf, stdout); in tcp_client()
|
/DragonOS-0.1.8/kernel/src/process/ |
D | process.rs | 361 let stdout = in init_stdio() localVariable 370 assert_eq!(current_pcb().alloc_fd(stdout, None).unwrap(), 1); in init_stdio()
|
/DragonOS-0.1.8/kernel/src/driver/tty/ |
D | mod.rs | 133 pub fn stdout(&self, buf: &[u8], block: bool) -> Result<usize, TtyError> { in stdout() method
|
D | tty_device.rs | 195 self.core.stdout(&buf[0..len], true) in write_at()
|
/DragonOS-0.1.8/docs/community/ChangeLog/V0.1.x/ |
D | V0.1.3.md | 51 - libc: new: 新增`fflush()`, `fprintf()`, `stdin`, `stdout`, `stderr`, `ferror()`, `fopen()`, `fclose…
|