Searched refs:time_format (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.bin/diff/ |
H A D | diffreg_new.c | 118 const char *time_format = "%Y-%m-%d %H:%M:%S"; in format_label() local 127 timelen = strftime(buf, 256, time_format, tm_ptr); in format_label()
|
H A D | diffreg.c | 1675 const char *time_format; in print_header() 1681 time_format = "%Y-%m-%d %H:%M:%S"; in print_header() 1684 time_format = "%c"; in print_header() 1691 strftime(buf, sizeof(buf), time_format, tm_ptr1); in print_header() 1704 strftime(buf, sizeof(buf), time_format, tm_ptr2); in print_header() 1671 const char *time_format; print_header() local
|
/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>" },
|
/freebsd/contrib/diff/src/ |
H A D | diff.h | 205 XTERN char const *time_format; variable
|
H A D | diff.c | 630 time_format = "%Y-%m-%d %H:%M:%S.%N %z"; in main() 632 time_format = "%Y-%m-%d %H:%M:%S %z"; in main() 638 time_format = "%a %b %e %T %Y"; in main()
|
H A D | context.c | 61 if (! (tm && nstrftime (buf, sizeof buf, time_format, tm, 0, nsec))) in print_context_label()
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 1461 (strip_trailing_cr, excluded, time_format): New decls. 1552 (print_context_label): Use nstrftime and time_format to format times.
|