• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/lsof-52/lsof/lib/

Lines Matching defs:DEBUG_PRINT2

696 # define DEBUG_PRINT2(x1, x2) if (debug) printf (x1, x2)
1094 # define DEBUG_PRINT2(x1, x2)
1445 DEBUG_PRINT2 ("\nPUSH_FAILURE_POINT #%u:\n", failure_id); \
1446 DEBUG_PRINT2 (" Before push, next avail: %d\n", (fail_stack).avail);\
1447 DEBUG_PRINT2 (" size: %d\n", (fail_stack).size);\
1449 DEBUG_PRINT2 (" slots needed: %ld\n", NUM_FAILURE_ITEMS); \
1450 DEBUG_PRINT2 (" available: %d\n", REMAINING_AVAIL_SLOTS); \
1458 DEBUG_PRINT2 ("\n Doubled stack; size now: %d\n", \
1460 DEBUG_PRINT2 (" slots available: %d\n", REMAINING_AVAIL_SLOTS);\
1470 DEBUG_PRINT2 (" Pushing reg: %lu\n", this_reg); \
1473 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1476 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1479 DEBUG_PRINT2 (" info: %p\n ", \
1481 DEBUG_PRINT2 (" match_null=%d", \
1483 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1484 DEBUG_PRINT2 (" matched_something=%d", \
1486 DEBUG_PRINT2 (" ever_matched=%d", \
1492 DEBUG_PRINT2 (" Pushing low active reg: %ld\n", lowest_active_reg);\
1495 DEBUG_PRINT2 (" Pushing high active reg: %ld\n", highest_active_reg);\
1498 DEBUG_PRINT2 (" Pushing pattern %p:\n", pattern_place); \
1502 DEBUG_PRINT2 (" Pushing string %p: `", string_place); \
1508 DEBUG_PRINT2 (" Pushing failure id: %u\n", failure_id); \
1562 DEBUG_PRINT2 (" Before pop, next avail: %d\n", fail_stack.avail); \
1563 DEBUG_PRINT2 (" size: %d\n", fail_stack.size); \
1568 DEBUG_PRINT2 (" Popping failure id: %u\n", failure_id); \
1577 DEBUG_PRINT2 (" Popping string %p: `", str); \
1582 DEBUG_PRINT2 (" Popping pattern %p:\n", pat); \
1587 DEBUG_PRINT2 (" Popping high active reg: %ld\n", high_reg); \
1590 DEBUG_PRINT2 (" Popping low active reg: %ld\n", low_reg); \
1595 DEBUG_PRINT2 (" Popping reg: %ld\n", this_reg); \
1598 DEBUG_PRINT2 (" info: %p\n", \
1602 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1605 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
4565 DEBUG_PRINT2 ("\n%p: ", p);
4567 DEBUG_PRINT2 ("\n0x%x: ", p);
4722 DEBUG_PRINT2 ("%u registers pushed.\n", num_regs_pushed);
4728 DEBUG_PRINT2 ("Returning %d from re_match_2.\n", mcnt);
4752 DEBUG_PRINT2 ("EXECUTING exactn %d.\n", mcnt);
4791 DEBUG_PRINT2 (" Matched `%d'.\n", *d);
4802 DEBUG_PRINT2 ("EXECUTING charset%s.\n", not ? "_not" : "");
4846 DEBUG_PRINT2 (" old_regstart: %d\n",
4850 DEBUG_PRINT2 (" regstart: %d\n", POINTER_TO_OFFSET (regstart[*p]));
4887 DEBUG_PRINT2 (" old_regend: %d\n",
4891 DEBUG_PRINT2 (" regend: %d\n", POINTER_TO_OFFSET (regend[*p]));
5016 DEBUG_PRINT2 ("EXECUTING duplicate %d.\n", regno);
5218 DEBUG_PRINT2 ("EXECUTING maybe_pop_jump %d.\n", mcnt);
5384 DEBUG_PRINT2 ("\n%p: ", p);
5386 DEBUG_PRINT2 ("\n0x%x: ", p);
5393 DEBUG_PRINT2 ("EXECUTING jump %d ", mcnt);
5396 DEBUG_PRINT2 ("(to %p).\n", p);
5398 DEBUG_PRINT2 ("(to 0x%x).\n", p);
5439 DEBUG_PRINT2 ("EXECUTING succeed_n %d.\n", mcnt);
5457 DEBUG_PRINT2 (" Setting two bytes from %p to no_op.\n", p+2);
5459 DEBUG_PRINT2 (" Setting two bytes from 0x%x to no_op.\n", p+2);
5469 DEBUG_PRINT2 ("EXECUTING jump_n %d.\n", mcnt);
5586 DEBUG_PRINT2 ("EXECUTING syntaxspec %d.\n", mcnt);
5603 DEBUG_PRINT2 ("EXECUTING notsyntaxspec %d.\n", mcnt);