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

  /src/lib/libc/time/
strptime.c 163 const char *new_fmt; local in function:strptime_l
209 new_fmt = _TIME_LOCALE(loc)->d_t_fmt;
214 new_fmt = "%m/%d/%y";
220 new_fmt = "%Y-%m-%d";
226 new_fmt = "%H:%M";
231 new_fmt = _TIME_LOCALE(loc)->t_fmt_ampm;
236 new_fmt = "%H:%M:%S";
241 new_fmt = _TIME_LOCALE(loc)->t_fmt;
245 new_fmt = _TIME_LOCALE(loc)->d_fmt;
249 new_fmt, tm)
    [all...]

Completed in 11 milliseconds