Home
last modified time | relevance | path

Searched defs:strftime_l (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/include/support/win32/
Dlocale_win32.h102 #define strftime_l _strftime_l macro
/external/libcxx/include/support/xlocale/
Dxlocale.h146 static inline size_t strftime_l(char *s, size_t max, const char *format, in strftime_l() function
/external/libcxx/include/support/ibm/
Dxlocale.h269 size_t strftime_l(char *__s, size_t __size, const char *__fmt, in strftime_l() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc525 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument