Searched refs:strftime_l (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__support/win32/ |
| H A D | locale_win32.h | 258 _LIBCPP_FUNC_VIS size_t strftime_l(char *ret, size_t n, const char *format, 261 #define strftime_l _strftime_l macro
|
| /llvm-project-15.0.7/libcxx/include/__support/xlocale/ |
| H A D | __posix_l_fallback.h | 145 strftime_l(char *__s, size_t __max, const char *__format, const struct tm *__tm, in strftime_l() function
|
| /llvm-project-15.0.7/libcxx/src/support/win32/ |
| H A D | locale_win32.cpp | 136 size_t strftime_l(char *ret, size_t n, const char *format, const struct tm *tm, in strftime_l() function
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| H A D | global_symbols.txt | 150 strftime_l U
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | locale.cpp | 5387 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 5530 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init() 5532 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init() 5539 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init() 5541 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init() 5546 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() 5549 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() 5571 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init() 5579 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init() 5611 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 497 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument 499 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc); in INTERCEPTOR() 1702 INTERCEPT_FUNCTION(strftime_l); in InitializeInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2986 fun:strftime_l=uninstrumented
|