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

/macosx-10.10.1/bind9-45.101/bind9/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
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/collationperf/
H A Dcollperf.cpp842 int linecount = 0; local
843 while (linecount < gNumFileLines) {
844 UChar *str = gFileLines[linecount].name;
845 int strlen = haslen?gFileLines[linecount].len:-1;
851 linecount ++;
862 int linecount = 0; local
863 while (linecount < gNumFileLines) {
864 UChar *str = gFileLines[linecount].name;
865 int strlen = haslen?gFileLines[linecount].len:-1;
867 linecount
886 int linecount = 0; local
1005 int linecount = 0; local
1026 int linecount = 0; local
1050 int linecount = 0; local
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_jjy.c170 int linecount ; member in struct:jjyunit
443 if ( pp->lencode > 0 && up->linecount < up->lineexpect ) {
444 if ( bCntrlChar == 0 && up->charcount < up->charexpect[up->linecount] ) return ;
459 up->linecount ++ ;
488 if ( up->linecount <= up->lineexpect && up->charcount > up->charexpect[up->linecount-1] ) {
489 for ( i = 0 ; i < up->charcount - up->charexpect[up->linecount-1] ; i ++ ) {
490 up->rawbuf[i] = up->rawbuf[i+up->charexpect[up->linecount-1]] ;
492 up->charcount -= up->charexpect[up->linecount-1] ;
594 switch ( up->linecount ) {
[all...]
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dpprint.h59 uint linecount; member in struct:_TidyPrintImpl
/macosx-10.10.1/libiconv-42/libiconv/tests/
H A Duniq-u.c159 writeline (const struct linebuffer *line, FILE *stream, int linecount) argument
161 if (linecount == 0)
/macosx-10.10.1/pcre-7/pcre/
H A Dpcregrep.c1121 int linecount = 0; local
1124 while (p < ptr && linecount < after_context)
1127 linecount++;
1160 int linecount = 0; local
1164 linecount < before_context)
1166 linecount++;
1178 if (number) fprintf(stdout, "%d-", linenumber - linecount--);
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DParser.pm360 my $linecount = ($chomped =~ tr/\n//); # newlines in chomped whitespace
361 $linecount ||= 0;
362 $prelines += $linecount;
363 $dirlines -= $linecount;
/macosx-10.10.1/groff-38/groff/src/devices/grops/
H A Dpsrm.cpp826 unsigned linecount = 0; local
839 linecount++;
846 linecount++;
849 } while ((unit == Bytes ? bytecount : linecount) < numberof);
/macosx-10.10.1/vim-55/src/
H A Dex_cmds.c1073 linenr_T linecount; local
1094 linecount = line2 - line1 + 1;
1261 if (read_linecount >= linecount)
1263 mark_adjust(line1, line2, linecount, 0L);
1269 linecount, 0L);
1279 del_lines(linecount, TRUE);
1280 curbuf->b_op_start.lnum -= linecount; /* adjust '[ */
1281 curbuf->b_op_end.lnum -= linecount; /* adjust '] */
1282 write_lnum_adjust(-linecount); /* adjust last line
1293 linecount
[all...]
H A Dfold.c2411 linenr_T linecount = flp->wp->w_buffer->b_ml.ml_line_count - flp->off; local
2503 || flp->lnum == linecount))
2636 if (lvl < level || flp->lnum > linecount)
2691 if (++flp->lnum > linecount)
2699 if (flp->lnum > linecount)
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_line.c1035 Dwarf_Signed * linecount, Dwarf_Error * error)
1046 *linecount = count;
1379 Dwarf_Signed * linecount, Dwarf_Error * error)
1033 dwarf_srclines(Dwarf_Die die, Dwarf_Line ** linebuf, Dwarf_Signed * linecount, Dwarf_Error * error) argument
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Druntests.pl4939 my $linecount = 0;
4954 $linecount++;
4955 $truncate = $linecount > 1000;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dnssec/
H A Dtests.sh1049 linecount=`grep "./RSAMD5/$keyid ; trusted" ns4/named.secroots | wc -l`
1050 [ "$linecount" -eq 1 ] || ret=1
1051 linecount=`cat ns4/named.secroots | wc -l`
1052 [ "$linecount" -eq 5 ] || ret=1

Completed in 299 milliseconds