OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COLOR_DEFAULT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/regex_src/
regexMain.c
37
#define
COLOR_DEFAULT
42
#define
COLOR_DEFAULT
"\33[0m"
214
printf("all tests are " COLOR_GREEN "PASSED"
COLOR_DEFAULT
" ");
216
printf(COLOR_RED "%d"
COLOR_DEFAULT
" (" COLOR_RED "%d%%"
COLOR_DEFAULT
") tests are failed ", fail, fail * 100 / (success + fail));
217
printf("on " COLOR_ARCH "%s"
COLOR_DEFAULT
"\n", regex_get_platform_name());
/src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c
40
#define
COLOR_DEFAULT
45
#define
COLOR_DEFAULT
"\33[0m"
5407
printf("all tests are " COLOR_GREEN "PASSED"
COLOR_DEFAULT
" ");
5409
printf(COLOR_RED "%d"
COLOR_DEFAULT
" (" COLOR_RED "%d%%"
COLOR_DEFAULT
") tests are " COLOR_RED "FAILED"
COLOR_DEFAULT
" ", TEST_COUNT - successful_tests, (TEST_COUNT - successful_tests) * 100 / 47);
5410
printf("on " COLOR_ARCH "%s"
COLOR_DEFAULT
"%s\n", sljit_get_platform_name(), sljit_is_fpu_available() ? " (with fpu)" : " (without fpu)");
Completed in 17 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025