Lines Matching defs:len
45 int i, len, space;
53 while (0<(len = readall(fd, toybuf,
56 pos += len;
59 for (i=0; i<len;) {
69 for (i=0; i<len; i++)
74 if (len<0) perror_exit("read");
80 int c = 1, i, len;
84 while ((len = read(fd, toybuf, sizeof(toybuf))) > 0) {
85 total += len;
86 for (i = 0; i < len; ++i) {
94 if (len < 0) perror_msg_raw(name);