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

/freebsd-9.3-release/contrib/libarchive/tar/
H A Dread.c432 #define DAY_FMT "%d" /* Windows' strftime function does not support %e format. */ macro
434 #define DAY_FMT "%e" /* Day number without leading zeros */ macro
437 fmt = bsdtar->day_first ? DAY_FMT " %b %Y" : "%b " DAY_FMT " %Y";
439 fmt = bsdtar->day_first ? DAY_FMT " %b %H:%M" : "%b " DAY_FMT " %H:%M";

Completed in 49 milliseconds