Searched refs:_sfio_s (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio_s.h35 struct _sfio_s struct
40 struct _sfio_s* _push; /* the stream that was pushed on */
H A Dast_std.h61 struct _sfio_s;
63 #define FILE struct _sfio_s
H A Dregex.h221 struct _sfio_s;
225 extern __MANGLE__ int regsub __PROTO__((const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, regflags_t));
H A Dast.h66 struct _sfio_s;
68 #define FILE struct _sfio_s
H A Dast_stdio.h93 #define __FILE_TAG _sfio_s
101 typedef struct _sfio_s _sfio_FILE;
142 #define _sf_(f) ((struct _sfio_s*)(f))
179 typedef struct _sfio_s FILE;
/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfio_s.h35 struct _sfio_s struct
40 struct _sfio_s* _push; /* the stream that was pushed on */
H A Dast_std.h52 struct _sfio_s;
54 #define FILE struct _sfio_s
H A Dregex.h238 struct _sfio_s;
242 extern int regsub(const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, regflags_t);
H A Dast.h57 struct _sfio_s;
59 #define FILE struct _sfio_s
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio_s.h35 struct _sfio_s struct
40 struct _sfio_s* _push; /* the stream that was pushed on */
H A Dast_std.h61 struct _sfio_s;
63 #define FILE struct _sfio_s
H A Dregex.h221 struct _sfio_s;
225 extern __MANGLE__ int regsub __PROTO__((const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, regflags_t));
H A Dast.h66 struct _sfio_s;
68 #define FILE struct _sfio_s
H A Dast_stdio.h93 #define __FILE_TAG _sfio_s
101 typedef struct _sfio_s _sfio_FILE;
142 #define _sf_(f) ((struct _sfio_s*)(f))
179 typedef struct _sfio_s FILE;
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio_s.h35 struct _sfio_s struct
40 struct _sfio_s* _push; /* the stream that was pushed on */
H A Dast_std.h61 struct _sfio_s;
63 #define FILE struct _sfio_s
H A Dregex.h221 struct _sfio_s;
225 extern __MANGLE__ int regsub __PROTO__((const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, regflags_t));
H A Dast.h66 struct _sfio_s;
68 #define FILE struct _sfio_s
H A Dast_stdio.h93 #define __FILE_TAG _sfio_s
101 typedef struct _sfio_s _sfio_FILE;
142 #define _sf_(f) ((struct _sfio_s*)(f))
179 typedef struct _sfio_s FILE;
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio_s.h35 struct _sfio_s struct
40 struct _sfio_s* _push; /* the stream that was pushed on */
H A Dast_std.h61 struct _sfio_s;
63 #define FILE struct _sfio_s
H A Dregex.h221 struct _sfio_s;
225 extern __MANGLE__ int regsub __PROTO__((const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, regflags_t));
H A Dast.h66 struct _sfio_s;
68 #define FILE struct _sfio_s
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h72 #define __FILE_TAG _sfio_s
80 typedef struct _sfio_s _sfio_FILE;
121 #define _sf_(f) ((struct _sfio_s*)(f))
158 typedef struct _sfio_s FILE;
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h72 #define __FILE_TAG _sfio_s
80 typedef struct _sfio_s _sfio_FILE;
121 #define _sf_(f) ((struct _sfio_s*)(f))
158 typedef struct _sfio_s FILE;

Completed in 92 milliseconds

12