style 436 libutil/statistics.c const struct printng_style *style; style 444 libutil/statistics.c style = &printing_styles[style_no]; style 446 libutil/statistics.c if (style->print_header != NULL) style 447 libutil/statistics.c style->print_header(&priv); style 452 libutil/statistics.c if (style->print_time != NULL) style 453 libutil/statistics.c style->print_time(t, priv); style 459 libutil/statistics.c if (style->print_footer != NULL) style 460 libutil/statistics.c style->print_footer(priv);