Searched refs:linecount (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dlvauto/
H A Dtests.sh49 linecount=`grep "\./RSAMD5/.* ; managed" ns2/named.secroots | wc -l`
50 [ "$linecount" -eq 0 ] || ret=1
51 linecount=`grep "dlv.isc.org/RSAMD5/.* ; managed" ns2/named.secroots | wc -l`
52 [ "$linecount" -eq 2 ] || ret=1
53 linecount=`cat ns2/named.secroots | wc -l`
54 [ "$linecount" -eq 13 ] || ret=1
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_jjy.c189 int linecount ; member in struct:jjyunit
512 if ( pp->lencode > 0 && up->linecount < up->lineexpect ) {
514 up->charcount < up->charexpect[up->linecount] )
530 up->linecount ++ ;
559 if ( up->linecount <= up->lineexpect &&
560 up->charcount > up->charexpect[up->linecount-1] ) {
562 i < up->charcount - up->charexpect[up->linecount-1] ;
564 up->rawbuf[i] = up->rawbuf[i+up->charexpect[up->linecount-1]] ;
566 up->charcount -= up->charexpect[up->linecount-1] ;
688 switch ( tristate_jjy01_command_sequence[up->linecount
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dvs_msg.c437 ++vip->linecount;
442 --vip->linecount;
451 ++vip->linecount;
627 vip->linecount = vip->lcontinue = vip->totalcount = 0;
633 vip->linecount = vip->lcontinue = vip->totalcount = 0;
737 vip->linecount = vip->lcontinue = vip->totalcount = 0;
777 if (wtype == SCROLL_W_QUIT && vip->linecount < sp->t_maxrows)
819 vip->linecount = 0;
H A Dvi.h249 size_t linecount; /* 1-N: Output overwrite count. */ member in struct:_vi_private
H A Dv_txt.c499 vip->linecount = vip->lcontinue = vip->totalcount = 0;
/netbsd-6-1-5-RELEASE/sbin/raidctl/
H A Drf_configure.c494 int i, j, numFound, linecount, tableNum, tupleNum, local
543 linecount = req->TablesPerSpareRegion * req->TableDepthInPUs;
544 for (i = 0; i < linecount; i++) {
549 "of %d lines", i, linecount);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grops/
H A Dpsrm.cpp828 unsigned linecount = 0; local
841 linecount++;
848 linecount++;
851 } while ((unit == Bytes ? bytecount : linecount) < numberof);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dnssec/
H A Dtests.sh1161 linecount=`grep "./RSAMD5/$keyid ; trusted" ns4/named.secroots | wc -l`
1162 [ "$linecount" -eq 1 ] || ret=1
1163 linecount=`cat ns4/named.secroots | wc -l`
1164 [ "$linecount" -eq 5 ] || ret=1
/netbsd-6-1-5-RELEASE/etc/
H A DMAKEDEV.tmpl366 # linecount multiline_string
369 linecount()
2119 $(linecount "$("$HOST_SH" "$0.local" $opts -s all)") ))

Completed in 202 milliseconds