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

/freebsd-9.3-release/usr.bin/tcopy/
H A Dtcopy.c229 int eot, inmaxblk, inn, outmaxblk, outn; local
233 inmaxblk = outmaxblk = maxblk;
245 r1: if ((outn = read(outp, outb, outmaxblk)) == -1) {
247 while (errno == EINVAL && (outmaxblk -= 1024)) {
248 outn = read(outp, outb, outmaxblk);

Completed in 146 milliseconds