Searched refs:time_format (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/usr.bin/diff/
H A Ddiffreg_new.c118 const char *time_format = "%Y-%m-%d %H:%M:%S"; local
127 timelen = strftime(buf, 256, time_format, tm_ptr);
H A Ddiffreg.c1672 const char *time_format; local
1678 time_format = "%Y-%m-%d %H:%M:%S";
1681 time_format = "%c";
1688 strftime(buf, sizeof(buf), time_format, tm_ptr1);
1701 strftime(buf, sizeof(buf), time_format, tm_ptr2);
/freebsd-current/contrib/diff/src/
H A Ddiff.h206 XTERN char const *time_format;
205 XTERN char const *time_format; variable
H A Dcontext.c62 if (! (tm && nstrftime (buf, sizeof buf, time_format, tm, 0, nsec)))
H A Ddiff.c631 time_format = "%Y-%m-%d %H:%M:%S.%N %z";
633 time_format = "%Y-%m-%d %H:%M:%S %z";
639 time_format = "%a %b %e %T %Y";
/freebsd-current/contrib/dialog/
H A Dtimebox.c408 if (dialog_vars.time_format != 0) {
418 dialog_vars.time_format,
H A Ddialog.h558 char *time_format; /* option "--time-format" */ member in struct:__anon449
H A Ddialog.c361 { "time-format", svS(time_format), 1, "<str>" },

Completed in 130 milliseconds