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

  /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/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/pcre/dist/
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"
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));
    [all...]
pcre_exec.c 368 DPRINTF(("restarting from line %d\n", __LINE__));\
371 DPRINTF(("jumped back to line %d\n", __LINE__));\
    [all...]
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...]
pcre_compile.c     [all...]
  /external/dhcpcd-6.8.2/
configure 684 if [ -z "$DPRINTF" ]; then
685 printf "Testing for dprintf ... "
689 return dprintf(0, "%d", 0);
693 DPRINTF=yes
695 DPRINTF=no
697 echo "$DPRINTF"
700 if [ "$DPRINTF" = no ]; then
701 echo "COMPAT_SRCS+= compat/dprintf.c" >>$CONFIG_MK
702 echo "#include \"compat/dprintf.h\"" >>$CONFIG_H
  /external/dbus/dbus/
dbus-sysdeps-win.c     [all...]

Completed in 317 milliseconds