Searched refs:time_format (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/contrib/dialog/ |
| HD | timebox.c | 408 if (dialog_vars.time_format != 0) { in dialog_timebox() 418 dialog_vars.time_format, in dialog_timebox()
|
| HD | dialog.h | 534 char *time_format; /* option "--time-format" */ member
|
| HD | dialog.c | 1743 dialog_vars.time_format = optionString(argv, &offset); in process_common_options()
|
| /freebsd-13-stable/contrib/diff/src/ |
| HD | diff.h | 205 XTERN char const *time_format; variable
|
| HD | 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()
|
| HD | context.c | 61 if (! (tm && nstrftime (buf, sizeof buf, time_format, tm, 0, nsec))) in print_context_label()
|
| /freebsd-13-stable/usr.bin/diff/ |
| HD | diffreg.c | 1659 const char *time_format; in print_header() local 1665 time_format = "%Y-%m-%d %H:%M:%S"; in print_header() 1668 time_format = "%c"; in print_header() 1675 strftime(buf, sizeof(buf), time_format, tm_ptr1); in print_header() 1688 strftime(buf, sizeof(buf), time_format, tm_ptr2); in print_header()
|
| /freebsd-13-stable/contrib/diff/ |
| HD | ChangeLog | 1461 (strip_trailing_cr, excluded, time_format): New decls. 1552 (print_context_label): Use nstrftime and time_format to format times.
|