Home
last modified time | relevance | path

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

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