Searched defs:bget (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/pax/
H A Dbio.c404 * sum and convert a bread()/bget() chunk
557 bget(register Archive_t* ap, register off_t n, off_t* p) function
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));
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)));
914 * buffer returned by a previous bget()

Completed in 22 milliseconds