HomeSort by relevance Sort by last modified time
    Searched refs:_ctloc (Results 1 - 3 of 3) sorted by null

  /bionic/libc/tzcode/
strptime.c 81 #define _ctloc(x) (_DefaultTimeLocale.x) macro
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
    [all...]
  /external/openssh/openbsd-compat/
strptime.c 45 /* #define _ctloc(x) (_CurrentTimeLocale->x) */
126 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, 0)))
156 if (!(bp = _strptime(bp, _ctloc(t_fmt), tm, 0)))
162 if (!(bp = _strptime(bp, _ctloc(d_fmt), tm, 0)))
175 len = strlen(_ctloc(day[i]));
176 if (strncasecmp(_ctloc(day[i]), bp, len) == 0)
180 len = strlen(_ctloc(abday[i]));
181 if (strncasecmp(_ctloc(abday[i]), bp, len) == 0)
199 len = strlen(_ctloc(mon[i]));
200 if (strncasecmp(_ctloc(mon[i]), bp, len) == 0
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
strptime.c 69 #define _ctloc(x) (_CurrentTimeLocale->x) macro
136 new_fmt = _ctloc(d_t_fmt);
155 new_fmt =_ctloc(t_fmt_ampm);
165 new_fmt =_ctloc(t_fmt);
169 new_fmt =_ctloc(d_fmt);
181 bp = find_string(bp, &tm->tm_wday, _ctloc(day),
182 _ctloc(abday), 7);
189 bp = find_string(bp, &tm->tm_mon, _ctloc(mon),
190 _ctloc(abmon), 12);
250 bp = find_string(bp, &i, _ctloc(am_pm), NULL, 2);
    [all...]

Completed in 406 milliseconds