Home
last modified time | relevance | path

Searched refs:RESET_COLOR (Results 1 – 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/futex/include/
Dlogging.h42 #define RESET_COLOR ESC, '0', 'm' macro
44 RESET_COLOR, 0};
46 RESET_COLOR, 0};
48 RESET_COLOR, 0};
/external/fmtlib/fmt/
Dformat.cc108 const char RESET_COLOR[] = "\x1b[0m"; variable
503 std::fputs(RESET_COLOR, stdout); in print_colored()