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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dstrftime.c77 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( function
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("
[all...]

Completed in 944 milliseconds