Searched refs:ptlim (Results 1 – 1 of 1) sorted by relevance
/third_party/tzdata/ |
D | strftime.c | 165 const char *ptlim, enum warn *warnp) in _fmt() argument 178 pt, ptlim); in _fmt() 184 pt, ptlim); in _fmt() 190 pt, ptlim); in _fmt() 197 pt, ptlim); in _fmt() 208 true, false, pt, ptlim); in _fmt() 214 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2); in _fmt() 222 pt = _fmt("%m/%d/%y", t, pt, ptlim, warnp); in _fmt() 225 pt = _conv(t->tm_mday, "%02d", pt, ptlim); in _fmt() 240 pt = _conv(t->tm_mday, "%2d", pt, ptlim); in _fmt() [all …]
|