Home
last modified time | relevance | path

Searched refs:stderr (Results 1 – 7 of 7) sorted by relevance

/DragonOS-0.1.8/user/libs/libc/src/
Dlibc_init.c6 FILE *stderr; variable
13 stderr = malloc(sizeof(FILE)); in _libc_init()
17 stderr->fd = 2; in _libc_init()
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Dstdio.h37 extern FILE* stderr;
/DragonOS-0.1.8/kernel/src/process/
Dprocess.rs363 let stderr = File::new(tty_inode.clone(), FileMode::O_WRONLY | FileMode::O_SYNC) in init_stdio() localVariable
371 assert_eq!(current_pcb().alloc_fd(stderr, None).unwrap(), 2); in init_stdio()
/DragonOS-0.1.8/docs/community/ChangeLog/V0.1.x/
DV0.1.3.md51 - libc: new: 新增`fflush()`, `fprintf()`, `stdin`, `stdout`, `stderr`, `ferror()`, `fopen()`, `fclose…
208 * 添加了stderr的初始化
210 * 修改了stderr的初始化
/DragonOS-0.1.8/kernel/src/driver/tty/
Dmod.rs144 pub fn stderr(&self, buf: &[u8], block: bool) -> Result<usize, TtyError> { in stderr() method
Dtty_device.rs197 self.core.stderr(&buf[0..len], true) in write_at()
/DragonOS-0.1.8/kernel/src/libs/
Dlz4.c265 fprintf(stderr, __FILE__ ": "); \
266 fprintf(stderr, __VA_ARGS__); \
267 fprintf(stderr, " \n"); \