Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/native_simulator/native/src/
Dnsi_trace.c49 static const char trace_esc_end[] = "\x1b[0;39m"; /* Reset all styles */ variable
63 fprintf(stderr, "%s", trace_esc_end); in nsi_vprint_warning()
79 fprintf(stderr, "%s\n", trace_esc_end); in nsi_vprint_error_and_exit()
97 fprintf(stdout, "%s", trace_esc_end); in nsi_vprint_trace()