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

<<1112131415

/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h257 extern __MANGLE__ void astconflist __PROTO__((Sfio_t*, const char*, int, const char*));
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dargs.c109 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp)
364 if(!(lp->kiafile=sfopen(NIL(Sfio_t*),ap->kiafile,"w+")))
H A Dpath.c659 sh_eval(sfnew(NIL(Sfio_t*),buff,IOBSIZE,fno,SF_READ),SH_FUNEVAL);
983 sfsync(NIL(Sfio_t*));
1227 register Sfio_t *sp;
H A Dnvtype.c602 static int typeinfo(Opt_t* op, Sfio_t *out, const char *str, Optdisc_t *fp)
608 Sfio_t *sp;
666 sp = sfnew((Sfio_t*)0,buffer,sizeof(buffer),-1,SF_STRING|SF_WRITE);
1226 void nv_typename(Namval_t *tp, Sfio_t *out)
H A Dnvdisc.c1276 static Sfio_t *out;
1282 out = sfnew((Sfio_t*)0,(char*)0,-1,-1,SF_WRITE|SF_STRING);
H A Darray.c687 (*fp->disc->readf)(mp,(Sfio_t*)0,0,fp);
994 (*nfp->disc->readf)(mp,(Sfio_t*)0,0,nfp);
H A Djobs.c134 static Sfio_t *outfile;
763 int job_walk(Sfio_t *file,int (*fun)(struct process*,int),int arg,char *joblist[])
H A Dname.c163 void nv_outname(Sfio_t *out, char *name, int len)
2303 static Sfio_t *out;
2310 out = sfnew((Sfio_t*)0,(char*)0,-1,-1,SF_WRITE|SF_STRING);
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h244 Sfio_t* sp; /* FILEDEPS output stream */ \
371 Sfio_t* sp; /* archive stream */ \
H A Dppop.c275 context(Sfio_t* sp, int level, int flags)
343 Sfio_t* sp;
H A Dppsearch.c185 Sfio_t* sp;
/illumos-gate/usr/src/lib/libast/common/port/
H A Dmnt.c620 Sfio_t* fp;
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-md5.c353 md5_print(Sum_t* p, Sfio_t* sp, register int flags, size_t scale)
H A Dsum-sha1.c321 sha1_print(Sum_t* p, Sfio_t* sp, register int flags, size_t scale)
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfvprintf.c96 int sfvprintf(Sfio_t* f, const char* form, va_list args)
99 Sfio_t* f; /* file to print to */
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c1022 static Sfio_t* sp;
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfastfind.c1096 Sfio_t* sp;

Completed in 99 milliseconds

<<1112131415