Lines Matching refs:nchar
104 int i, n1, n2, nchar;158 if ((nchar = read(0, (char *)&header, sizeof (header)))160 exit(nchar);163 nchar = header.count;164 buf = (char *)malloc(nchar);166 if (read(0, buf, nchar) != nchar)168 while (nchar--) {179 nchar = header.count;180 if (write(1, buf, nchar) != nchar)