Home
last modified time | relevance | path

Searched refs:__strftime (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/no_locale/
H A Dcharacters.h88 __strftime(char* __s, size_t __max, const char* __format, const struct tm* __tm, __locale_t) { in __strftime() function
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/
H A Dwindows.h245 _LIBCPP_EXPORTED_FROM_ABI size_t __strftime(char*, size_t, const char*, const struct tm*, __locale_…
248 __strftime(char* __ret, size_t __n, const char* __format, const struct tm* __tm, __locale_t __loc) { in __strftime() function
H A Dbsd_like.h148 __strftime(char* __s, size_t __max, const char* __format, const struct tm* __tm, __locale_t __loc) { in __strftime() function
H A Dlinux.h175 __strftime(char* __s, size_t __max, const char* __format, const struct tm* __tm, __locale_t __loc) { in __strftime() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4386 size_t n = __locale::__strftime(buf, countof(buf), f, &t, __loc_); in __analyze()
4517 __locale::__strftime(buf, countof(buf), f, &t, __loc_); in __analyze()
4643 __locale::__strftime(buf, countof(buf), "%A", &t, __loc_); in init()
4645 __locale::__strftime(buf, countof(buf), "%a", &t, __loc_); in init()
4651 __locale::__strftime(buf, countof(buf), "%B", &t, __loc_); in init()
4653 __locale::__strftime(buf, countof(buf), "%b", &t, __loc_); in init()
4658 __locale::__strftime(buf, countof(buf), "%p", &t, __loc_); in init()
4661 __locale::__strftime(buf, countof(buf), "%p", &t, __loc_); in init()
4680 __locale::__strftime(buf, countof(buf), "%A", &t, __loc_); in init()
4688 __locale::__strftime(buf, countof(buf), "%a", &t, __loc_); in init()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dlocale_base_api.h247 __strftime(char* __s, size_t __max, const char* __format, const tm* __tm, __locale_t __loc) { in __strftime() function