Searched refs:strftime_l (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 177 #define strftime_l( __s, __l, __f, __tm, __loc ) strftime( __s, __l, __f, __tm ) macro 179 #define strftime_l _strftime_l macro
|
/external/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 145 inline _LIBCPP_INLINE_VISIBILITY size_t strftime_l(char *s, size_t max, in strftime_l() function
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 214 size_t strftime_l(char *__s, size_t __size, const char *__fmt, in strftime_l() function
|
/external/libcxx/src/ |
D | locale.cpp | 4806 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 4954 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 5096 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init() 5098 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init() 5105 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init() 5107 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init() 5112 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() 5115 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() 5136 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init() 5144 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init() [all …]
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 517 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument 519 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc); in INTERCEPTOR() 1536 INTERCEPT_FUNCTION(strftime_l); in InitializeInterceptors()
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-linux-gnu.abilist | 1967 {'type': 'FUNC', 'name': 'strftime_l@GLIBC_2.3'}
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2985 fun:strftime_l=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 670 PUBLIC a4f30 0 strftime_l
|