Lines Matching refs:timebuf
35 static void dump(const char *timebuf, const char *idsbuf, const char *text,
68 static void log_line_start(FILE *log, const char *timebuf, in log_line_start() argument
78 if((timebuf && *timebuf) || (idsbuf && *idsbuf)) in log_line_start()
79 fprintf(log, "%s%s%s", timebuf, idsbuf, s_infotype[type]); in log_line_start()
99 char timebuf[20]; in tool_debug_cb() local
112 msnprintf(timebuf, sizeof(timebuf), "%s.%06ld ", in tool_debug_cb()
116 timebuf[0] = 0; in tool_debug_cb()
165 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
173 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
182 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
199 log_line_start(output, timebuf, idsbuf, type); 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()
247 static void dump(const char *timebuf, const char *idsbuf, const char *text, in dump() argument
260 fprintf(stream, "%s%s%s, %zu bytes (0x%zx)\n", timebuf, idsbuf, in dump()