Searched refs:DPRINTF (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/tc/
H A Dq_gred.c33 #define DPRINTF(format,args...) fprintf(stderr,format,##args)
35 #define DPRINTF(format,args...) macro
60 DPRINTF(stderr,"init_gred: invoked with %s\n",*argv);
63 DPRINTF(stderr,"init_gred: next_arg with %s\n",*argv);
107 DPRINTF("TC_GRED: sending DPs=%d default=%d\n",opt.DPs,opt.def_DP);
165 DPRINTF ("\n ******* DP =%u\n",opt.DP);
/external/strace/
H A Dunwind.c41 #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",
232 DPRINTF("tgen=%u, ggen=%u, tcp=%p, cache=%p, caller=%s",
273 DPRINTF("tgen=%u, ggen=%u, tcp=%p, cache=%p", "increment",
571 DPRINTF("tcp=%p, queue=%p", "queueprint", tcp, tcp->queue->head);
575 DPRINTF("tcp=%p, queue=%p", "stackprint", tcp, tcp->queue->head);
598 DPRINTF("tcp=%p, queue=%p", "captured", tcp, tcp->queue->head);
/external/pcre/dist/
H A Dpcre_dfa_exec.c358 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"
571 DPRINTF(("%.*sEnd state = %d\n", rlevel*2-2, SP, (int)(end_code - start_code)));
663 DPRINTF(("%.*sSkipping this character\n", rlevel*2-2, SP));
684 DPRINTF(("%.*sDuplicate state: skipped\n", rlevel*2-2, SP));
799 DPRINTF(("%.*sSet matched string = \"%.*s\"\n", rlevel*2-2, SP,
804 DPRINTF(("
[all...]
H A Dpcre_exec.c368 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));
1015 DPRINTF(("bracket %d failed\n", number));
1031 DPRINTF(("insufficient capture room: treat as non-capturing\n"));
1059 DPRINTF(("start non-capturing bracket\n"));
1149 DPRINTF(("saving %d %d %d\n", save_offset1, save_offset2, save_offset3));
1222 DPRINTF(("insufficient capture room: treat as non-capturing\n"));
1798 DPRINTF(("Recursing into group %d\n", new_recursive.group_num));
1811 DPRINTF(("Recursio
[all...]
H A Dpcre_internal.h94 It turns out that the Mac Debugging.h header also defines the macro DPRINTF, so
97 #undef DPRINTF macro
99 #define DPRINTF(p) printf p macro
101 #define DPRINTF(p) /* Nothing */ macro
H A Dpcre_compile.c4443 if (lengthptr != NULL) DPRINTF((">> start branch\n"));
4545 DPRINTF(("length=%d added %d c=%c (0x%x)\n", *lengthptr,
4681 DPRINTF((">> end branch\n"));
8216 DPRINTF(("fixed length = %d\n", fixed_length));
9063 DPRINTF(("------------------------------------------------------------------\n"));
9067 DPRINTF(("\n"));
9112 DPRINTF(("end pre-compile: length=%d workspace=%d\n", length,
9324 DPRINTF(("fixed length = %d\n", fixed_length));

Completed in 151 milliseconds