Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddiff.h204 XTERN char const *time_format; variable
H A Ddiff.c613 time_format = "%Y-%m-%d %H:%M:%S.%N %z"; in main()
617 time_format = "%a %b %e %T %Y"; in main()
H A Dcontext.c64 if (! (tm && nstrftime (buf, sizeof buf, time_format, tm, 0, nsec))) in print_context_label()
/netbsd-src/external/gpl2/diffutils/dist/
H A DChangeLog992 (strip_trailing_cr, excluded, time_format): New decls.
1083 (print_context_label): Use nstrftime and time_format to format times.