Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libarchive/cpio/
Dcpio.h75 int day_first; /* true if locale prefers day/mon */ member
Dcpio.c1198 fmt = cpio->day_first ? "%d %b %Y" : "%b %d %Y"; in list_item_verbose()
1200 fmt = cpio->day_first ? "%d %b %H:%M" : "%b %d %H:%M"; in list_item_verbose()
1204 fmt = cpio->day_first ? "%e %b %Y" : "%b %e %Y"; in list_item_verbose()
1206 fmt = cpio->day_first ? "%e %b %H:%M" : "%b %e %H:%M"; in list_item_verbose()
/freebsd-12-stable/contrib/libarchive/tar/
Dbsdtar.h68 char day_first; /* show day before month in -tv output */ member
Dutil.c746 fmt = bsdtar->day_first ? DAY_FMT " %b %Y" : "%b " DAY_FMT " %Y";
748 fmt = bsdtar->day_first ? DAY_FMT " %b %H:%M" : "%b " DAY_FMT " %H:%M";
Dbsdtar.c207 bsdtar->day_first = (*nl_langinfo(D_MD_ORDER) == 'd'); in main()