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

/illumos-gate/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;
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dcompletion.c92 static char *find_begin(char outbuff[], char *last, int endchar, int *type) argument
94 register char *cp=outbuff, *bp, *xp;
97 bp = outbuff;
196 int ed_expand(Edit_t *ep, char outbuff[],int *cur,int *eol,int mode, int count) argument
228 cp = (genchar *)outbuff + *cur;
231 *cur = ed_external((genchar*)outbuff,(char*)stakptr(0));
233 *eol = ed_external((genchar*)outbuff,outbuff);
236 out = outbuff + *cur + (sh_isoption(SH_VI)!=0);
247 begin = out = find_begin(outbuff,las
[all...]
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c70 static char outbuff[BUFSIZ]; variable
176 outp = &outbuff[0];
206 c = outp - &outbuff[0];
207 if (write(outfile, &outbuff[0], c)
222 if (outp == &outbuff[BUFSIZ]) {
223 if (write(outfile, outp = &outbuff[0],
498 outp = outbuff;
560 (void) write(outfile, outbuff, outp - outbuff);
624 if (outp == &outbuff[BUFSI
[all...]
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c79 char outbuff [BUFSIZ+4]; variable
152 outbuff[0] = 037; /* ascii US */
153 outbuff[1] = 036; /* ascii RS */
157 outbuff[i] = (char)(temp & 0377);
160 outp = &outbuff[6];
169 dictsize = outp-&outbuff[0];
199 if (outp >= &outbuff[BUFSIZ]) {
200 if (write(outfile, outbuff, BUFSIZ) != BUFSIZ) {
207 ((union FOUR *)outbuff)->lint.lng =
208 ((union FOUR *)&outbuff[BUFSI
[all...]

Completed in 47 milliseconds