Searched refs:gettrailer (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/pax/
H A Dpaxlib.h142 int (*gettrailer)(Pax_t*, Paxarchive_t*, Paxfile_t*); member in struct:Paxformat_s
H A Dpax-saveset.c94 gettrailer(ap, f);
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 Dcopy.c50 gettrailer(ap, f);
H A Dpax.h706 extern void gettrailer(Archive_t*, File_t*);
H A Dpax-tar.c667 gettrailer(ap, f);
687 gettrailer(ap, f);
H A Ddelta.c758 gettrailer(ip, f);

Completed in 24 milliseconds