/src/usr.bin/split/ |
split.c | 182 char bfr[MAXBSIZE]; local in function:split1 188 switch (len = read(ifd, bfr, MAXBSIZE)) { 206 if (bigwrite(ofd, bfr, dist) != (size_t)dist) 209 for (C = bfr + dist; len >= bytecnt; 235 if (bigwrite(ofd, bfr, len) != (size_t)len) 252 char bfr[MAXBSIZE]; local in function:split2 255 switch (len = read(ifd, bfr, MAXBSIZE)) { 267 for (Cs = Ce = bfr; len--; Ce++)
|
split.c | 182 char bfr[MAXBSIZE]; local in function:split1 188 switch (len = read(ifd, bfr, MAXBSIZE)) { 206 if (bigwrite(ofd, bfr, dist) != (size_t)dist) 209 for (C = bfr + dist; len >= bytecnt; 235 if (bigwrite(ofd, bfr, len) != (size_t)len) 252 char bfr[MAXBSIZE]; local in function:split2 255 switch (len = read(ifd, bfr, MAXBSIZE)) { 267 for (Cs = Ce = bfr; len--; Ce++)
|
split.c | 182 char bfr[MAXBSIZE]; local in function:split1 188 switch (len = read(ifd, bfr, MAXBSIZE)) { 206 if (bigwrite(ofd, bfr, dist) != (size_t)dist) 209 for (C = bfr + dist; len >= bytecnt; 235 if (bigwrite(ofd, bfr, len) != (size_t)len) 252 char bfr[MAXBSIZE]; local in function:split2 255 switch (len = read(ifd, bfr, MAXBSIZE)) { 267 for (Cs = Ce = bfr; len--; Ce++)
|
split.c | 182 char bfr[MAXBSIZE]; local in function:split1 188 switch (len = read(ifd, bfr, MAXBSIZE)) { 206 if (bigwrite(ofd, bfr, dist) != (size_t)dist) 209 for (C = bfr + dist; len >= bytecnt; 235 if (bigwrite(ofd, bfr, len) != (size_t)len) 252 char bfr[MAXBSIZE]; local in function:split2 255 switch (len = read(ifd, bfr, MAXBSIZE)) { 267 for (Cs = Ce = bfr; len--; Ce++)
|