Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/tar/
H A Dutil.c736 #define DAY_FMT "%d" /* Windows' strftime function does not support %e format. */ macro
738 #define DAY_FMT "%e" /* Day number without leading zeros */ macro
741 fmt = bsdtar->day_first ? DAY_FMT " %b %Y" : "%b " DAY_FMT " %Y";
743 fmt = bsdtar->day_first ? DAY_FMT " %b %H:%M" : "%b " DAY_FMT " %H:%M";