Home | History | Annotate | Download | only in tzcode

Lines Matching refs:_ctloc

81 #define _ctloc(x) (_DefaultTimeLocale.x)
163 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, cr)))
193 if (!(bp = _strptime(bp, _ctloc(t_fmt), tm, cr)))
199 if (!(bp = _strptime(bp, _ctloc(d_fmt), tm, cr)))
211 len = strlen(_ctloc(day[i]));
212 if (strncasecmp(_ctloc(day[i]), (const char*)bp, len) == 0)
216 len = strlen(_ctloc(abday[i]));
217 if (strncasecmp(_ctloc(abday[i]), (const char*)bp, len) == 0)
235 len = strlen(_ctloc(mon[i]));
236 if (strncasecmp(_ctloc(mon[i]), (const char*)bp, len) == 0)
240 len = strlen(_ctloc(abmon[i]));
241 if (strncasecmp(_ctloc(abmon[i]), (const char*)bp, len) == 0)
309 len = strlen(_ctloc(am_pm[0]));
310 if (strncasecmp(_ctloc(am_pm[0]), (const char*)bp, len) == 0) {
320 len = strlen(_ctloc(am_pm[1]));
321 if (strncasecmp(_ctloc(am_pm[1]), (const char*)bp, len) == 0) {