Searched defs:seekf (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/3d/
H A Dlseek3d.c59 static Seek64_f seekf; local
67 if (!seekf)
68 seekf = (Seek64_f)sysfunc(SYS3D_lseek64);
80 r = (*seekf)(fd, off, op);
103 static Seek_f seekf; local
114 if (!seekf)
115 seekf = (Seek_f)sysfunc(SYS3D_lseek);
116 r = (*seekf)(fd, off, op);
/ast/src/lib/libcodex/
H A Dcodex.h118 Sfoff_t (*seekf)(Codex_t*, Sfoff_t, int); member in struct:Codexmeth_s
/ast/src/lib/libdss/
H A Ddss.h108 Sfoff_t (*seekf)(Dssfile_t*, Sfoff_t, Dssdisc_t*); member in struct:Dssformat_s
/ast/src/cmd/pax/
H A Dpaxlib.h211 off_t (*seekf)(Pax_t*, Paxarchive_t*, off_t, int, int); member in struct:Pax_s
238 #define paxseek(p,a,o,w,f) (*(p)->seekf)(p,a,o,w,f)
/ast/src/lib/libast/include/
H A Dsfio.h57 Sfseek_f seekf; /* seek function */ member in struct:_sfdisc_s

Completed in 17 milliseconds