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

/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp118 countof(const T (&)[N])
127 countof(const T * const begin, const T * const end) function in namespace:__anon2616
4797 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_);
4945 strftime_l(buf, countof(buf), f, &t, __loc_);
4950 size_t j = __libcpp_mbsrtowcs_l( wbb, &bb, countof(wbuf), &mb, __loc_);
5087 strftime_l(buf, countof(buf), "%A", &t, __loc_);
5089 strftime_l(buf, countof(buf), "%a", &t, __loc_);
5096 strftime_l(buf, countof(buf), "%B", &t, __loc_);
5098 strftime_l(buf, countof(buf), "%b", &t, __loc_);
5103 strftime_l(buf, countof(bu
[all...]
/freebsd-13-stable/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++) {

Completed in 97 milliseconds