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

/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxscan.c181 int pedantic; local
195 pedantic = (flags & TM_PEDANTIC) != 0;
219 hi = pedantic ? TM_DAY : TM_TIME;
222 lo = pedantic ? TM_DAY : TM_DAY_ABBREV;
234 hi = pedantic ? TM_MONTH : TM_DAY_ABBREV;
237 lo = pedantic ? TM_MONTH : TM_MONTH_ABBREV;
254 if (pedantic && !isdigit(*s))
298 if (pedantic)

Completed in 67 milliseconds