Home
last modified time | relevance | path

Searched refs:_sfio_s (Results 1 – 11 of 11) sorted by path

/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dstdio72 #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/cmd/ast/libast/i386/FEATURE/
H A Dstdio72 #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/cmd/ast/libast/sparc/FEATURE/
H A Dstdio72 #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/cmd/ast/libast/sparcv9/FEATURE/
H A Dstdio72 #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/contrib/ast/src/lib/libast/
H A DRELEASE1178 features/stdio: __FILE_TAG == _sfio_s for solaris
1535 change #define FILE from Sfio_t to struct _sfio_s
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dstdio11 #define __FILE_TAG _sfio_s
19 typedef struct _sfio_s _sfio_FILE;
60 #define _sf_(f) ((struct _sfio_s*)(f))
97 typedef struct _sfio_s FILE;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h55 struct _sfio_s;
57 #define FILE struct _sfio_s
H A Dast_std.h53 struct _sfio_s;
55 #define FILE struct _sfio_s
H A Dregex.h246 struct _sfio_s;
250 extern int regsub(const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, r…
H A Dsfio.h32 typedef struct _sfio_s Sfio_t;
H A Dsfio_s.h35 struct _sfio_s struct
40 struct _sfio_s* _push; /* the stream that was pushed on */ argument