Searched defs:strftime_l (Results 1 – 10 of 10) 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/cronet/third_party/libc++/src/src/support/win32/ |
| D | locale_win32.cpp | 138 size_t strftime_l(char *ret, size_t n, const char *format, const struct tm *tm, in strftime_l() function
|
| /external/cronet/third_party/libc++/src/include/__support/xlocale/ |
| D | __posix_l_fallback.h | 97 strftime_l(char* __s, size_t __max, const char* __format, const struct tm* __tm, locale_t) { in strftime_l() function
|
| /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/cronet/third_party/libc++/src/include/__support/win32/ |
| D | locale_win32.h | 262 #define strftime_l _strftime_l macro
|
| /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/rust/crates/libc/src/unix/linux_like/linux/musl/ |
| D | mod.rs | 892 pub fn strftime_l( in strftime_l() function
|
| /external/rust/crates/libc/src/unix/bsd/ |
| D | mod.rs | 910 pub fn strftime_l( in strftime_l() function
|
| /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
|
| /external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
| D | mod.rs | 1487 pub fn strftime_l( in strftime_l() function
|