Lines Matching refs:strftime_l
4472 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
4603 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
4729 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
4731 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
4737 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
4739 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
4744 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
4747 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
4766 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
4774 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
4786 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
4794 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
4805 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
4814 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5046 size_t n = strftime_l(__nb, countof(__nb, __ne), fmt, __tm, __loc_); in __do_put()