Searched defs:Sfio_t (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/astsa/
H A Dast.h118 #define Sfio_t FILE macro
151 extern char* sfgetr(Sfio_t*, int, int);
/ast/src/lib/libast/include/
H A Dsfio.h32 typedef struct _sfio_s Sfio_t; typedef in typeref:struct:_sfio_s
47 typedef ssize_t (*Sfread_f)_ARG_((Sfio_t*, Void_t*, size_t, Sfdisc_t*));
48 typedef ssize_t (*Sfwrite_f)_ARG_((Sfio_t*, const Void_t*, size_t, Sfdisc_t*));
49 typedef Sfoff_t (*Sfseek_f)_ARG_((Sfio_t*, Sfoff_t, int, Sfdisc_t*));
50 typedef int (*Sfexcept_f)_ARG_((Sfio_t*, int, Void_t*, Sfdisc_t*));
51 typedef int (*Sfwalk_f)_ARG_((Sfio_t*, Void_t*));
66 typedef int (*Sffmtext_f)_ARG_((Sfio_t*, Void_t*, Sffmt_t*));
67 typedef int (*Sffmtevent_f)_ARG_((Sfio_t*, int, Void_t*, Sffmt_t*));
180 #define SF_POPSTACK ((Sfio_t*)0) /* pop the stream stack */
212 extern Sfio_t* sfstdi
[all...]
/ast/src/lib/libpp/
H A Dpp.h51 #define Sfio_t char macro
/ast/src/lib/libvcodex/
H A Dvcodex.h56 #define Sfio_t FILE /* stream structure */ macro
87 extern Void_t* sfreserve _ARG_((Sfio_t*, ssize_t, int));
88 extern char* sfgetr _ARG_((Sfio_t*, int, int));
89 extern ssize_t sfvalue _ARG_((Sfio_t*));
90 extern Sfoff_t sfsize _ARG_((Sfio_t*));
91 extern int sfclose _ARG_((Sfio_t*));

Completed in 23 milliseconds