Home
last modified time | relevance | path

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

/src/contrib/libarchive/tar/
H A Dutil.c760 #define DAY_FMT "%d" /* Windows' strftime function does not support %e format. */ macro
762 #define DAY_FMT "%e" /* Day number without leading zeros */ macro
765 fmt = bsdtar->day_first ? DAY_FMT " %b %Y" : "%b " DAY_FMT " %Y";
767 fmt = bsdtar->day_first ? DAY_FMT " %b %H:%M" : "%b " DAY_FMT " %H:%M";