Searched defs:Pax_t (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/pax/ |
H A D | paxlib.h | 76 struct Pax_s; typedef struct Pax_s Pax_t; typedef in typeref:struct:Pax_s 89 typedef Paxformat_t* (*Paxlib_f)(Pax_t*); 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_ [all...] |
H A D | pax.h | 638 #define Pax_t State_t macro 724 extern void paxinit(Pax_t*, const char*);
|
Completed in 10 milliseconds