Searched defs:Sfoff_t (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 41 /* 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...] |
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 41 /* 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...] |
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 41 /* 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...] |
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 41 /* 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...] |
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 41 /* 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...] |
Completed in 71 milliseconds