Lines Matching defs:Sfoff_t
41 /* Sfoff_t should be large enough for largest file address */
42 #define Sfoff_t intmax_t
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, int));
278 extern Sfoff_t sfsk _ARG_((Sfio_t*, Sfoff_t, int, Sfdisc_t*));
311 extern Sfoff_t sfsize _ARG_((Sfio_t*));