Searched refs:Sfio_t (Results 201 - 225 of 367) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_iconv.h141 extern __MANGLE__ ssize_t _ast_iconv_move __PROTO__((_ast_iconv_t, Sfio_t*, Sfio_t*, size_t, size_t*));
142 extern __MANGLE__ ssize_t _ast_iconv_write __PROTO__((_ast_iconv_t, Sfio_t*, char**, size_t*, size_t*));
H A Dsfio_t.h26 ** internal info concerning the full Sfio_t structure. Including this
33 /* the parts of Sfio_t private to sfio functions */
64 /* for static initialization of an Sfio_t structure */
70 (Sfio_t*)0, /* push */ \
92 /* function to clear an Sfio_t structure */
98 (f)->push = (Sfio_t*)0, /* push */ \
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_iconv.h120 extern __MANGLE__ ssize_t _ast_iconv_move __PROTO__((_ast_iconv_t, Sfio_t*, Sfio_t*, size_t, size_t*));
121 extern __MANGLE__ ssize_t _ast_iconv_write __PROTO__((_ast_iconv_t, Sfio_t*, char**, size_t*, size_t*));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_iconv.h141 extern __MANGLE__ ssize_t _ast_iconv_move __PROTO__((_ast_iconv_t, Sfio_t*, Sfio_t*, size_t, size_t*));
142 extern __MANGLE__ ssize_t _ast_iconv_write __PROTO__((_ast_iconv_t, Sfio_t*, char**, size_t*, size_t*));
H A Dsfio_t.h26 ** internal info concerning the full Sfio_t structure. Including this
33 /* the parts of Sfio_t private to sfio functions */
64 /* for static initialization of an Sfio_t structure */
70 (Sfio_t*)0, /* push */ \
92 /* function to clear an Sfio_t structure */
98 (f)->push = (Sfio_t*)0, /* push */ \
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_iconv.h120 extern __MANGLE__ ssize_t _ast_iconv_move __PROTO__((_ast_iconv_t, Sfio_t*, Sfio_t*, size_t, size_t*));
121 extern __MANGLE__ ssize_t _ast_iconv_write __PROTO__((_ast_iconv_t, Sfio_t*, char**, size_t*, size_t*));
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dfcin.c39 int fcfopen(register Sfio_t* f)
54 _Fcin._fcfile = (Sfio_t*)0;
79 register Sfio_t *f;
131 void fcnotify(void (*fun)(Sfio_t*,const char*,int,void*),void* context)
H A Dio.c319 static int subexcept(Sfio_t*, int, void*, Sfdisc_t*);
320 static int eval_exceptf(Sfio_t*, int, void*, Sfdisc_t*);
321 static int slowexcept(Sfio_t*, int, void*, Sfdisc_t*);
322 static int pipeexcept(Sfio_t*, int, void*, Sfdisc_t*);
323 static ssize_t piperead(Sfio_t*, void*, size_t, Sfdisc_t*);
324 static ssize_t slowread(Sfio_t*, void*, size_t, Sfdisc_t*);
325 static ssize_t subread(Sfio_t*, void*, size_t, Sfdisc_t*);
326 static ssize_t tee_write(Sfio_t*,const void*,size_t,Sfdisc_t*);
327 static int io_prompt(Sfio_t*,int);
329 static void sftrack(Sfio_t*,in
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcomm.c66 static int comm(Sfio_t *in1, Sfio_t *in2, register Sfio_t *out,register int mode)
153 Sfio_t *f1, *f2;
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dwordexp.c67 register Sfio_t *iop;
126 if(!(iop = sfpopen((Sfio_t*)0,stakptr(0),"r")))
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmimetype.c51 mimetype(Mime_t* mp, Sfio_t* fp, const char* file, struct stat* st)
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfclose.c30 int sfclose(Sfio_t* f)
33 Sfio_t* f;
52 { reg Sfio_t* pop;
54 if(!(pop = (*_Sfstack)(f,NIL(Sfio_t*))) )
H A Dsfwalk.c39 Sfio_t *f;
H A Dsfflsbuf.c31 int _sfflsbuf(Sfio_t* f, int c)
34 Sfio_t* f; /* write out the buffered content of this stream */
H A Dsfprints.c40 static Sfio_t* f;
44 !(f = sfnew(NIL(Sfio_t*),NIL(char*),(size_t)SF_UNBOUND,
/illumos-gate/usr/src/lib/libast/common/stdio/
H A D_stdfun.c52 _stdfun(Sfio_t* f, Funvec_t* vp)
H A Dvswprintf.c29 Sfio_t f;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio_t.h26 ** internal info concerning the full Sfio_t structure. Including this
33 /* the parts of Sfio_t private to sfio functions */
64 /* for static initialization of an Sfio_t structure */
70 (Sfio_t*)0, /* push */ \
92 /* function to clear an Sfio_t structure */
98 (f)->push = (Sfio_t*)0, /* push */ \
/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfio_t.h26 ** internal info concerning the full Sfio_t structure. Including this
33 /* the parts of Sfio_t private to sfio functions */
64 /* for static initialization of an Sfio_t structure */
70 (Sfio_t*)0, /* push */ \
92 /* function to clear an Sfio_t structure */
98 (f)->push = (Sfio_t*)0, /* push */ \
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio_t.h26 ** internal info concerning the full Sfio_t structure. Including this
33 /* the parts of Sfio_t private to sfio functions */
64 /* for static initialization of an Sfio_t structure */
70 (Sfio_t*)0, /* push */ \
92 /* function to clear an Sfio_t structure */
98 (f)->push = (Sfio_t*)0, /* push */ \
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
184 extern __MANGLE__ __V_ *sh_parse __PROTO__((Shell_t*, Sfio_t*,int));
188 extern __MANGLE__ Sfio_t *sh_iogetiop __PROTO__((int,int));
191 extern __MANGLE__ void sh_menu __PROTO__((Sfio_t*, int, char*[]));
201 extern __MANGLE__ Sfio_t *sh_fd2sfio __PROTO__((int));
206 extern __MANGLE__ Sfio_t *sh_pathopen __PROTO__((const char*));
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
184 extern __MANGLE__ __V_ *sh_parse __PROTO__((Shell_t*, Sfio_t*,int));
188 extern __MANGLE__ Sfio_t *sh_iogetiop __PROTO__((int,int));
191 extern __MANGLE__ void sh_menu __PROTO__((Sfio_t*, int, char*[]));
201 extern __MANGLE__ Sfio_t *sh_fd2sfio __PROTO__((int));
206 extern __MANGLE__ Sfio_t *sh_pathopen __PROTO__((const char*));
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
184 extern __MANGLE__ __V_ *sh_parse __PROTO__((Shell_t*, Sfio_t*,int));
188 extern __MANGLE__ Sfio_t *sh_iogetiop __PROTO__((int,int));
191 extern __MANGLE__ void sh_menu __PROTO__((Sfio_t*, int, char*[]));
201 extern __MANGLE__ Sfio_t *sh_fd2sfio __PROTO__((int));
206 extern __MANGLE__ Sfio_t *sh_pathopen __PROTO__((const char*));
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
184 extern __MANGLE__ __V_ *sh_parse __PROTO__((Shell_t*, Sfio_t*,int));
188 extern __MANGLE__ Sfio_t *sh_iogetiop __PROTO__((int,int));
191 extern __MANGLE__ void sh_menu __PROTO__((Sfio_t*, int, char*[]));
201 extern __MANGLE__ Sfio_t *sh_fd2sfio __PROTO__((int));
206 extern __MANGLE__ Sfio_t *sh_pathopen __PROTO__((const char*));
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c109 static ssize_t dos_read(Sfio_t *iop, void *buff, size_t size, Sfdisc_t* disc)
112 Sfio_t *iop;
230 static Sfoff_t cur_offset(Dosdisc_t *dp, Sfoff_t offset,Sfio_t *iop,register int whence)
235 Sfio_t *iop;
276 static Sfoff_t dos_seek(Sfio_t *iop, Sfoff_t offset, register int whence, Sfdisc_t* disc)
279 Sfio_t *iop;
367 static int dos_except(Sfio_t *iop, int type, void *arg, Sfdisc_t *disc)
370 Sfio_t *iop;
389 int sfdcdos(Sfio_t *f)
392 Sfio_t *
[all...]

Completed in 119 milliseconds

1234567891011>>