Lines Matching refs:loc
92 locale_t loc) in strftime_l() argument
98 p = _fmt(loc, ((format == NULL) ? "%c" : format), t, s, e); in strftime_l()
113 _fmt(locale_t loc, const char *format, const struct tm *t, char *pt, in _fmt() argument
117 const struct lc_time *tptr = loc->time; 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()
201 pt = _fmt(loc, "%Y-%m-%d", t, pt, ptlim); in _fmt()
261 pt = _fmt(loc, "%H:%M", t, pt, ptlim); in _fmt()
264 pt = _fmt(loc, tptr->ampm_fmt, t, pt, ptlim); in _fmt()
283 pt = _fmt(loc, "%H:%M:%S", t, pt, ptlim); in _fmt()
395 pt = _fmt(loc, "%e-%b-%Y", t, pt, ptlim); in _fmt()
409 pt = _fmt(loc, tptr->X_fmt, t, pt, ptlim); in _fmt()
412 pt = _fmt(loc, tptr->x_fmt, t, pt, ptlim); in _fmt()
476 pt = _fmt(loc, tptr->date_fmt, t, pt, ptlim); in _fmt()