Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dterminal-util.h259 void get_log_colors(int priority, const char **on, const char **off, const char **highlight);
Dterminal-util.c1427 void get_log_colors(int priority, const char **on, const char **off, const char **highlight) { in get_log_colors() function
Dlog.c410 get_log_colors(LOG_PRI(level), &on, &off, NULL); in write_to_console()
/systemd-251/src/shared/
Dlogs-show.c229 get_log_colors(priority, &color_on, &color_off, &highlight_on); in print_multiline()
1135 get_log_colors(prio, &color_on, &color_off, &highlight_on); in output_cat_field()