Searched refs:ptlim (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | strftime.c | 114 const char * const ptlim) in _fmt() argument 135 pt, ptlim); in _fmt() 141 pt, ptlim); in _fmt() 147 pt, ptlim); in _fmt() 154 pt, ptlim); in _fmt() 165 pt, ptlim); in _fmt() 168 pt = _fmt(loc, tptr->c_fmt, t, pt, ptlim); in _fmt() 171 pt = _fmt(loc, "%m/%d/%y", t, pt, ptlim); in _fmt() 175 PADDING(PAD_FMT_DAYOFMONTH), pt, ptlim); in _fmt() 198 PADDING(PAD_FMT_SDAYOFMONTH), pt, ptlim); in _fmt() [all …]
|