Home | History | Annotate | Download | only in setrlimit

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))
155 < sizeof(bytes)) {
180 if (read(pipefd[0], &bytes, sizeof(bytes)) < sizeof(bytes))
185 "10 got %d", bytes);