Searched refs:outmaxblk (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/tcopy/
H A Dtcopy.c223 int eot, inmaxblk, inn, outmaxblk, outn; local
227 inmaxblk = outmaxblk = maxblk;
239 r1: if ((outn = read(outp, outb, outmaxblk)) == -1) {
241 while (errno == EINVAL && (outmaxblk -= 1024)) {
242 outn = read(outp, outb, outmaxblk);

Completed in 113 milliseconds