Searched defs:Paxarchive_t (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/pax/ |
H A D | paxlib.h | 77 #ifndef Paxarchive_t 78 struct Paxarchive_s; typedef struct Paxarchive_s Paxarchive_t; typedef in typeref:struct:Paxarchive_s 138 int (*done)(Pax_t*, Paxarchive_t*); 139 int (*getprologue)(Pax_t*, Paxformat_t*, Paxarchive_t*, Paxfile_t*, unsigned char*, size_t); 140 int (*getheader)(Pax_t*, Paxarchive_t*, Paxfile_t*); 141 int (*getdata)(Pax_t*, Paxarchive_t*, Paxfile_t*, int); 142 int (*gettrailer)(Pax_t*, Paxarchive_t*, Paxfile_t*); 143 int (*getepilogue)(Pax_t*, Paxarchive_t*); 144 int (*putprologue)(Pax_t*, Paxarchive_t*, int); 145 int (*putheader)(Pax_t*, Paxarchive_t*, Paxfile_ [all...] |
H A D | pax.h | 640 #define Paxarchive_t Archive_t macro
|
Completed in 34 milliseconds