total             742 user/usertests.c   int seq, i, n, cc, total;
total             764 user/usertests.c     total = 0;
total             773 user/usertests.c       total += n;
total             778 user/usertests.c     if(total != N * SZ){
total             779 user/usertests.c       printf("%s: pipe1 oops 3 total %d\n", s, total);
total            1156 user/usertests.c   int fd, pid, i, j, n, total, pi;
total            1199 user/usertests.c     total = 0;
total            1207 user/usertests.c       total += n;
total            1210 user/usertests.c     if(total != N*SZ){
total            1211 user/usertests.c       printf("wrong length %d\n", total);
total            1735 user/usertests.c   int fd, i, total, cc;
total            1757 user/usertests.c   total = 0;
total            1774 user/usertests.c     total += cc;
total            1777 user/usertests.c   if(total != N*SZ){
total            2365 user/usertests.c     int total = 0;
total            2370 user/usertests.c       total += cc;
total            2373 user/usertests.c     printf("wrote %d bytes\n", total);
total            2375 user/usertests.c     if(total == 0)