Lines Matching refs:print_formatted

129 static int print_formatted(const struct log_output *output,  in print_formatted()  function
155 length = print_formatted(output, "[%08lu] ", timestamp); in timestamp_print()
157 length = print_formatted(output, "[%016llu] ", timestamp); in timestamp_print()
187 length = print_formatted(output, "%s.%06uZ ", in timestamp_print()
190 length = print_formatted(output, in timestamp_print()
199 length = log_custom_timestamp_print(output, timestamp, print_formatted); in timestamp_print()
202 length = print_formatted(output, in timestamp_print()
220 length = print_formatted(output, "[%s.%03u,%03u] ", time_str, ms, in timestamp_print()
223 length = print_formatted( in timestamp_print()
240 length = print_formatted(output, "[%s,%06uZ] ", time_str, in timestamp_print()
243 length = print_formatted(output, in timestamp_print()
262 length = print_formatted(output, in timestamp_print()
280 print_formatted(output, "%s", log_color); in color_print()
309 total += print_formatted(output, "<%s> ", severity[level]); in ids_print()
314 total += print_formatted(output, "[%s] ", in ids_print()
317 total += print_formatted(output, "[%p] ", tid); in ids_print()
322 total += print_formatted(output, "%s/", domain); in ids_print()
326 total += print_formatted(output, in ids_print()
348 print_formatted(ctx, "\n"); in newline_print()
350 print_formatted(ctx, "\r\n"); in newline_print()
361 print_formatted(output, " "); in hexdump_line_print()
366 print_formatted(output, " "); in hexdump_line_print()
370 print_formatted(output, "%02x ", data[i]); in hexdump_line_print()
372 print_formatted(output, " "); in hexdump_line_print()
376 print_formatted(output, "|"); in hexdump_line_print()
380 print_formatted(output, " "); in hexdump_line_print()
386 print_formatted(output, "%c", in hexdump_line_print()
389 print_formatted(output, " "); in hexdump_line_print()
456 len += print_formatted(output, "%s ", in syslog_print()
470 len += print_formatted(output, "%s ", in syslog_print()
476 len += print_formatted(output, "%p ", tid); in syslog_print()
485 len += print_formatted(output, "- "); in syslog_print()
490 len += print_formatted(output, "- - - "); in syslog_print()
549 len += print_formatted(output, in syslog_print()
602 length += print_formatted( in prefix_print()
611 length += print_formatted(output, "%s ", tag); in prefix_print()