Home
last modified time | relevance | path

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

/freebsd/usr.bin/diff/
H A Ddiffreg_new.c120 const char *time_format = "%Y-%m-%d %H:%M:%S"; in format_label() local
129 timelen = strftime(buf, 256, time_format, tm_ptr); in format_label()
H A Ddiffreg.c1697 const char *time_format; in print_header() local
1703 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()
/freebsd/contrib/dialog/
H A Dtimebox.c408 if (dialog_vars.time_format != 0) { in dialog_timebox()
418 dialog_vars.time_format, in dialog_timebox()
H A Ddialog.h558 char *time_format; /* option "--time-format" */ member
H A Ddialog.c361 { "time-format", svS(time_format), 1, "<str>" },