Searched refs:day_first (Results 1 – 5 of 5) sorted by relevance
55 int day_first; /* true if locale prefers day/mon */ member
1187 fmt = cpio->day_first ? "%d %b %Y" : "%b %d %Y"; in list_item_verbose()1189 fmt = cpio->day_first ? "%d %b %H:%M" : "%b %d %H:%M"; in list_item_verbose()1193 fmt = cpio->day_first ? "%e %b %Y" : "%b %e %Y"; in list_item_verbose()1195 fmt = cpio->day_first ? "%e %b %H:%M" : "%b %e %H:%M"; in list_item_verbose()
48 char day_first; /* show day before month in -tv output */ member
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";
192 bsdtar->day_first = (*nl_langinfo(D_MD_ORDER) == 'd'); in main()