Searched refs:ANSI_COLOR_RESET (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/include/ |
H A D | tst_ansi_color.h | 17 #define ANSI_COLOR_RESET "\033[0m" macro
|
/third_party/skia/tools/skdiff/ |
H A D | skdiff_main.cpp | 349 #define ANSI_COLOR_RESET "" macro 354 #define ANSI_COLOR_RESET "\x1b[0m" macro 357 #define VERBOSE_STATUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_RESET " ] %s\n", status, filename.c_str())
|
/third_party/ltp/lib/ |
H A D | tst_res.c | 325 "%s%s%s : %s", tst_ttype2color(ttype), type, ANSI_COLOR_RESET, tmesg); in tst_print()
|
H A D | tst_test.c | 253 res, ANSI_COLOR_RESET); in print_result() 821 fprintf(stderr, "%s%s%s", ANSI_COLOR_YELLOW, str, ANSI_COLOR_RESET); in print_colored()
|
Completed in 5 milliseconds