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

/netbsd-current/external/bsd/less/dist/lesstest/
H A Dlt_types.h31 #undef countof macro
32 #define countof(a) (sizeof(a)/sizeof(*a)) macro
H A Dunicode.c36 return is_in_table(ch, wide_chars, countof(wide_chars));
40 return is_in_table(ch, compose_table, countof(compose_table)) ||
41 is_in_table(ch, fmt_table, countof(fmt_table));
46 for (i = 0; i < countof(comb_table); i++) {
H A Denv.c110 for (i = 0; i < countof(tcvars); ++i) {
H A Dlt_screen.c91 if (screen.param_top >= (int) countof(screen.params)-1) {
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp118 countof(const T (&)[N])
127 countof(const T * const begin, const T * const end) function in namespace:__anon1250
4983 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_);
5131 strftime_l(buf, countof(buf), f, &t, __loc_);
5136 size_t j = __libcpp_mbsrtowcs_l( wbb, &bb, countof(wbuf), &mb, __loc_);
5273 strftime_l(buf, countof(buf), "%A", &t, __loc_);
5275 strftime_l(buf, countof(buf), "%a", &t, __loc_);
5282 strftime_l(buf, countof(buf), "%B", &t, __loc_);
5284 strftime_l(buf, countof(buf), "%b", &t, __loc_);
5289 strftime_l(buf, countof(bu
[all...]
/netbsd-current/external/apache2/mDNSResponder/dist/Clients/
H A Ddnssdutil.c6249 const RecordType * const end = kRecordTypes + countof( kRecordTypes );
6346 const RecordType * const end = kRecordTypes + countof( kRecordTypes );
7242 const ServiceType * const end = kServiceTypes + countof( kServiceTypes );
7619 check( c < (int) countof( kASCIItoHexTable ) );
7702 lim = dst + ( countof( scopeStr ) - 1 );

Completed in 148 milliseconds