Home
last modified time | relevance | path

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

/external/libcups/cups/
Ddebug-private.h71 # define DEBUG_printf(x) _cups_debug_printf x
86 extern void _cups_debug_printf(const char *format, ...) _CUPS_FORMAT(1, 2);
Ddebug.c87 _cups_debug_printf(const char *format, /* I - Printf-style format string */ in _cups_debug_printf() function
Dhttp-addrlist.c488 _cups_debug_printf("httpAddrGetList(hostname=\"%s\", family=AF_%s, " in httpAddrGetList()