Searched refs:_ctloc (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/tzcode/ |
D | strptime.c | 52 #define _ctloc(x) (_CurrentTimeLocale->x) macro 162 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, 0))) in _strptime() 204 if (!(bp = _strptime(bp, _ctloc(t_fmt), tm, 0))) in _strptime() 210 if (!(bp = _strptime(bp, _ctloc(d_fmt), tm, 0))) in _strptime() 222 len = strlen(_ctloc(day[i])); in _strptime() 223 if (strncasecmp(_ctloc(day[i]), bp, len) == 0) in _strptime() 227 len = strlen(_ctloc(abday[i])); in _strptime() 228 if (strncasecmp(_ctloc(abday[i]), bp, len) == 0) in _strptime() 247 len = strlen(_ctloc(mon[i])); in _strptime() 248 if (strncasecmp(_ctloc(mon[i]), bp, len) == 0) in _strptime() [all …]
|