Searched refs:gettrailer (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/pax/ |
H A D | paxlib.h | 142 int (*gettrailer)(Pax_t*, Paxarchive_t*, Paxfile_t*); member in struct:Paxformat_s
|
H A D | pax-saveset.c | 94 gettrailer(ap, f);
|
H A D | format.c | 787 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 D | copy.c | 50 gettrailer(ap, f);
|
H A D | pax.h | 706 extern void gettrailer(Archive_t*, File_t*);
|
H A D | pax-tar.c | 667 gettrailer(ap, f); 687 gettrailer(ap, f);
|
H A D | delta.c | 758 gettrailer(ip, f);
|
Completed in 24 milliseconds