Lines Matching refs:strftime_l
5240 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
5387 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
5530 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
5532 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
5539 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
5541 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
5546 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5549 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5571 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
5579 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
5592 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
5600 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
5611 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5620 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5886 size_t n = strftime_l(__nb, countof(__nb, __ne), fmt, __tm, __loc_); in __do_put()