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

/external/libcxx/include/support/android/
H A Dlocale_bionic.h144 static inline size_t strftime_l(char *s, size_t max, const char *format, function
/external/libcxx/include/support/win32/
H A Dlocale_win32.h102 #define strftime_l _strftime_l macro
/external/libcxx/include/support/ibm/
H A Dxlocale.h266 // strftime_l() is defined by POSIX. However, AIX 7.1 does not have it
269 size_t strftime_l(char *__s, size_t __size, const char *__fmt, function
/external/libcxx/include/support/solaris/
H A Dxlocale.h103 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm
/external/libcxx/src/support/solaris/
H A Dxlocale.c98 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm function
/external/libcxx/src/
H A Dlocale.cpp4733 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(bu
[all...]
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc455 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format,
457 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc);
1550 INTERCEPT_FUNCTION(strftime_l);

Completed in 5477 milliseconds