Searched refs:bwrite (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/pax/
H A Dpaxlib.c106 bwrite(ap, (void*)b, n);
H A Dpax.h674 extern void bwrite(Archive_t*, void*, off_t);
H A Dbio.c812 bwrite(register Archive_t* ap, void* ab, register off_t n) function
839 message((-7, "bwrite(%s,%I*d@%I*d): %s", ap->name, sizeof(n), n, sizeof(ap->io->count), ap->io->count + n, show(b, n)));
841 message((-7, "bwrite(%s,%I*d@%I*d):", ap->name, sizeof(n), n, sizeof(ap->io->count), ap->io->count + n));
871 message((-7, "bwrite(%s,%I*d@%I*d): %s", ap->name, sizeof(n), n, sizeof(ap->io->count), ap->io->count + n, show(b, n)));
873 message((-7, "bwrite(%s,%I*d@%I*d):", ap->name, sizeof(n), n, sizeof(ap->io->count), ap->io->count + n));
913 * bwrite() n chars that have been placed in the
937 bwrite(ap, ap->io->next = ap->io->buffer + ap->io->unread + state.blocksize, n);
H A Dformat.c475 bwrite(ap, state.tmp.buffer, n);
851 bwrite(ap, state.tmp.buffer, n);
H A Ddelta.c257 bwrite(ap, ap->delta->hdrbuf, n);
283 bwrite(ap, s, n);
1029 bwrite(dp->bp, buf, n);

Completed in 22 milliseconds