Searched defs:unreadf (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/pax/ | ||
H A D | paxlib.h | 214 int (*unreadf)(Pax_t*, Paxarchive_t*, void*, off_t); member in struct:Pax_s 241 #define paxunread(p,a,b,n) (*(p)->unreadf)(p,a,b,n) |
Completed in 12 milliseconds