Searched defs:dataf (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libvgraph/ | ||
H A D | vgraph.h | 73 { Grdata_f dataf; /* to create/delete algo data */ member in struct:_gralgo_s |
/ast/src/lib/libcodex/ | ||
H A D | codex.h | 119 int (*dataf)(Codex_t*, Codexdata_t*); member in struct:Codexmeth_s |
/ast/src/cmd/pax/ | ||
H A D | paxlib.h | 206 int (*dataf)(Pax_t*, Paxarchive_t*, Paxfile_t*, int, void*, off_t); member in struct:Pax_s 231 #define paxdata(p,a,f,d,b,n) (*(p)->dataf)(p,a,f,d,b,n) |
Completed in 19 milliseconds