Searched refs:nrecords (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mpl/bind/dist/bin/tests/system/cacheclean/
H A Dtests.sh116 nrecords=$(filter_tree flushtest.example ns2/named_dump.db.test$n | grep -E '(TXT|ANY)' | wc -l)
117 [ $nrecords -eq 18 ] || {
119 echo_i "found $nrecords records expected 18"
129 nrecords=$(filter_tree flushtest.example ns2/named_dump.db.test$n | wc -l)
130 [ $nrecords -eq 0 ] || ret=1
213 nrecords=$(filter_tree flushtest.example ns2/named_dump.db.test$n | grep -v '^;' | grep -E '(TXT|ANY)' | wc -l)
214 [ $nrecords -eq 17 ] || {
216 echo_i "found $nrecords records expected 17"
234 nrecords=$(filter_tree flushtest.example ns2/named_dump.db.test$n | grep -E '(TXT|ANY)' | wc -l)
235 [ $nrecords
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-sflow.c490 u_int nrecords; local
498 nrecords = records;
502 while (nrecords > 0) {
557 nrecords--;
569 u_int nrecords; local
576 nrecords = GET_BE_U_4(sflow_counter_sample->records);
582 nrecords);
586 nrecords);
594 u_int nrecords; local
602 nrecords
679 u_int nrecords; local
766 u_int nrecords; local
796 u_int nrecords; local
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dosdep-freebsd.c142 int nrecords, i; local
147 if ((info = kinfo_getfile(pgrp, &nrecords)) == NULL)
150 for (i = 0; i < nrecords; i++) {
/netbsd-current/sys/dev/acpi/
H A Dapei_erst.c288 uint64_t nrecords = apei_erst_act(sc, ACPI_ERST_GET_RECORD_COUNT, 0); local
299 nrecords, logbytes, logaddr, attrbuf);
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSCore/
H A DuDNS.c3263 int nrecords = 0; local
3288 nrecords = 0;
3347 if (!nrecords)
3361 LogInfo("SendGroupUpdates:1: Parsed %d records and sending using %s, spaceleft %d, rrSize %d", nrecords, ARDisplayString(m, anchorRR), spaceleft, rrSize);
3382 nrecords++;
3398 LogInfo("SendGroupUpdates: Parsed %d records and sending using %s", nrecords, ARDisplayString(m, anchorRR));

Completed in 269 milliseconds