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.cpp98 inline constexpr size_t countof(const T (&)[N]) { in countof() function
4603 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
4729 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
4731 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
4737 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
4739 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
4744 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
4747 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
4766 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
4805 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()