Lines Matching defs:new_fmt
163 const char *new_fmt;
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);