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

/ast/src/cmd/pax/
H A Dformat.c787 gettrailer(register Archive_t* ap, File_t* f) function
791 message((-6, "gettrailer()"));
799 if (ap->format->gettrailer)
800 (*ap->format->gettrailer)(&state, ap, f);
H A Dpaxlib.h142 int (*gettrailer)(Pax_t*, Paxarchive_t*, Paxfile_t*); member in struct:Paxformat_s

Completed in 34 milliseconds