Searched refs:Sfio_t (Results 251 - 275 of 367) sorted by relevance

<<1112131415

/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathcheck.c62 Sfio_t* sp;
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfmove.c34 Sfoff_t sfmove(Sfio_t* fr, Sfio_t* fw, Sfoff_t n, reg int rc)
37 Sfio_t* fr; /* moving data from this stream */
38 Sfio_t* fw; /* moving data to this stream */
H A Dsfwr.c31 static ssize_t sfoutput(Sfio_t* f, char* buf, size_t n)
34 Sfio_t* f;
125 ssize_t sfwr(Sfio_t* f, const Void_t* buf, size_t n, Sfdisc_t* disc)
128 Sfio_t* f;
H A Dsfseek.c30 static void newpos(Sfio_t* f, Sfoff_t p)
33 Sfio_t* f;
52 Sfoff_t sfseek(Sfio_t* f, Sfoff_t p, int type)
55 Sfio_t* f; /* seek to a new location in this stream */
107 (void)sfclose((*_Sfstack)(f,NIL(Sfio_t*)));
H A Dsfgetr.c31 char* sfgetr(Sfio_t *f, int rc, int type)
34 Sfio_t* f; /* stream to read from */
H A Dsfread.c30 ssize_t sfread(Sfio_t* f, Void_t* buf, size_t n)
33 Sfio_t* f; /* read from this stream. */
H A Dsfwrite.c30 ssize_t sfwrite(Sfio_t* f, const Void_t* buf, size_t n)
33 Sfio_t* f; /* write to this stream. */
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxduration.c42 Sfio_t* f;
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dstak.h45 #define Stak_t Sfio_t
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dstak.h45 #define Stak_t Sfio_t
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dstak.h45 #define Stak_t Sfio_t
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dfault.c420 Sfio_t *fp;
421 if(sig==SIGPIPE && (fp=sfpool((Sfio_t*)0,sh.outpool,SF_WRITE)) && sferror(fp))
459 Sfio_t *sp;
461 sp = (Sfio_t*)trap;
463 sp = sfopen(NIL(Sfio_t*),trap,"s");
504 register Sfio_t* pool;
555 if(!(pool=sfpool(NIL(Sfio_t*),shp->outpool,SF_WRITE)))
627 sfsync((Sfio_t*)sfstdin);
628 sfsync((Sfio_t*)shp->outpool);
629 sfsync((Sfio_t*)sfstdou
[all...]
H A Dlex.c126 static int alias_exceptf(Sfio_t*, int, void*, Sfdisc_t*);
128 static int alias_exceptf(Sfio_t*, int, Sfdisc_t*);
181 static void lex_advance(Sfio_t *iop, const char *buff, register int size, void *context)
185 register Sfio_t *log= shp->funlog;
320 Sfio_t *sp;
637 Sfio_t *sp;
1666 ssize_t _sfwrite(Sfio_t *sp, const Void_t *buff, size_t n)
1700 register Sfio_t *sp=lp->sh->heredocs, *funlog;
1990 Sfio_t *sp;
2002 register Sfio_t *to
[all...]
H A Dtdump.c43 static Sfio_t *outfile;
45 int sh_tdump(Sfio_t *out, const Shnode_t *t)
54 static int outstring(Sfio_t *out, const char *string, int n)
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcat.c101 typedef void* (*Reserve_f)(Sfio_t*, ssize_t, int);
108 regress(Sfio_t* sp, ssize_t n, int f)
124 vcat(register char* states, Sfio_t* ip, Sfio_t* op, Reserve_f reserve, int flags)
401 register Sfio_t* fp;
H A Dtail.c137 Sfio_t* sp;
154 tailpos(register Sfio_t* fp, register Sfoff_t number, int delim)
201 pipetail(Sfio_t* infile, Sfio_t* outfile, Sfoff_t number, int delim)
203 register Sfio_t* out;
209 Sfio_t* tmp[2];
260 Sfio_t* op;
405 register Sfio_t* ip;
422 Sfio_t* op;
H A Duniq.c85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare)
251 Sfio_t *fpin, *fpout;
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsggen.c184 ccsfprintf(int from, int to, Sfio_t* sp, const char* format, ...)
187 Sfio_t* tp;
221 Sfio_t* sp;
222 Sfio_t* mp;
223 Sfio_t* tp;
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c53 # define _HIST_AUDIT Sfio_t *auditfp; \
111 static int hist_nearend(History_t*,Sfio_t*, off_t);
115 static ssize_t hist_write(Sfio_t*, const void*, size_t, Sfdisc_t*);
116 static int hist_exceptf(Sfio_t*, int, void*, Sfdisc_t*);
118 static int hist_write(Sfio_t*, const void*, int, Sfdisc_t*);
119 static int hist_exceptf(Sfio_t*, int, Sfdisc_t*);
319 hp->histfp= sfnew(NIL(Sfio_t*),hp->histbuff,HIST_BSIZE,fd,SF_READ|SF_WRITE|SF_APPENDWR|SF_SHARE);
398 hp->auditfp = sfnew((Sfio_t*)0,NULL,-1,fd,SF_WRITE);
555 static int hist_nearend(History_t *hp, Sfio_t *iop, register off_t size)
764 static ssize_t hist_write(Sfio_t *io
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregsub.c25 * OBSOLETE Sfio_t buffer interface -- use regsubcomp(),regsubexec()
35 subold(register Sfio_t* dp, const char* op, register const char* sp, size_t nmatch, register regmatch_t* match, register regflags_t flags, int sre)
242 regsub(const regex_t* p, Sfio_t* dp, const char* op, const char* sp, size_t nmatch, regmatch_t* match, regflags_t flags)
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c129 static Sfio_t **poll_list;
183 static void process_stream(Sfio_t* iop)
213 Sfio_t *special=0, **pstream;
266 poll_list = newof(NULL,Sfio_t*,n,0);
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dregexp.c115 static Sfio_t* sp;
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c46 Sfio_t* tmp[2];
138 getfmt(Sfio_t* sp, void* vp, Sffmt_t* dp)
339 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert)
367 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert)
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfindlib.h109 Sfio_t* fp; \
H A Dtranslate.c64 Sfio_t* sp; /* temp string stream */
73 Sfio_t* tmp; /* temporary string stream */
86 tempget(Sfio_t* sp)
94 tempuse(Sfio_t* sp, int off)

Completed in 159 milliseconds

<<1112131415