Lines Matching refs:strftime_l
4794 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
4942 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
5084 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
5086 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
5093 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
5095 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
5100 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5103 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5124 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
5132 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
5145 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
5153 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
5164 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5173 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5434 size_t n = strftime_l(__nb, countof(__nb, __ne), fmt, __tm, __loc_); in __do_put()