HomeSort by relevance Sort by last modified time
    Searched defs:DPRINTF (Results 1 - 4 of 4) sorted by null

  /external/iproute2/tc/
q_gred.c 33 #define DPRINTF(format,args...) fprintf(stderr,format,##args)
35 #define DPRINTF(format,args...)
58 DPRINTF(stderr,"init_gred: invoked with %s\n",*argv);
109 DPRINTF("TC_GRED: sending DPs=%u def_DP=%u\n",opt.DPs,opt.def_DP);
  /external/strace/
unwind.c 41 #define DPRINTF(F, A, ...) if (debug_flag) error_msg("[unwind(" A ")] " F, __VA_ARGS__)
211 DPRINTF("tgen=%u, ggen=%u, tcp=%p, cache=%p",
224 DPRINTF("tgen=%u, ggen=%u, tcp=%p, cache=%p, caller=%s",
265 DPRINTF("tgen=%u, ggen=%u, tcp=%p, cache=%p", "increment",
556 DPRINTF("tcp=%p, queue=%p", "queueprint", tcp, tcp->queue->head);
560 DPRINTF("tcp=%p, queue=%p", "stackprint", tcp, tcp->queue->head);
583 DPRINTF("tcp=%p, queue=%p", "captured", tcp, tcp->queue->head);
  /external/dbus/dbus/
dbus-sysdeps-win.c     [all...]
  /external/pcre/dist/
pcre_internal.h 94 It turns out that the Mac Debugging.h header also defines the macro DPRINTF, so
97 #undef DPRINTF
99 #define DPRINTF(p) printf p
101 #define DPRINTF(p) /* Nothing */
    [all...]

Completed in 477 milliseconds