Searched defs:corruptf (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/pax/ | ||
H A D | paxlib.h | 217 int (*corruptf)(Pax_t*, Paxarchive_t*, Paxfile_t*, const char*); member in struct:Pax_s 230 #define paxcorrupt(p,a,f,m) (*(p)->corruptf)(p,a,f,m) |
Completed in 27 milliseconds