Lines Matching defs:tot
371 u_int tot, n, size, nread;
384 tot = 0;
386 n = fread(buf + tot, 1, nread, f);
387 tot += n;
398 playdata(buf, tot, name);
403 playdata(u_char *buf, u_int tot, const char *name)
417 end = buf + tot;
419 printf("Playing %s (%d bytes)", name, tot);
425 if (tot < MARK_LEN + 4) {
434 if ((u_int)GET32_LE(buf + MARK_LEN) != tot - 8) {