Home
last modified time | relevance | path

Searched refs:new_fmt (Results 1 – 1 of 1) sorted by relevance

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