Home
last modified time | relevance | path

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

/external/libcups/cups/
Ddebug-internal.h62 # define DEBUG_printf(x) _cups_debug_printf x
76 extern void _cups_debug_printf(const char *format, ...) _CUPS_FORMAT(1,2) _CUPS_INTERNAL;
Ddebug.c83 _cups_debug_printf(const char *format, /* I - Printf-style format string */ in _cups_debug_printf() function
Dhttp-addrlist.c484 _cups_debug_printf("httpAddrGetList(hostname=\"%s\", family=AF_%s, " in httpAddrGetList()