Searched refs:Sfio_t (Results 226 - 250 of 367) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfdisc.c51 static int _dccaexcept(Sfio_t* f, int type, Void_t* val, Sfdisc_t* disc)
54 Sfio_t* f;
66 static ssize_t _dccaread(Sfio_t* f, Void_t* buf, size_t size, Sfdisc_t* disc)
69 Sfio_t* f;
107 Sfdisc_t* sfdisc(Sfio_t* f, Sfdisc_t* disc)
110 Sfio_t* f;
124 if((Sfio_t*)disc == f) /* special case to get the top discipline */
H A Dsfsync.c37 reg Sfio_t* f;
83 int sfsync(reg Sfio_t* f)
86 reg Sfio_t* f; /* stream to be synchronized */
90 Sfio_t* origf;
101 (void)sfclose((*_Sfstack)(origf,NIL(Sfio_t*)));
H A Dsffilbuf.c35 int _sffilbuf(Sfio_t* f, reg int n)
38 Sfio_t* f; /* fill the read buffer of this stream */
H A Dsfputr.c29 ssize_t sfputr(Sfio_t* f, const char* s, int rc)
32 Sfio_t* f; /* write to this stream */
H A Dsfsetfd.c59 int sfsetfd(Sfio_t* f, int newfd)
62 Sfio_t *f;
H A Dsfsize.c29 Sfoff_t sfsize(Sfio_t* f)
32 Sfio_t* f;
H A Dsfsk.c29 Sfoff_t sfsk(Sfio_t* f, Sfoff_t addr, int type, Sfdisc_t* disc)
32 Sfio_t* f;
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dhist.c48 Sfio_t *outfile;
195 outfile= sfnew(NIL(Sfio_t*),shp->outbuff,IOBSIZE,fdo,SF_WRITE);
263 Sfio_t *iop = sfnew(NIL(Sfio_t*),buff,IOBSIZE,fdo,SF_READ);
306 sh_eval(sfopen(NIL(Sfio_t*),sp,"s"),1);
H A Dprint.c68 static int extend(Sfio_t*,void*, Sffmt_t*);
72 static ssize_t fmtbase64(Sfio_t*, char*, int);
143 register Sfio_t *outfile;
271 shp->sftable[fd] = outfile = sfnew(NIL(Sfio_t*),shp->outbuff,IOBSIZE,fd,n);
280 Sfio_t *pool;
288 pool=sfpool(sfstderr,NIL(Sfio_t*),SF_WRITE);
316 sfsync((Sfio_t*)0);
339 int sh_echolist(Sfio_t *outfile, int raw, char *argv[])
453 static ssize_t fmtbase64(Sfio_t *iop, char *string, int alt)
598 static int extend(Sfio_t* s
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcmp.c77 static void outchar(Sfio_t *out, register int c, int delim)
99 cmp(const char* file1, Sfio_t* f1, const char* file2, Sfio_t* f2, int flags)
185 Sfio_t* f1 = 0;
186 Sfio_t* f2 = 0;
H A Dfold.c89 static void fold(Sfio_t *in, Sfio_t *out, register int width, const char *cont, size_t contsize, char *cols)
173 register Sfio_t *fp;
H A Dbasename.c62 static void namebase(Sfio_t *outfile, register char *pathname, char *suffix)
H A Ddirname.c66 static void l_dirname(register Sfio_t *outfile, register const char *pathname)
H A Dhead.c75 register Sfio_t* fp;
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshnodes.h213 extern Sfio_t *sh_subshell(Shnode_t*, int, int);
217 extern int sh_tdump(Sfio_t*, const Shnode_t*);
218 extern Shnode_t *sh_trestore(Shell_t*, Sfio_t*);
H A Dshlex.h54 Sfio_t *kiafile; /* kia output file */
55 Sfio_t *kiatmp; /* kia reference file */
H A Dfault.h90 Sfio_t *strm;
H A Dname.h180 extern void nv_outname(Sfio_t*,char*, int);
191 extern void nv_attribute(Namval_t*, Sfio_t*, char*, int);
201 extern void nv_outnode(Namval_t*,Sfio_t*, int, int);
203 extern void nv_typename(Namval_t*, Sfio_t*);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dshcomp.c72 Sfio_t *in, *out;
113 if(!(out = sfopen((Sfio_t*)0,cp,"w")))
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dcatopen.c56 Sfio_t* tmp;
73 Sfio_t* ip;
/illumos-gate/usr/src/lib/libsum/common/
H A Dsumlib.c52 int (*print)(Sum_t*, Sfio_t*, int, size_t);
118 long_print(Sum_t* p, Sfio_t* sp, register int flags, size_t scale)
331 sumprint(Sum_t* p, Sfio_t* sp, int flags, size_t scale)
362 sumusage(Sfio_t* sp)
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgget.c60 Sfio_t* sp;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dstak.h45 #define Stak_t Sfio_t
/illumos-gate/usr/src/lib/libast/common/include/
H A Dstak.h36 #define Stak_t Sfio_t
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptesc.c35 optesc(Sfio_t* sp, register const char* s, int esc)

Completed in 749 milliseconds

1234567891011>>