Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/libs/
Dprintk.rs13 pub const COLOR_RED: u32 = 0x00ff0000; constant
78 …$crate::libs::printk::PrintkWriter.__write_string_color($crate::libs::printk::COLOR_RED, $crate::l…
87 …$crate::libs::printk::PrintkWriter.__write_string_color($crate::libs::printk::COLOR_RED, $crate::l…
/DragonOS-0.1.5/user/libs/libc/src/include/export/
Dstdio.h13 #define COLOR_RED 0x00ff0000 //红 macro
/DragonOS-0.1.5/docs/userland/libc/apis/api-list/
Dstdio.md31 ``#define COLOR_RED 0x00ff0000 //红``
/DragonOS-0.1.5/user/apps/shell/
Dcmd.c361 put_string("Parent dir not exists.\n", COLOR_RED, COLOR_BLACK); in shell_cmd_touch()