Home | History | Annotate | Download | only in src

Lines Matching full:strftime_l

4733     size_t n = strftime_l(buf, countof(buf), f, &t, __loc_);
4881 strftime_l(buf, countof(buf), f, &t, __loc_);
5027 strftime_l(buf, countof(buf), "%A", &t, __loc_);
5029 strftime_l(buf, countof(buf), "%a", &t, __loc_);
5036 strftime_l(buf, countof(buf), "%B", &t, __loc_);
5038 strftime_l(buf, countof(buf), "%b", &t, __loc_);
5043 strftime_l(buf, countof(buf), "%p", &t, __loc_);
5046 strftime_l(buf, countof(buf), "%p", &t, __loc_);
5067 strftime_l(buf, countof(buf), "%A", &t, __loc_);
5079 strftime_l(buf, countof(buf), "%a", &t, __loc_);
5096 strftime_l(buf, countof(buf), "%B", &t, __loc_);
5108 strftime_l(buf, countof(buf), "%b", &t, __loc_);
5123 strftime_l(buf, countof(buf), "%p", &t, __loc_);
5136 strftime_l(buf, countof(buf), "%p", &t, __loc_);
5405 size_t n = strftime_l(__nb, countof(__nb, __ne), fmt, __tm, __loc_);