Searched defs:outbuff (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Duniq.c89 char *orecp, *sbufp=0, *outbuff; local
224 if (!(outbuff = sfreserve(fdout, 0, 0)) || (outsize = sfvalue(fdout)) < 0)
226 outp = outbuff;
H A Dtr.c436 unsigned char* outbuff = 0; local
464 if ((c = outp - outbuff) > 0)
468 sfwrite(op, outbuff, c);
475 if (!(outbuff = (unsigned char*)sfreserve(op, (ncopy < 0) ? SF_UNBOUND : (ncopy - nwrite), SF_LOCKR)))
477 outend = (outp = outbuff) + sfvalue(op);
491 if (outbuff && (c = outp - outbuff) >= 0)
492 sfwrite(op, outbuff, c);
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dcompletion.c98 static char *find_begin(char outbuff[], char *last, int endchar, int *type) argument
100 register char *cp=outbuff, *bp, *xp;
103 bp = outbuff;
207 int ed_expand(Edit_t *ep, char outbuff[],int *cur,int *eol,int mode, int count) argument
239 cp = (genchar *)outbuff + *cur;
242 *cur = ed_external((genchar*)outbuff,(char*)stakptr(0));
244 *eol = ed_external((genchar*)outbuff,outbuff);
247 out = outbuff + *cur + (sh_isoption(SH_VI)!=0);
258 begin = out = find_begin(outbuff,las
[all...]

Completed in 32 milliseconds