Home | History | Annotate | Download | only in indent

Lines Matching defs:debug_printf

189 debug_printf(const char *fmt, ...)
223 debug_printf("\"");
227 debug_printf("\\%c", *p);
229 debug_printf("%c", *p);
231 debug_printf("\\n");
233 debug_printf("\\t");
235 debug_printf("\\x%02x", (unsigned char)*p);
237 debug_printf("\"");
244 debug_printf(" %s ", name);
253 debug_printf("%s:", descr);