Searched defs:_fmt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c32 static char *_fmt(locale_t, const char *, const struct tm *, char *,
76 p = _fmt(loc, ((format == NULL) ? "%c" : format), t, s, s + maxsize);
91 _fmt(locale_t loc, const char *format, const struct tm *t, char *pt, function
137 * _fmt("%a %b %e %X %Y", t);
146 pt = _fmt(loc, tptr->c_fmt, t, pt, ptlim);
149 pt = _fmt(loc, "%m/%d/%y", t, pt, ptlim);
179 pt = _fmt(loc, "%Y-%m-%d", t, pt, ptlim);
239 pt = _fmt(loc, "%H:%M", t, pt, ptlim);
242 pt = _fmt(loc, tptr->ampm_fmt, t, pt, ptlim);
261 pt = _fmt(lo
[all...]

Completed in 61 milliseconds