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

/ast/src/cmd/pax/
H A Dpaxlib.h54 #define PAX_LINKTYPE (1<<12) /* Paxfile_t.linktype supported */
80 #ifndef Paxfile_t
81 struct Paxfile_s; typedef struct Paxfile_s Paxfile_t; typedef in typeref:struct:Paxfile_s
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*);
145 int (*putheader)(Pax_t*, Paxarchive_t*, Paxfile_t*);
146 int (*putdata)(Pax_t*, Paxarchive_t*, Paxfile_t*, int);
147 int (*puttrailer)(Pax_t*, Paxarchive_t*, Paxfile_t*);
[all...]
H A Dpax.h642 #define Paxfile_t File_t macro

Completed in 51 milliseconds