Searched refs:strftime_l (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/include/xlocale/
H A D_time.h45 size_t strftime_l(char * __restrict, size_t, const char * __restrict,
/freebsd-10.0-release/contrib/libstdc++/config/locale/gnu/
H A Dc++locale_internal.h44 extern "C" __typeof(strftime_l) __strftime_l;
/freebsd-10.0-release/lib/libc/locale/
H A Dwcsftime.c98 if (strftime_l(dst, maxsize, sformat, timeptr, locale) == 0)
H A DSymbol.map124 strftime_l;
/freebsd-10.0-release/lib/libc/stdtime/
H A Dstrftime.c90 strftime_l(char * __restrict s, size_t maxsize, const char * __restrict format, function
126 return strftime_l(s, maxsize, format, t, __get_locale());
/freebsd-10.0-release/contrib/libc++/src/
H A Dlocale.cpp4684 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_);
4830 strftime_l(buf, countof(buf), f, &t, __loc_);
4976 strftime_l(buf, countof(buf), "%A", &t, __loc_);
4978 strftime_l(buf, countof(buf), "%a", &t, __loc_);
4985 strftime_l(buf, countof(buf), "%B", &t, __loc_);
4987 strftime_l(buf, countof(buf), "%b", &t, __loc_);
4992 strftime_l(buf, countof(buf), "%p", &t, __loc_);
4995 strftime_l(buf, countof(buf), "%p", &t, __loc_);
5016 strftime_l(buf, countof(buf), "%A", &t, __loc_);
5028 strftime_l(bu
[all...]

Completed in 104 milliseconds