Lines Matching refs:ccount
68 if (--cw > --ccount) { \
69 cw -= ccount; \
70 while (ccount--) \
91 if ((ccount = fread(p, sizeof (char), \
94 } else if ((ccount = fread(p, \
97 blkno += (long long)ccount; \
99 ccount -= cw; \
303 int ccount; in execute() local
328 ccount = 0; in execute()
339 if (ccount <= 0) { in execute()
361 if ((ccount = fread(p, sizeof (char), in execute()
365 } else if ((ccount = fread(p, sizeof (char), in execute()
368 blkno += (long long)ccount; in execute()
398 if (ccount <= 0) { in execute()
416 if ((ccount = fread(p, sizeof (char), in execute()
418 } else if ((ccount = fread(p, sizeof (char), BUFSIZ, in execute()
420 blkno += (long long)ccount; in execute()
442 (blkno - (long long)(ccount-1)) in execute()