Lines Matching defs:_fmt
146 static char * _fmt(const timezone_t, const char *, const struct tm *, char *,
209 p = _fmt(sp, format, t, s, s + maxsize, &warn, loc);
232 _fmt(const timezone_t sp, const char *format, const struct tm *t, char *pt,
285 ** _fmt("%a %b %e %X %Y", t);
297 pt = _fmt(sp, tptr->c_fmt, t, pt,
306 pt = _fmt(sp, "%m/%d/%y", t, pt, ptlim, warnp,
339 pt = _fmt(sp, "%Y-%m-%d", t, pt, ptlim, warnp,
416 pt = _fmt(sp, "%H:%M", t, pt, ptlim, warnp,
420 pt = _fmt(sp, tptr->t_fmt_ampm, t,
467 pt = _fmt(sp, "%H:%M:%S", t, pt, ptlim, warnp,
588 pt = _fmt(sp, "%e-%b-%Y", t, pt, ptlim, warnp,
603 pt = _fmt(sp, tptr->t_fmt, t, pt,
610 pt = _fmt(sp, tptr->d_fmt, t, pt,
755 pt = _fmt(sp, tptr->date_fmt, t,
758 pt = _fmt(sp, "%a %b %e %H:%M:%S %Z %Y", t,