Home
last modified time | relevance | path

Searched refs:outn (Results 1 – 1 of 1) sorted by relevance

/original-bsd/usr.bin/tcopy/
H A Dtcopy.c210 int eot, inmaxblk, inn, outmaxblk, outn; local
226 r1: if ((outn = read(outp, outb, outmaxblk)) == -1) {
229 outn = read(outp, outb, outmaxblk);
230 if (outn >= 0)
236 r2: if (inn != outn) {
239 "tcopy", inn, outn);