Home | History | Annotate | Download | only in Time

Lines Matching refs:_fmt

77 static char * _fmt(const char *, const struct tm * const, char *, const char * const, int *);

104 p = _fmt(((format == NULL) ? "%c" : format), timeptr, s, s + maxsize, &warn);
130 _fmt(
173 ** _fmt("%a %b %e %X %Y", t);
185 pt = _fmt(Locale->d_t_fmt, t, pt, ptlim, &warn2);
193 pt = _fmt("%m/%d/%y", t, pt, ptlim, warnp);
214 pt = _fmt("%Y-%m-%d", t, pt, ptlim, warnp);
278 pt = _fmt("%H:%M", t, pt, ptlim, warnp);
281 pt = _fmt(Locale->t_fmt_ampm, t, pt, ptlim,
306 pt = _fmt("%H:%M:%S", t, pt, ptlim, warnp);
419 pt = _fmt("%e-%b-%Y", t, pt, ptlim, warnp);
432 pt = _fmt(Locale->t_fmt, t, pt, ptlim, warnp);
438 pt = _fmt(Locale->d_fmt, t, pt, ptlim, &warn2);
553 pt = _fmt(Locale->date_fmt, t, pt, ptlim,