Home
last modified time | relevance | path

Searched refs:rcount (Results 1 – 10 of 10) sorted by relevance

/original-bsd/local/local.cmd/
H A Ddis.c69 short rcount; variable
109 case 'c': rcount = atoi(&argv[0][1]);
154 rc = rcount;
171 if ( rcount && !rc )
175 rc = rcount;
222 if ( rcount )
/original-bsd/bin/cp/
H A Dutils.c35 int ch, checkch, from_fd, rcount, rval, to_fd, wcount; local
104 while ((rcount = read(from_fd, buf, MAXBSIZE)) > 0) {
105 wcount = write(to_fd, buf, rcount);
106 if (rcount != wcount || wcount == -1) {
112 if (rcount < 0) {
/original-bsd/sys/dev/
H A Dcd.c444 register long bcount, rcount; local
467 for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount) {
469 rcount = cbp->b_bcount;
471 bn += btodb(rcount);
472 addr += rcount;
/original-bsd/old/lex/
H A Donce.c127 long rcount; variable
H A Dheader.c107 tptr, treesize, nxtpos-positions, maxpos, stnum+1, nstates, rcount); in statistics()
H A Dldefs.c158 extern long rcount;
H A Dsub2.c386 rcount += cnt;
/original-bsd/old/cu/
H A Dcu.c454 int rcount; local
503 rcount = 0;
505 rcount++;
521 prf("stopped after %d bytes", rcount);
/original-bsd/old/pcc/mip/
H A Dreader.c467 rcount();
479 rcount();
1048 rcount(){ /* count recursions */ in rcount() function
H A Dmatch.c303 rcount();