Searched refs:__strftime (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/no_locale/ |
| H A D | characters.h | 88 __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 D | windows.h | 245 _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 D | bsd_like.h | 148 __strftime(char* __s, size_t __max, const char* __format, const struct tm* __tm, __locale_t __loc) { in __strftime() function
|
| H A D | linux.h | 175 __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 D | locale.cpp | 4386 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 D | locale_base_api.h | 247 __strftime(char* __s, size_t __max, const char* __format, const tm* __tm, __locale_t __loc) { in __strftime() function
|