| strftime.c | 145 static char * _fmt(const timezone_t, const char *, const struct tm *, char *, 208 p = _fmt(sp, format, t, s, s + maxsize, &warn, loc); 231 _fmt(const timezone_t sp, const char *format, const struct tm *t, char *pt, function 284 ** _fmt("%a %b %e %X %Y", t); 296 pt = _fmt(sp, tptr->c_fmt, t, pt, 305 pt = _fmt(sp, "%m/%d/%y", t, pt, ptlim, warnp, 338 pt = _fmt(sp, "%Y-%m-%d", t, pt, ptlim, warnp, 415 pt = _fmt(sp, "%H:%M", t, pt, ptlim, warnp, 419 pt = _fmt(sp, tptr->t_fmt_ampm, t, 466 pt = _fmt(sp, "%H:%M:%S", t, pt, ptlim, warnp [all...] |