Lines Matching refs:debug_printf
121 static void debug_printf(const char *format, ...);
291 debug_printf("DEBUG: add_cache(addr=%p, addrname=\"%s\", uri=\"%s\", " in add_cache()
446 debug_printf(const char *format, /* I - Printf-style format string */ in debug_printf() function
683 debug_printf("DEBUG: %.3f Probing %s...\n", run_time(), device->addrname); in probe_device()
692 debug_printf("DEBUG: %s supports mDNS, not reporting!\n", device->addrname); in probe_device()
743 debug_printf("DEBUG: %s supports AppSocket!\n", device->addrname); in probe_device()
750 debug_printf("DEBUG: %s supports LPD!\n", device->addrname); in probe_device()
899 debug_printf("DEBUG: %.3f Received data from %s...\n", run_time(), addrname); in read_snmp_response()
913 debug_printf("DEBUG: community=\"%s\"\n", packet.community); in read_snmp_response()
914 debug_printf("DEBUG: request-id=%d\n", packet.request_id); in read_snmp_response()
915 debug_printf("DEBUG: error-status=%d\n", packet.error_status); in read_snmp_response()
940 debug_printf("DEBUG: Discarding duplicate device type for \"%s\"...\n", in read_snmp_response()
1196 debug_printf("DEBUG: Scanning for devices in \"%s\" via \"%s\"...\n", in scan_devices()
1208 debug_printf("DEBUG: Sending get request to %s...\n", in scan_devices()
1284 debug_printf("DEBUG: %.3f Scan complete!\n", run_time()); in scan_devices()
1301 debug_printf("DEBUG: %.3f Trying %s://%s:%d...\n", run_time(), in try_connect()