Lines Matching defs:must
373 * if must!=0 then EOF causes query for next input volume file
377 bfill(register Archive_t* ap, int must)
387 if (must)
432 * if must!=0 then EOF causes query for next input volume file
436 bread(register Archive_t* ap, void* ob, off_t n, off_t m, int must)
458 if (must)
498 if (bfill(ap, must) < 0)
564 int must;
575 must = 0;
578 must = 1;
599 message((-8, "bget(%s,%I*d,%d): reallocate %u=>%d", ap->name, sizeof(n), n, must, ap->io->buffersize, m));
626 message((-8, "bget(%s,%I*d,%d) overlapping memcpy n=%I*d i=%d m=%d next=%p last=%p", ap->name, sizeof(n), n, must, sizeof(n), n, i, m, ap->io->next + n, ap->io->last));
632 message((-8, "bget(%s,%I*d,%d): slide %u align %u", ap->name, sizeof(n), n, must, i, j));
638 if (bfill(ap, must) < 0)
643 message((-7, "bget(%s,%I*d@%I*d,%d): %s", ap->name, sizeof(n), n, sizeof(ap->io->count), ap->io->count, must, show(b, n)));