Home
last modified time | relevance | path

Searched refs:countof (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp96 inline constexpr size_t countof(const T (&)[N]) { in countof() function
101 inline constexpr size_t countof(const T* const begin, const T* const end) { in countof() function
4470 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
4601 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
4606 size_t j = __libcpp_mbsrtowcs_l(wbb, &bb, countof(wbuf), &mb, __loc_); in __analyze()
4727 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
4729 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
4735 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
4737 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
4742 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
[all …]
/freebsd/contrib/ldns-host/
H A Dldns-host.c23 #define countof(array) (sizeof(array)/sizeof(*(array))) macro
523 for (i = 0; i < countof(rr_types); i++) { in print_rr_short()