Searched defs:ESC_RESET (Results 1 - 1 of 1) sorted by relevance

/external/honggfuzz/
H A Ddisplay.c47 #define ESC_RESET "\033[0m" macro
150 display_put("--------------------------- [ " ESC_BOLD "HONGGFUZZ" ESC_RESET " / " ESC_BOLD
151 "v%s" ESC_RESET " ] ------------------------------\n",
153 display_put(" Iterations : " ESC_BOLD "%" _HF_MONETARY_MOD "zu" ESC_RESET, curr_exec_cnt);
156 display_put(" (out of: " ESC_BOLD "%" _HF_MONETARY_MOD "zu" ESC_RESET " [" ESC_BOLD
157 "%.2f" ESC_RESET "%%])",
162 display_put("\n Phase : " ESC_BOLD "Main" ESC_RESET);
165 display_put("\n Phase : " ESC_BOLD "Dynamic Dry Run (1/2)" ESC_RESET);
168 display_put("\n Phase : " ESC_BOLD "Dynamic Main (2/2)" ESC_RESET);
171 display_put("\n Phase : " ESC_BOLD "Unknown" ESC_RESET);
[all...]

Completed in 106 milliseconds