Lines Matching defs:got
25 int got, total = 0;29 got = read(fd, buf, count);30 if (got == -1) {35 if (got == 0) {41 buf += got;42 total += got;43 count -= got;50 int fd, got, i;64 got = full_read(0, buf, sizeof(buf));65 if (got == 0)67 if (got == sizeof(buf)) {78 write(fd, buf, got);