Lines Matching defs:output
98 FILE *output = tool_stderr;
148 output = config->trace_stream;
150 if(!output) {
151 warnf(config, "Failed to create/open output");
167 log_line_start(output, timebuf, idsbuf, type);
169 (void)fwrite(data + st, i - st + 1, 1, output);
175 log_line_start(output, timebuf, idsbuf, type);
176 (void)fwrite(data + st, i - st + 1, 1, output);
184 log_line_start(output, timebuf, idsbuf, type);
185 (void)fwrite(data, size, 1, output);
194 /* if the data is output to a tty and we're sending this debug trace
199 ((output != tool_stderr) && (output != stdout))) {
201 log_line_start(output, timebuf, idsbuf, type);
202 fprintf(output, "[%zu bytes data]\n", size);
219 fprintf(output, "%s%s== Info: %.*s", timebuf, idsbuf, (int)size, data);
244 dump(timebuf, idsbuf, text, output, (unsigned char *) data, size,
259 /* without the hex output, we can fit more on screen */
279 /* check for 0D0A; if found, skip past and start a new line of output */