Lines Matching defs:amt
1147 int x, readerr, f, amt;
1242 amt = bp->cnt;
1243 if (i + amt > stb.st_size)
1244 amt = stb.st_size - i;
1246 read(f, bp->buf, amt) != amt)
1248 (void) desrcpwrite(rem, bp->buf, amt);
1260 amt = MIN(size, SENDFILE_SIZE);
1261 cnt = sendfile(rem, f, &off, amt);
1418 int amt, count, exists, first, mask, mode;
1638 amt = RCP_BUFSIZE;
1639 if (i + amt > size)
1640 amt = size - i;
1641 count += amt;
1643 j = desrcpread(rem, cp, amt);
1671 amt -= j;
1673 } while (amt > 0);