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

/ast/src/cmd/pax/
H A Dpaxlib.c99 bunread(ap, b, n);
H A Dformat.c80 bunread(ap, buf, n);
144 bunread(ap, buf, n);
407 bunread(ap, buf, BLOCKSIZE);
H A Dpax.h210 #define MAXUNREAD (8*BLOCKSIZE) /* max bunread() count */
673 extern void bunread(Archive_t*, void*, int);
H A Dbio.c515 bunread(ap, b, r);
534 bunread(register Archive_t* ap, void* b, register int n) function
543 error(PANIC, "bunread(%s,%d): too much pushback", ap->name, n);
548 message((-7, "bunread(%s,%d@%I*d) %s: %s", ap->name, n, sizeof(ap->io->count), ap->io->count, bstatus(ap->io), show(ap->io->next, n)));
H A Ddelta.c142 bunread(ap, s, n);

Completed in 145 milliseconds