Searched refs:DPRINTF (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/tc/ |
D | q_gred.c | 33 #define DPRINTF(format,args...) fprintf(stderr,format,##args) 35 #define DPRINTF(format,args...) macro 60 DPRINTF(stderr,"init_gred: invoked with %s\n",*argv); in init_gred() 63 DPRINTF(stderr,"init_gred: next_arg with %s\n",*argv); in init_gred() 107 DPRINTF("TC_GRED: sending DPs=%d default=%d\n",opt.DPs,opt.def_DP); in init_gred() 165 DPRINTF ("\n ******* DP =%u\n",opt.DP); in gred_parse_opt()
|
/external/strace/ |
D | unwind.c | 41 #define DPRINTF(F, A, ...) if (debug_flag) fprintf(stderr, " [unwind(" A ")] " F "\n", __VA_ARGS__) macro 219 DPRINTF("tgen=%u, ggen=%u, tcp=%p, cache=%p", in build_mmap_cache() 232 DPRINTF("tgen=%u, ggen=%u, tcp=%p, cache=%p, caller=%s", in delete_mmap_cache() 273 DPRINTF("tgen=%u, ggen=%u, tcp=%p, cache=%p", "increment", in unwind_cache_invalidate() 571 DPRINTF("tcp=%p, queue=%p", "queueprint", tcp, tcp->queue->head); in unwind_print_stacktrace() 575 DPRINTF("tcp=%p, queue=%p", "stackprint", tcp, tcp->queue->head); in unwind_print_stacktrace() 598 DPRINTF("tcp=%p, queue=%p", "captured", tcp, tcp->queue->head); in unwind_capture_stacktrace()
|
/external/pcre/dist/ |
D | pcre_dfa_exec.c | 358 DPRINTF(("%.*sADD_ACTIVE(%d,%d)\n", rlevel*2-2, SP, (x), (y))); \ 369 DPRINTF(("%.*sADD_ACTIVE_DATA(%d,%d,%d)\n", rlevel*2-2, SP, (x), (y), (z))); \ 379 DPRINTF(("%.*sADD_NEW(%d,%d)\n", rlevel*2-2, SP, (x), (y))); \ 390 DPRINTF(("%.*sADD_NEW_DATA(%d,%d,%d) line %d\n", rlevel*2-2, SP, \ 442 DPRINTF(("\n%.*s---------------------\n" in internal_dfa_exec() 571 DPRINTF(("%.*sEnd state = %d\n", rlevel*2-2, SP, (int)(end_code - start_code))); in internal_dfa_exec() 663 DPRINTF(("%.*sSkipping this character\n", rlevel*2-2, SP)); in internal_dfa_exec() 684 DPRINTF(("%.*sDuplicate state: skipped\n", rlevel*2-2, SP)); in internal_dfa_exec() 799 DPRINTF(("%.*sSet matched string = \"%.*s\"\n", rlevel*2-2, SP, in internal_dfa_exec() 804 DPRINTF(("%.*sEnd of internal_dfa_exec %d: returning %d\n" in internal_dfa_exec() [all …]
|
D | pcre_exec.c | 368 DPRINTF(("restarting from line %d\n", __LINE__));\ 371 DPRINTF(("jumped back to line %d\n", __LINE__));\ 976 DPRINTF(("saving %d %d %d\n", save_offset1, save_offset2, save_offset3)); in match() 1015 DPRINTF(("bracket %d failed\n", number)); in match() 1031 DPRINTF(("insufficient capture room: treat as non-capturing\n")); in match() 1059 DPRINTF(("start non-capturing bracket\n")); in match() 1149 DPRINTF(("saving %d %d %d\n", save_offset1, save_offset2, save_offset3)); in match() 1222 DPRINTF(("insufficient capture room: treat as non-capturing\n")); in match() 1798 DPRINTF(("Recursing into group %d\n", new_recursive.group_num)); in match() 1811 DPRINTF(("Recursion matched\n")); in match() [all …]
|
D | pcre_internal.h | 97 #undef DPRINTF 99 #define DPRINTF(p) printf p macro 101 #define DPRINTF(p) /* Nothing */ macro
|
D | pcre_compile.c | 4443 if (lengthptr != NULL) DPRINTF((">> start branch\n")); in compile_branch() 4545 DPRINTF(("length=%d added %d c=%c (0x%x)\n", *lengthptr, in compile_branch() 4681 DPRINTF((">> end branch\n")); in compile_branch() 8216 DPRINTF(("fixed length = %d\n", fixed_length)); in compile_regex() 9063 DPRINTF(("------------------------------------------------------------------\n")); in pcre_compile2() 9067 DPRINTF(("\n")); in pcre_compile2() 9112 DPRINTF(("end pre-compile: length=%d workspace=%d\n", length, in pcre_compile2() 9324 DPRINTF(("fixed length = %d\n", fixed_length)); in pcre_compile2()
|
D | ChangeLog | 5353 + Reduce the ifdef's in pcre.c using macro DPRINTF, thereby eliminating
|