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

/bionic/libc/tzcode/
H A Dstrftime.c119 static char * _fmt(const char *, const struct tm *, char *, const char *,
156 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn);
193 _fmt(const char *format, const struct tm *t, char *pt, function
232 ** _fmt("%a %b %e %X %Y", t);
244 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2);
252 pt = _fmt("%m/%d/%y", t, pt, ptlim, warnp);
280 pt = _fmt("%Y-%m-%d", t, pt, ptlim, warnp);
345 pt = _fmt("%H:%M", t, pt, ptlim, warnp);
348 pt = _fmt("%I:%M:%S %p", t, pt, ptlim, warnp);
371 pt = _fmt("
[all...]
/bionic/libc/upstream-openbsd/lib/libc/time/
H A Dwcsftime.c107 static wchar_t * _fmt(const wchar_t *, const struct tm *, wchar_t *, const wchar_t *,
127 p = _fmt(((format == NULL) ? L"%c" : format), t, s, s + maxsize, &warn);
138 _fmt(const wchar_t *format, const struct tm *t, wchar_t *pt, function
181 ** _fmt("%a %b %e %X %Y", t);
193 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2);
201 pt = _fmt(L"%m/%d/%y", t, pt, ptlim, warnp);
222 pt = _fmt(L"%Y-%m-%d", t, pt, ptlim, warnp);
278 pt = _fmt(L"%H:%M", t, pt, ptlim, warnp);
281 pt = _fmt(L"%I:%M:%S %p", t, pt, ptlim, warnp);
302 pt = _fmt(
[all...]

Completed in 40 milliseconds