Lines Matching refs:total
26 * total is the total file size, <=0 if not available
43 recfmt(const void* buf, size_t size, off_t total)
81 if ((t = (unsigned char*)memchr((void*)s, k = terminators[i], size / 2)) && (n = t - s + 1) > 1 && (total <= 0 || !(total % n)))
117 if ((total <= 0 || !(total % i)) && q->rep[i] > q->rep[n])
133 if (m <= 1 && n <= 2 && total > 1 && total < 256)
140 n = n ? 0 : total;
152 off_t total;
160 total = sfsize(sfstdin);
161 sfprintf(sfstdout, "%d\n", recfmt(s, size, total));