Searched refs:bget (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/pax/ |
H A D | paxlib.c | 58 return bget(ap, n, p);
|
H A D | copy.c | 212 if (!(s = bget(ap, n, NiL))) 292 if (!(s = bget(ap, n, NiL)))
|
H A D | pax.h | 667 extern char* bget(Archive_t*, off_t, off_t*);
|
H A D | bio.c | 404 * 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()
|
H A D | delta.c | 1155 if ((op & (DELTA_BIO|DELTA_OUTPUT)) == DELTA_BIO && dp->vd.size > 0 && dp->vd.size <= state.buffersize && (dp->vd.data = bget(dp->bp, dp->vd.size, NiL)))
|
Completed in 21 milliseconds