Searched refs:_fmt (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/time/ |
D | wcsftime.c | 107 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); in wcsftime() 138 _fmt(const wchar_t *format, const struct tm *t, wchar_t *pt, in _fmt() function 193 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2); in _fmt() 201 pt = _fmt(L"%m/%d/%y", t, pt, ptlim, warnp); in _fmt() 222 pt = _fmt(L"%Y-%m-%d", t, pt, ptlim, warnp); in _fmt() 278 pt = _fmt(L"%H:%M", t, pt, ptlim, warnp); in _fmt() 281 pt = _fmt(L"%I:%M:%S %p", t, pt, ptlim, warnp); in _fmt() 302 pt = _fmt(L"%H:%M:%S", t, pt, ptlim, warnp); in _fmt() 407 pt = _fmt(L"%e-%b-%Y", t, pt, ptlim, warnp); in _fmt() [all …]
|
/bionic/libc/tzcode/ |
D | strftime.c | 119 static char * _fmt(const char *, const struct tm *, char *, const char *, 156 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn); in strftime() 193 _fmt(const char *format, const struct tm *t, char *pt, in _fmt() function 244 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2); in _fmt() 252 pt = _fmt("%m/%d/%y", t, pt, ptlim, warnp); in _fmt() 280 pt = _fmt("%Y-%m-%d", t, pt, ptlim, warnp); in _fmt() 345 pt = _fmt("%H:%M", t, pt, ptlim, warnp); in _fmt() 348 pt = _fmt("%I:%M:%S %p", t, pt, ptlim, warnp); in _fmt() 371 pt = _fmt("%H:%M:%S", t, pt, ptlim, warnp); in _fmt() 488 pt = _fmt("%e-%b-%Y", t, pt, ptlim, warnp); in _fmt() [all …]
|