Home
last modified time | relevance | path

Searched refs:ptlim (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tzcode/
H A Dstrftime.c165 const char *ptlim, enum warn *warnp) in _fmt() argument
180 pt, ptlim); in _fmt()
186 pt, ptlim); in _fmt()
192 pt, ptlim); in _fmt()
199 pt, ptlim); in _fmt()
210 true, false, pt, ptlim); in _fmt()
216 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2); in _fmt()
224 pt = _fmt("%m/%d/%y", t, pt, ptlim, warnp); in _fmt()
227 pt = _conv(t->tm_mday, "%02d", pt, ptlim); in _fmt()
242 pt = _conv(t->tm_mday, "%2d", pt, ptlim); in _fmt()
[all …]
/freebsd/lib/libc/stdtime/
H A Dstrftime.c116 const char * const ptlim, int *warnp, locale_t loc) in _fmt() argument
135 pt, ptlim); in _fmt()
141 pt, ptlim); in _fmt()
148 pt, ptlim); in _fmt()
155 pt, ptlim); in _fmt()
166 pt, ptlim, loc); in _fmt()
172 pt = _fmt(tptr->c_fmt, t, pt, ptlim, &warn2, loc); in _fmt()
180 pt = _fmt("%m/%d/%y", t, pt, ptlim, warnp, loc); in _fmt()
185 pt, ptlim, loc); in _fmt()
212 pt, ptlim, loc); in _fmt()
[all …]