Lines Matching refs:output
96 FILE *output = tool_stderr; in tool_debug_cb() local
146 output = config->trace_stream; in tool_debug_cb()
148 if(!output) { in tool_debug_cb()
165 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
167 (void)fwrite(data + st, i - st + 1, 1, output); in tool_debug_cb()
173 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
174 (void)fwrite(data + st, i - st + 1, 1, output); in tool_debug_cb()
182 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
183 (void)fwrite(data, size, 1, output); in tool_debug_cb()
197 ((output != tool_stderr) && (output != stdout))) { in tool_debug_cb()
199 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
200 fprintf(output, "[%zu bytes data]\n", size); in tool_debug_cb()
217 fprintf(output, "%s%s== Info: %.*s", timebuf, idsbuf, (int)size, data); in tool_debug_cb()
242 dump(timebuf, idsbuf, text, output, (unsigned char *) data, size, in tool_debug_cb()