Lines Matching refs:output
86 FILE *output = tool_stderr; in tool_debug_cb() local
136 output = config->trace_stream; in tool_debug_cb()
138 if(!output) { in tool_debug_cb()
155 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
157 (void)fwrite(data + st, i - st + 1, 1, output); in tool_debug_cb()
163 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
164 (void)fwrite(data + st, i - st + 1, 1, output); in tool_debug_cb()
172 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
173 (void)fwrite(data, size, 1, output); in tool_debug_cb()
187 ((output != tool_stderr) && (output != stdout))) { in tool_debug_cb()
189 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
190 fprintf(output, "[%zu bytes data]\n", size); in tool_debug_cb()
207 fprintf(output, "%s%s== Info: %.*s", timebuf, idsbuf, (int)size, data); in tool_debug_cb()
232 dump(timebuf, idsbuf, text, output, (unsigned char *) data, size, in tool_debug_cb()