Lines Matching refs:strftime_l
4806 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
4954 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
5096 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
5098 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
5105 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
5107 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
5112 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5115 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5136 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
5144 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
5157 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
5165 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
5176 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5185 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5446 size_t n = strftime_l(__nb, countof(__nb, __ne), fmt, __tm, __loc_); in __do_put()