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

/freebsd-10.0-release/contrib/libarchive/cpio/
H A Dcpio.h73 int day_first; /* true if locale prefers day/mon */ member in struct:cpio
H A Dcpio.c1139 fmt = cpio->day_first ? "%d %b %Y" : "%b %d %Y";
1141 fmt = cpio->day_first ? "%d %b %H:%M" : "%b %d %H:%M";
1144 fmt = cpio->day_first ? "%e %b %Y" : "%b %e %Y";
1146 fmt = cpio->day_first ? "%e %b %H:%M" : "%b %e %H:%M";
/freebsd-10.0-release/contrib/libarchive/tar/
H A Dbsdtar.h75 char day_first; /* show day before month in -tv output */ member in struct:bsdtar
H A Dread.c454 fmt = bsdtar->day_first ? DAY_FMT " %b %Y" : "%b " DAY_FMT " %Y";
456 fmt = bsdtar->day_first ? DAY_FMT " %b %H:%M" : "%b " DAY_FMT " %H:%M";
H A Dbsdtar.c202 bsdtar->day_first = (*nl_langinfo(D_MD_ORDER) == 'd');

Completed in 75 milliseconds