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

/ast/src/lib/libast/include/
H A Dsfio.h41 /* Sfoff_t should be large enough for largest file address */
42 #define Sfoff_t intmax_t macro
49 typedef Sfoff_t (*Sfseek_f)_ARG_((Sfio_t*, Sfoff_t, int, Sfdisc_t*));
240 extern int sfresize _ARG_((Sfio_t*, Sfoff_t));
252 extern Sfoff_t sfmove _ARG_((Sfio_t*, Sfio_t*, Sfoff_t, int));
254 extern Sfoff_t sftell _ARG_((Sfio_t*));
255 extern Sfoff_t sfseek _ARG_((Sfio_t*, Sfoff_t, in
[all...]
/ast/src/lib/libvcodex/
H A Dvcodex.h55 #define Sfoff_t off_t /* file offset type */ macro
80 #define sfseek(s,p,t) (fseek((s),(long)(p),(t)) >= 0 ? (Sfoff_t)ftell(s) : (Sfoff_t)(-1))
90 extern Sfoff_t sfsize _ARG_((Sfio_t*));

Completed in 14 milliseconds