Home
last modified time | relevance | path

Searched refs:COLOR_YELLOW (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.3/user/libs/libc/src/include/
Dstdio.h15 #define COLOR_YELLOW 0x00ffff00 //黄 macro
/DragonOS-0.1.3/docs/userland/libc/apis/api-list/
Dstdio.md35 ``#define COLOR_YELLOW 0x00ffff00 //黄``
/DragonOS-0.1.3/kernel/src/libs/
Dprintk.rs17 pub const COLOR_YELLOW: u32 = 0x00ffff00; constant
70 …$crate::libs::printk::PrintkWriter.__write_string_color($crate::libs::printk::COLOR_YELLOW, $crate…
/DragonOS-0.1.3/user/libs/libc/src/
Dmalloc.c148 put_string("malloc_enlarge(): no_mem\n", COLOR_YELLOW, COLOR_BLACK); in malloc_enlarge()
/DragonOS-0.1.3/user/apps/shell/
Dcmd.c262 color = COLOR_YELLOW; in shell_cmd_ls()