Searched refs:time_format (Results 1 – 5 of 5) sorted by relevance
| /freebsd/usr.bin/diff/ |
| H A D | diffreg_new.c | 120 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 D | diffreg.c | 1697 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 D | timebox.c | 408 if (dialog_vars.time_format != 0) { in dialog_timebox() 418 dialog_vars.time_format, in dialog_timebox()
|
| H A D | dialog.h | 558 char *time_format; /* option "--time-format" */ member
|
| H A D | dialog.c | 361 { "time-format", svS(time_format), 1, "<str>" },
|