Lines Matching defs:bytes
54 static int nofiles, fd, bytes, i, status;
121 * Since its filesize is truncated to only 10 bytes, the
152 bytes = write(fd, buf, 26);
153 if (bytes != 10) {
154 if (write(pipefd[1], &bytes, sizeof(bytes)) < (long)sizeof(bytes)) {
179 if (read(pipefd[0], &bytes, sizeof(bytes)) < (long)sizeof(bytes))
184 "10 got %d", bytes);