/src/lib/libc/time/ |
strftime.c | 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, function in typeref:typename:char * 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 [all...] |
strftime.c | 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, function in typeref:typename:char * 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 [all...] |
strftime.c | 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, function in typeref:typename:char * 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 [all...] |