HomeSort by: relevance | last modified time | path
    Searched defs:_TIME_LOCALE (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
strptime.c 57 #define _TIME_LOCALE(loc) \
209 new_fmt = _TIME_LOCALE(loc)->d_t_fmt;
231 new_fmt = _TIME_LOCALE(loc)->t_fmt_ampm;
241 new_fmt = _TIME_LOCALE(loc)->t_fmt;
245 new_fmt = _TIME_LOCALE(loc)->d_fmt;
259 _TIME_LOCALE(loc)->day, _TIME_LOCALE(loc)->abday, 7);
268 _TIME_LOCALE(loc)->mon, _TIME_LOCALE(loc)->abmon,
336 bp = find_string(bp, &i, _TIME_LOCALE(loc)->am_pm
    [all...]
strftime.c 138 #define _TIME_LOCALE(loc) \
236 _TimeLocale *tptr = _TIME_LOCALE(loc);

Completed in 11 milliseconds