Lines Matching defs:residue
337 off_t residue = 0; /* input file size mod UTRSZ */
368 residue = Wtstat.st_size % UTRSZ;
371 /* if residue != 0, part of the file may be misaligned */
374 (residue > 0);
378 * Implying residue > 0 and want_ok == INRANGE_PASS.
398 if ((residue > 0) && (is_ok == INRANGE_ERR)) {
404 * might move forward here (by residue bytes, less
411 recin = lastok + UTRSZ + residue;
412 residue = 0;
433 /* assert: residue == 0 or is_ok >= INRANGE_DROP here */