Home | History | Annotate | Download | only in tcopy

Lines Matching defs:inp

78 	int ch, needeof, nw, inp, outp;
138 if ((inp = open(inf, O_RDONLY, 0)) < 0)
144 verify(inp, outp, buff);
153 if ((nread = read(inp, buff, maxblk)) == -1) {
155 nread = read(inp, buff, maxblk);
226 writeop(inp, MTREW);
227 verify(inp, outp, buff);
234 verify(int inp, int outp, char *outb)
242 if ((inn = read(inp, inb, inmaxblk)) == -1) {
245 inn = read(inp, inb, inmaxblk);