Searched refs:putepilogue (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/pax/
H A Dpaxlib.h148 off_t (*putepilogue)(Pax_t*, Paxarchive_t*); member in struct:Paxformat_s
H A Dformat.c431 putepilogue(register Archive_t* ap) function
436 message((-6, "putepilogue()"));
470 if (!ap->format->putepilogue || (boundary = (*ap->format->putepilogue)(&state, ap)) <= 0)
751 putepilogue(ap);
H A Dpax.h729 extern void putepilogue(Archive_t*);
H A Dbio.c1034 if (ap->format->putepilogue && (*ap->format->putepilogue)(&state, ap) < 0)
H A Dmisc.c1070 putepilogue(ap);
H A Ddelta.c814 putepilogue(op);

Completed in 46 milliseconds