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

/ast/src/cmd/pax/
H A Dbio.c647 #ifndef bsave
654 bsave(register Archive_t* ap) function
657 message((-7, "bsave(%s,@%I*d)", ap->name, sizeof(ap->io->count), ap->io->count));
663 * back up input to bsave()'d position and prime output buffer
H A Dpax.h67 #define bsave(ap) (state.backup=(*(ap)->io),error(-7, "bsave(%s,@%I*d)", ap->name, sizeof(ap->io->count), ap->io->count)) macro
236 unsigned int fill; /* bsave fill serial */ \

Completed in 11 milliseconds