total             739 user/usertests.c   int seq, i, n, cc, total;
total             761 user/usertests.c     total = 0;
total             770 user/usertests.c       total += n;
total             775 user/usertests.c     if(total != N * SZ){
total             776 user/usertests.c       printf("%s: pipe1 oops 3 total %d\n", total);
total            1153 user/usertests.c   int fd, pid, i, j, n, total, pi;
total            1196 user/usertests.c     total = 0;
total            1204 user/usertests.c       total += n;
total            1207 user/usertests.c     if(total != N*SZ){
total            1208 user/usertests.c       printf("wrong length %d\n", total);
total            1732 user/usertests.c   int fd, i, total, cc;
total            1754 user/usertests.c   total = 0;
total            1771 user/usertests.c     total += cc;
total            1774 user/usertests.c   if(total != N*SZ){
total            2357 user/usertests.c     int total = 0;
total            2362 user/usertests.c       total += cc;
total            2365 user/usertests.c     printf("wrote %d bytes\n", total);
total            2367 user/usertests.c     if(total == 0)