HomeSort by: relevance | last modified time | path
    Searched refs:color_end (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/
test.sh.in 68 color_end=''
71 color_end='\033[0m'
73 printf "${color_start}Test harness error: %s w/ MALLOC_CONF=\"%s\"${color_end}\n" "${t}" "${MALLOC_CONF}" 1>&2
74 printf "${color_start}Use prefix to debug, e.g. JEMALLOC_TEST_PREFIX=\"gdb --args\" sh test/test.sh %s${color_end}\n" "${t}" 1>&2
test.sh 68 color_end=''
71 color_end='\033[0m'
73 printf "${color_start}Test harness error: %s w/ MALLOC_CONF=\"%s\"${color_end}\n" "${t}" "${MALLOC_CONF}" 1>&2
74 printf "${color_start}Use prefix to debug, e.g. JEMALLOC_TEST_PREFIX=\"gdb --args\" sh test/test.sh %s${color_end}\n" "${t}" 1>&2
  /src/external/bsd/jemalloc/dist/test/src/
test.c 197 const char *color_end = colored ? "\033[0m" : ""; local
203 test_counts[test_status_fail], test_count, color_end);
256 const char *color_end = colored ? "\033[0m" : ""; local
258 NULL, NULL, "%s%s%s\n%s", color_start, prefix, message, color_end);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 3860 const char *color_end = NULL;
4004 color_end = NULL;
4008 if (color_end)
4019 color_end = format_chars;
4083 if (color_begin && !color_end)
3858 const char *color_end = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 3816 const char *color_end = NULL;
3960 color_end = NULL;
3964 if (color_end)
3975 color_end = format_chars;
4039 if (color_begin && !color_end)
3814 const char *color_end = NULL; local

Completed in 35 milliseconds