Searched defs:bwrite (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/pax/ |
H A D | bio.c | 812 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);
|
Completed in 13 milliseconds