Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h
/llvm-project/libcxx/src/support/win32/
H A Dlocale_win32.cpp128 size_t strftime_l(char* ret, size_t n, const char* format, const struct tm* tm, locale_t loc) { strftime_l() function
/llvm-project/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h93 strftime_l(char* __s, size_t __max, const char* __format, const struct tm* __tm, locale_t) { strftime_l() function
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp596 INTERCEPTOR(SIZE_T,strftime_l,char * s,SIZE_T max,const char * format,__sanitizer_tm * tm,void * loc) INTERCEPTOR() argument