Lines Matching defs:total
1629 ssize_t total;
1721 total = count;
1879 if (count < total)
1880 retval = total - count;
1889 retval = total - count;
2106 ssize_t total;
2178 for (total = 0, special = 0; total < count && !special;) {
2182 special = read_tape(STp, count - total, &SRpnt);
2196 (int)(count - total));
2198 transfer = STbp->buffer_bytes < count - total ?
2199 STbp->buffer_bytes : count - total;
2208 total += transfer;
2214 } /* for (total = 0, special = 0;
2215 total < count && !special; ) */
2218 if (total == 0) {
2233 retval = total;
4099 int count, total;
4105 total=st_bp->buffer_bytes - offset;
4113 st_bp->buffer_bytes = st_bp->read_pointer = total;
4114 for (dst_seg=dst_offset=0; total > 0; ) {
4131 total -= count;