Searched defs:output (Results 1 - 25 of 35) sorted by relevance

12

/ast/src/lib/libvcodex/Vcdelta/
H A Dvchamming.c38 Vcchar_t *srcdt, *tardt, *output, *dt; local
58 if(!(output = vcbuffer(vc, NIL(Vcchar_t*), tarsz, 0)) )
62 memcpy(output, tardt, tarsz);
64 { for(dt = output, t = 0; t < tarsz; )
72 dt = output;
73 if(vcrecode(vc, &output, &tarsz, 0, 0) < 0 )
75 if(dt != output)
79 *out = (Void_t*)output;
95 Vcchar_t *srcdt, *tardt, *output, *dt; local
117 if(!(output
[all...]
H A Dvcdelta.c27 #define SLOP 64 /* max overhead space needed for output */
258 Vcchar_t *rd, *ri, *ra, *p, ctrl, *output; local
276 /* obtain output buffer */
277 if(!(output = vcbuffer(vc, NIL(Vcchar_t*), 3*(ntar+SLOP), 0)) )
279 vcd->data = &data; vcioinit(&data, output+SLOP, ntar);
309 /* output data */
310 vcioinit(&data, output, d+i+a+SLOP);
321 if(!(output = vcbuffer(vc, output, n, -1)) ) /* truncate to size */
324 *del = output;
[all...]
/ast/src/lib/libvcodex/Vcmisc/
H A Dvcbwt.c40 Vcchar_t *dt, *output, *bw; local
58 if(!(output = vcbuffer(vc, NIL(Vcchar_t*), sz, hd)) )
62 dt = (Vcchar_t*)data; bw = output;
71 dt = output;
72 if(vcrecode(vc, &output, &sz, hd, 0) < 0 )
74 if(dt != output) /* got a new buffer, free old one */
78 output -= hd;
79 vcioinit(&io, output, hd);
84 if(!(output = vcbuffer(vc, output, r
103 Vcchar_t *dt, *output, *o; local
[all...]
H A Dvcmap.c259 Vcchar_t *dt, *enddt, *output, *o; local
277 if(!(output = vcbuffer(vc, NIL(Vcchar_t*), sz, 0)) )
281 memcpy(output, dt, sz);
282 else for(o = output, enddt = dt+sz; dt < enddt; )
289 { dt = output;
290 if(vcrecode(vc, &output, &sz, 0, 0) < 0 )
292 if(dt != output)
297 *out = output;
H A Dvcstrip.c55 Vcchar_t *dt, *edt, *hdt, *tdt, *output; local
116 /* allocate output buffer */
118 if(!(output = vcbuffer(vc, NIL(Vcchar_t*), z, 0)) )
122 vcioinit(&io, output, z);
131 *out = (Void_t*)output;
146 Vcchar_t *hdt, *tdt, *dt, *output; local
171 if(!(output = vcbuffer(vc, NIL(Vcchar_t*), z, 0)) )
174 memcpy(output, hdt, hsz);
175 memcpy(output+hsz, dt, dsz);
176 memcpy(output
[all...]
H A Dvcmtf.c52 static ssize_t mtfp(Vcchar_t* dt, Vcchar_t* enddt, Vcchar_t* output, int encoding) argument
54 static ssize_t mtfp(dt, enddt, output, encoding)
57 Vcchar_t* output; /* output array */
82 { for(o = output; dt < enddt; ++dt, ++o )
88 { for(o = output; dt < enddt; ++dt, ++o )
94 return o-output;
100 static ssize_t mtf0(Vcchar_t* dt, Vcchar_t* enddt, Vcchar_t* output, int encoding) argument
102 static ssize_t mtf0(dt, enddt, output, encoding)
105 Vcchar_t* output; /* outpu
139 Vcchar_t *output, *dt; local
173 Vcchar_t *dt, *output; local
[all...]
H A Dvcrle.c40 Vcchar_t* obuf; /* default output data */
261 vcioputu(&io, n-1); /* output length of last run */
367 Vcchar_t *dt, *output, *space; local
397 if(!(output = space = vcbuffer(vc, NIL(Vcchar_t*), outsz+128, hd)) )
401 { rle->obuf = output + vcsizeu(size);
418 output = vcbuffer(vc, NIL(Vcchar_t*), sz, hd);
420 vcioinit(&io, output, sz);
435 { rle->obuf = output;
441 if(vcrecode(vc, &output, &sz, hd, 0) < 0 )
445 if(space != output) /* fre
474 Vcchar_t *output; local
[all...]
H A Dvctranspose.c100 else /* output one byte from this record */
252 Vcchar_t *output, *enddt;
260 if(!(output = vcbuffer(vc, NIL(Vcchar_t*), 2*(size + vcsizeu(size)), hd)) )
263 chr = output + vcsizeu(size);
318 c = chr - (output + vcsizeu(size)); chr = output + vcsizeu(size);
323 if((sz = _vcrle2coder(vc->coder,hd,chr,c,run,r,&output,sz)) < 0)
327 { vcioinit(&io, output, 2*(size+hd));
335 output -= hd;
336 vcioinit(&io, output, h
359 Vcchar_t *output, *dt; local
447 Vcchar_t *output, *dt; local
[all...]
/ast/src/lib/libtk/generic/
H A DtkConsole.c206 * Writes the given output on the IO channel. Returns count of how
211 * error indication is returned in an output argument.
214 * Writes output on the actual channel.
600 Tcl_DString command, output;
623 Tcl_DStringInit(&output);
624 Tcl_DStringAppend(&output, buffer, size);
628 Tcl_DStringAppendElement(&command, output.string);
636 Tcl_DStringFree(&output);
587 Tcl_DString command, output; local
/ast/src/cmd/pack/
H A Dhuffdecode.c58 * decode <input> using huffman tree defined in <hp> onto <output>
64 Sfoff_t huffdecode(register Huff_t *hp,Sfio_t *input,Sfio_t *output,int size) argument
82 /* set up output buffers for faster access */
83 if(!(outp=outbuff=(unsigned char*)sfreserve(output,SF_UNBOUND,SF_LOCKR)))
84 return(sfvalue(output));
85 n = sfvalue(output);
139 if(sfwrite(output,outbuff,n)<0)
148 if(!(outp=outbuff=(unsigned char*)sfreserve(output,SF_UNBOUND,SF_LOCKR)))
150 n = sfvalue(output);
192 /* compute output cha
[all...]
/ast/src/lib/libvcodex/Vchuff/
H A Dvchuffman.c82 Vcchar_t *output, *dt, *enddt; local
111 /* set up buffer for output */
113 if(!(output = vcbuffer(vc, NIL(Vcchar_t*), s, 0)) )
115 vcioinit(&io, output, s);
126 { /* output the code tree */
138 dt = output;
140 if(vcrecode(vc, &output, &s, 0, 0) < 0 )
142 if(dt != output)
146 *out = output;
163 Vcchar_t *o, *endo, *output, *dat local
[all...]
H A Dvchuffpart.c170 Void_t** out; /* to return output buffer */
175 Vcchar_t *output, *dt; local
193 if(!(output = vcbuffer(vc, NIL(Vcchar_t*), n, 0)) )
195 vcioinit(&io, output, n);
206 dt = output;
208 if(vcrecode(vc, &output, &n, 0, 0) < 0)
210 if(dt != output) /* free unused buffers */
215 *out = output;
227 Void_t** out; /* to return output buffer */
230 Vcchar_t *output, *d local
[all...]
/ast/src/lib/libcmd/
H A Duname.c35 " standard output. When options are specified, one or more"
36 " system characteristics are written to standard output, space"
38 " the output is in the order specfied by the \b-A\b option below."
62 "[S:sethost?Set the hostname or nodename to \aname\a. No output is"
63 " written to standard output.]:[name]"
236 #define output(f,v,u) do \ macro
383 output(OPT_system, ut.sysname, "sysname");
390 output(OPT_nodename, s, "nodename");
392 output(OPT_release, ut.release, "release");
393 output(OPT_versio
[all...]
H A Dstty.c34 "settings of certain modes to standard output.]"
35 "[a:all?Writes to standard output all of the mode settings.]"
37 "[g:save?Writes the current settings to standard output in a form that "
135 { "ospeed", NUM, C_SPEED,0, CBAUD, 0, C("\an\a is the output baud rate") },
173 { "start", CHAR, T_CHAR, SS, VSTART, 'Q', C("Restart the output after stopping it") },
176 { "stop", CHAR, T_CHAR, SS, VSTOP, 'S', C("Stop the output") },
188 { "flush", CHAR, T_CHAR, SS, VDISCARD, 'O', C("Discard output") },
234 { "ixon", BIT, I_FLAG, 0, IXON, IXON, C("Enable (disable) XON/XOFF flow control. \bstop\b character stops output") },
236 { "ixany", BIT, I_FLAG, US, IXANY, IXANY, C("Any character (only start character) can restart output.") },
306 { "opost", BIT, O_FLAG, SS, OPOST, OPOST, C(" Postprocess (do not postprocess) output") },
466 static void output(struct termios *sp, int flags) function
[all...]
/ast/src/cmd/ie/
H A Deditlib.c57 static int output = 0; variable
268 * flush the output queue and reset the output stream
280 if(output==fd)
282 if(io_ftable[fd]==io_ftable[output])
284 output = fd;
288 * flush the output if necessary and null terminate the buffer
293 register struct fileblk *fp = io_ftable[output];
297 if(write(output,fp->base,count) < 0)
312 register struct fileblk *fp = io_ftable[output];
[all...]
H A Dio.h105 /* used for input and output of shell */
115 # define COTPIPE (NFILE-6) /* default output pipe for co-process */
224 #define output (sh.curout) macro
/ast/src/cmd/sortlib/vcodex/
H A Dvcodex.c31 "decodes input, output and temporary file data. By default temporary and "
32 "output encoding is the same as the encoding used on the first encoded "
33 "input file. Output encoding is only applied to the standard output or "
35 "a regular output file and the output file path does not have a suffix "
37 "output path is renamed by appending the input path suffix.]"
40 "[o:output?Encode the output file using \amethod\a. \b--nooutput\b "
41 "disables output encoding.]:[method]"
42 "[r:regress?Massage \bverbose\b output fo
80 Encoding_t output; member in struct:State_s
[all...]
/ast/src/lib/libvdelta/vd01/
H A Dvddelta01.c55 /* encode and output delta instructions */
158 static int vdfold(Table_t* tab, int output) argument
160 static int vdfold(tab, output)
162 int output;
174 if(!output)
257 { if(output && vdputinst(tab,add,s,bestm,len) < 0)
263 if(!output)
305 if(output) /* flush output */
317 Vddisc_t* delta; /* transform output dat
[all...]
/ast/src/cmd/vczip/
H A Dvczip.c40 "and/or encodes the standard output. The \b--method\b option specifies "
64 "[o:output?Output data is written to \afile\a instead of the standard "
65 "output.]:[file]"
69 "\b--method\b transformation string on the standard output. "
75 "\b>\b to encode the output. Method arguments, if any, must be prefixed "
87 "more output.]:[level]"
92 "\n[ source ] < input > output\n"
236 * apply the codex and/or vcodex transforms to a single input/output pair
240 apply(int action, const char* vt, Vcsfdata_t* vcodexdisc, const char* ct, Codexdisc_t* codexdisc, const char* input, const char* source, const char* output, void* buf, size_t bufsize, Sfoff_t donez, Sfoff_t lastz) argument
264 * set up the sfio output strea
[all...]
/ast/src/lib/libsum/
H A Dsum-md5.c62 * encode input into output
67 md5_encode(register unsigned char* output, register UINT4* input, unsigned int len) argument
74 output[j] = (unsigned char)(input[i] & 0xff);
75 output[j+1] = (unsigned char)((input[i] >> 8) & 0xff);
76 output[j+2] = (unsigned char)((input[i] >> 16) & 0xff);
77 output[j+3] = (unsigned char)((input[i] >> 24) & 0xff);
82 * decode input into output
87 md5_decode(register UINT4* output, register unsigned char* input, unsigned int len) argument
93 output[i] = ((UINT4)input[j]) |
/ast/src/cmd/dsslib/netflow/
H A Dflow-dump.c47 Nfshort_t output; member in struct:Rec_1_s
83 Nfshort_t output; member in struct:Rec_5_s
117 Nfshort_t output; member in struct:Rec_7_s
H A Dflow-tool.c78 u_int16 output; /* Output interface index */ member in struct:fts3rec_v1
105 u_int16 output; /* Output interface index */ member in struct:fts3rec_v5
133 u_int16 output; /* Output interface index */ member in struct:fts3rec_v6
151 u_int8 out_encaps; /* size in bytes of the output encapsulation */
165 u_int16 output; /* Output interface index */ member in struct:fts3rec_v7
374 rp->output = R1(fp)->output;
405 rp->output = R5(fp)->output;
442 rp->output
[all...]
/ast/src/lib/libjcl/
H A Dparse.c1165 Jcloutput_t* output; local
1252 if (!(output = (Jcloutput_t*)dtmatch(jcl->output, s)))
1253 output = (Jcloutput_t*)dtmatch(jcl->output, val);
1254 if (output)
1261 out->output = output;
1563 Jcloutput_t* output; local
1579 if (output
[all...]
/ast/src/lib/librecsort/
H A Drecsort.h110 char* output; /* output file name */ member in struct:_rskey_s
115 size_t outsize; /* output buffer size */
184 /* input/output control */
186 #define RS_OTEXT 000200 /* output is plain text */
/ast/src/cmd/jcl/
H A Dcpy2dss.c31 " \bdss\b flat schema file on the standard output. If no \afile\a"
53 " of each member, one per line, on the standard output. Scalar"
68 "[T:regress?Massage output for regression testing.]"
72 " the output.]"
163 int output; member in struct:State_s
685 switch (state.output)
741 if (state.output == CPY_XML && !skip)
748 switch (state.output)
791 if (state.output == CPY_XML)
893 if (state.output
[all...]

Completed in 57 milliseconds

12