Home
last modified time | relevance | path

Searched refs:format_log_line (Results 1 – 1 of 1) sorted by relevance

/external/libcups/scheduler/
Dlog.c98 static int format_log_line(const char *message, va_list ap);
528 status = format_log_line(clientmsg, ap2); in cupsdLogClient()
586 status = format_log_line(jobmsg, ap2); in cupsdLogJob()
750 status = format_log_line(message, ap2); in cupsdLogMessage()
1291 format_log_line(const char *message, /* I - Printf-style format string */ in format_log_line() function