Searched refs:_ctloc (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/tzcode/ |
D | strptime.c | 83 #define _ctloc(x) (_DefaultTimeLocale.x) macro 165 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, cr))) in _strptime() 207 if (!(bp = _strptime(bp, _ctloc(t_fmt), tm, cr))) in _strptime() 213 if (!(bp = _strptime(bp, _ctloc(d_fmt), tm, cr))) in _strptime() 225 len = strlen(_ctloc(day[i])); in _strptime() 226 if (strncasecmp(_ctloc(day[i]), (const char*)bp, len) == 0) in _strptime() 230 len = strlen(_ctloc(abday[i])); in _strptime() 231 if (strncasecmp(_ctloc(abday[i]), (const char*)bp, len) == 0) in _strptime() 249 len = strlen(_ctloc(mon[i])); in _strptime() 250 if (strncasecmp(_ctloc(mon[i]), (const char*)bp, len) == 0) in _strptime() [all …]
|