Searched refs:time_format (Results 1 – 2 of 2) sorted by relevance
120 const char *time_format = "%Y-%m-%d %H:%M:%S"; in format_label() local129 timelen = strftime(buf, 256, time_format, tm_ptr); in format_label()
1697 const char *time_format; in print_header() local1703 time_format = "%Y-%m-%d %H:%M:%S"; in print_header()1706 time_format = "%c"; in print_header()1713 strftime(buf, sizeof(buf), time_format, tm_ptr1); in print_header()1726 strftime(buf, sizeof(buf), time_format, tm_ptr2); in print_header()