Searched refs:strftime_l (Results 1 – 9 of 9) sorted by relevance
/external/libcxx/include/support/android/ |
D | locale_bionic.h | 144 static inline size_t strftime_l(char *s, size_t max, const char *format, in strftime_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 102 #define strftime_l _strftime_l macro
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 103 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 269 size_t strftime_l(char *__s, size_t __size, const char *__fmt, in strftime_l() function
|
/external/libcxx/src/ |
D | locale.cpp | 4733 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 4881 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 5027 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init() 5029 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init() 5036 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init() 5038 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init() 5043 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() 5046 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() 5067 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init() 5079 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init() [all …]
|
/external/libcxx/src/support/solaris/ |
D | xlocale.c | 98 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm in strftime_l() function
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 455 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument 457 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc); in INTERCEPTOR() 1550 INTERCEPT_FUNCTION(strftime_l); in InitializeInterceptors()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 3234 fun:strftime_l=uninstrumented
|
/external/valgrind/main/VEX/orig_ppc32/ |
D | date.orig | 124296 ==== BB 3188 strftime_l(0xFEEC4A4) approx BBs exec'd 0 ====
|