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

/freebsd-10-stable/contrib/libc++/src/
H A Dlocale.cpp96 countof(const T (&)[N])
105 countof(const T * const begin, const T * const end) function in namespace:__anon1707
4731 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_);
4879 strftime_l(buf, countof(buf), f, &t, __loc_);
4885 size_t j = mbsrtowcs_l( wbb, &bb, countof(wbuf), &mb, __loc_);
4887 size_t j = __mbsrtowcs_l( wbb, &bb, countof(wbuf), &mb, __loc_);
5025 strftime_l(buf, countof(buf), "%A", &t, __loc_);
5027 strftime_l(buf, countof(buf), "%a", &t, __loc_);
5034 strftime_l(buf, countof(buf), "%B", &t, __loc_);
5036 strftime_l(buf, countof(bu
[all...]
/freebsd-10-stable/contrib/ldns-host/
H A Dldns-host.c25 #define countof(array) (sizeof(array)/sizeof(*(array))) macro
389 for (i = 0; i < countof(rr_types); i++) {

Completed in 118 milliseconds