Lines Matching defs:total
1630 ssize_t total;
1722 total = count;
1880 if (count < total)
1881 retval = total - count;
1890 retval = total - count;
2107 ssize_t total;
2179 for (total = 0, special = 0; total < count && !special;) {
2183 special = read_tape(STp, count - total, &SRpnt);
2197 (int)(count - total));
2199 transfer = STbp->buffer_bytes < count - total ?
2200 STbp->buffer_bytes : count - total;
2209 total += transfer;
2215 } /* for (total = 0, special = 0;
2216 total < count && !special; ) */
2219 if (total == 0) {
2234 retval = total;
4069 int count, total;
4075 total=st_bp->buffer_bytes - offset;
4083 st_bp->buffer_bytes = st_bp->read_pointer = total;
4084 for (dst_seg=dst_offset=0; total > 0; ) {
4101 total -= count;