Home
last modified time | relevance | path

Searched refs:DEBUG_PRINT3 (Results 1 – 25 of 125) sorted by relevance

12345

/dports/devel/libhoard/Hoard/src/include/hoard/
H A Ddebugprint.h23 #define DEBUG_PRINT3(format,arg1,arg2,arg3) \ macro
33 #define DEBUG_PRINT3(f,a,b,c) macro
H A Dthresholdheap.h87DEBUG_PRINT3("freeing an object of size %d: inUse = %d, allocated = %d\n", sz, _inUse, _allocated); in free()
99DEBUG_PRINT3("crossing threshold: inUse = %d, allocated = %d, max allocated = %d\n", _inUse, _allo… in free()
111 DEBUG_PRINT3("Freeing %d: inUse = %d, allocated = %d\n", objSz, _inUse, _allocated); in free()
/dports/security/silktools/silk-3.19.1/src/sendrcv/
H A Drwtransfer.h53 #define DEBUG_PRINT3(x, y, z) SKTHREAD_DEBUG_PRINT3(x, y, z) macro
58 #define DEBUG_PRINT3(x, y, z) macro
67 #define DEBUG_CONTENT_PRINT(x, y, z) DEBUG_PRINT3(x, y, z)
H A Dskmsg.c120 #define DEBUG_PRINT3(x, y, z)
719 DEBUG_PRINT3("Queue (destroy): chan=%#x type=%#x", in sk_destroy_report_message()
1075 DEBUG_PRINT3("Sending chan=%#x type=%#x", in tcp_send()
1230 DEBUG_PRINT3("recv: System error %d [%s]", in tcp_recv()
1243 DEBUG_PRINT3("recv: Short read (%" SK_PRIdZ in tcp_recv()
1304 DEBUG_PRINT3("Failed to read %u bytes; return ERRNO [%s]", in tcp_recv()
1379 DEBUG_PRINT3("Sending chan=%#x type=%#x", in tls_send()
2455 DEBUG_PRINT3("create_connection() = %d, %d", rsocket, wsocket); in create_connection()
2591 DEBUG_PRINT3("destroy_connection() = %d, %d", in destroy_connection()
3172 DEBUG_PRINT3("Enqueue: chan=%#x type=%#x", in reader_thread()
[all …]
/dports/chinese/enscript/enscript-1.6.6/compat/
H A Dregex.c576 #define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) macro
923 #define DEBUG_PRINT3(x1, x2, x3) macro
4250 DEBUG_PRINT3 ("EXECUTING start_memory %d (%d):\n", *p, p[1]);
4298 DEBUG_PRINT3 ("EXECUTING stop_memory %d (%d):\n", *p, p[1]);
4569 DEBUG_PRINT3 (" %d (to %p):\n", mcnt, p + mcnt);
4571 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt);
4596 DEBUG_PRINT3 (" %d (to %p)", mcnt, p + mcnt);
4598 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt);
4881 DEBUG_PRINT3 (" Setting %p to %d.\n", p - 2, mcnt);
4928 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt);
[all …]
/dports/audio/epos-devel/epos-2.5.37/libs/regex/
H A Drx.c612 #define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) macro
959 #define DEBUG_PRINT3(x1, x2, x3) macro
4271 DEBUG_PRINT3 ("EXECUTING start_memory %d (%d):\n", *p, p[1]);
4319 DEBUG_PRINT3 ("EXECUTING stop_memory %d (%d):\n", *p, p[1]);
4590 DEBUG_PRINT3 (" %d (to %p):\n", mcnt, p + mcnt);
4592 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt);
4617 DEBUG_PRINT3 (" %d (to %p)", mcnt, p + mcnt);
4619 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt);
4902 DEBUG_PRINT3 (" Setting %p to %d.\n", p - 2, mcnt);
4949 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt);
[all …]
/dports/print/enscript-letter/enscript-1.6.6/compat/
H A Dregex.c576 #define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) macro
923 #define DEBUG_PRINT3(x1, x2, x3) macro
4250 DEBUG_PRINT3 ("EXECUTING start_memory %d (%d):\n", *p, p[1]);
4298 DEBUG_PRINT3 ("EXECUTING stop_memory %d (%d):\n", *p, p[1]);
4569 DEBUG_PRINT3 (" %d (to %p):\n", mcnt, p + mcnt);
4571 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt);
4596 DEBUG_PRINT3 (" %d (to %p)", mcnt, p + mcnt);
4598 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt);
4881 DEBUG_PRINT3 (" Setting %p to %d.\n", p - 2, mcnt);
4928 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt);
[all …]
/dports/print/enscript-a4/enscript-1.6.6/compat/
H A Dregex.c576 #define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) macro
923 #define DEBUG_PRINT3(x1, x2, x3) macro
4250 DEBUG_PRINT3 ("EXECUTING start_memory %d (%d):\n", *p, p[1]);
4298 DEBUG_PRINT3 ("EXECUTING stop_memory %d (%d):\n", *p, p[1]);
4569 DEBUG_PRINT3 (" %d (to %p):\n", mcnt, p + mcnt);
4571 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt);
4596 DEBUG_PRINT3 (" %d (to %p)", mcnt, p + mcnt);
4598 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt);
4881 DEBUG_PRINT3 (" Setting %p to %d.\n", p - 2, mcnt);
4928 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt);
[all …]
/dports/print/enscript-letterdj/enscript-1.6.6/compat/
H A Dregex.c576 #define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) macro
923 #define DEBUG_PRINT3(x1, x2, x3) macro
4250 DEBUG_PRINT3 ("EXECUTING start_memory %d (%d):\n", *p, p[1]);
4298 DEBUG_PRINT3 ("EXECUTING stop_memory %d (%d):\n", *p, p[1]);
4569 DEBUG_PRINT3 (" %d (to %p):\n", mcnt, p + mcnt);
4571 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt);
4596 DEBUG_PRINT3 (" %d (to %p)", mcnt, p + mcnt);
4598 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt);
4881 DEBUG_PRINT3 (" Setting %p to %d.\n", p - 2, mcnt);
4928 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt);
[all …]
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dregex.c621 #define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) macro
968 #define DEBUG_PRINT3(x1, x2, x3) macro
4268 DEBUG_PRINT3 ("EXECUTING start_memory %d (%d):\n", *p, p[1]);
4316 DEBUG_PRINT3 ("EXECUTING stop_memory %d (%d):\n", *p, p[1]);
4587 DEBUG_PRINT3 (" %d (to %p):\n", mcnt, p + mcnt);
4589 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt);
4614 DEBUG_PRINT3 (" %d (to %p)", mcnt, p + mcnt);
4616 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt);
4899 DEBUG_PRINT3 (" Setting %p to %d.\n", p - 2, mcnt);
4946 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt);
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A Dregex_win32.c609 #define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) macro
956 #define DEBUG_PRINT3(x1, x2, x3) macro
4299 DEBUG_PRINT3 ("EXECUTING stop_memory %d (%d):\n", *p, p[1]); in re_match_2_internal()
4570 DEBUG_PRINT3 (" %d (to %p):\n", mcnt, p + mcnt); in re_match_2_internal()
4572 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt); in re_match_2_internal()
4597 DEBUG_PRINT3 (" %d (to %p)", mcnt, p + mcnt); in re_match_2_internal()
4599 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt); in re_match_2_internal()
4882 DEBUG_PRINT3 (" Setting %p to %d.\n", p - 2, mcnt); in re_match_2_internal()
4910 DEBUG_PRINT3 (" Setting %p to %d.\n", p + 2, mcnt); in re_match_2_internal()
4929 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt); in re_match_2_internal()
[all …]
/dports/print/a2ps/a2ps-4.13/src/
H A Dregex.c623 # define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) macro
970 # define DEBUG_PRINT3(x1, x2, x3) macro
4310 DEBUG_PRINT3 ("EXECUTING start_memory %d (%d):\n", *p, p[1]);
4358 DEBUG_PRINT3 ("EXECUTING stop_memory %d (%d):\n", *p, p[1]);
4629 DEBUG_PRINT3 (" %d (to %p):\n", mcnt, p + mcnt);
4631 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt);
4656 DEBUG_PRINT3 (" %d (to %p)", mcnt, p + mcnt);
4658 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt);
4941 DEBUG_PRINT3 (" Setting %p to %d.\n", p - 2, mcnt);
4988 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt);
[all …]
/dports/net/quagga/quagga-1.2.4/lib/
H A Dregex.c627 # define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) macro
974 # define DEBUG_PRINT3(x1, x2, x3) macro
4368 DEBUG_PRINT3 ("EXECUTING start_memory %d (%d):\n", *p, p[1]);
4416 DEBUG_PRINT3 ("EXECUTING stop_memory %d (%d):\n", *p, p[1]);
4687 DEBUG_PRINT3 (" %d (to %p):\n", mcnt, p + mcnt);
4689 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt);
4714 DEBUG_PRINT3 (" %d (to %p)", mcnt, p + mcnt);
4716 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt);
4999 DEBUG_PRINT3 (" Setting %p to %d.\n", p - 2, mcnt);
5046 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt);
[all …]
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/dlcompat-20010505/
H A Ddlopen.c48 #define DEBUG_PRINT3(format,arg1,arg2,arg3) fprintf(stderr,(format),\ macro
54 #define DEBUG_PRINT3(format,arg1,arg2,arg3) /**/ macro
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/dlcompat-20010505/
H A Ddlopen.c48 #define DEBUG_PRINT3(format,arg1,arg2,arg3) fprintf(stderr,(format),\ macro
54 #define DEBUG_PRINT3(format,arg1,arg2,arg3) /**/ macro
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/dlcompat-20010505/
H A Ddlopen.c48 #define DEBUG_PRINT3(format,arg1,arg2,arg3) fprintf(stderr,(format),\ macro
54 #define DEBUG_PRINT3(format,arg1,arg2,arg3) /**/ macro
/dports/science/afni/afni-AFNI_21.3.16/src/dlcompat/
H A Ddlopen.c48 #define DEBUG_PRINT3(format,arg1,arg2,arg3) fprintf(stderr,(format),\ macro
54 #define DEBUG_PRINT3(format,arg1,arg2,arg3) /**/ macro
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sasl2-sys-0.1.12/sasl2/dlcompat-20010505/
H A Ddlopen.c48 #define DEBUG_PRINT3(format,arg1,arg2,arg3) fprintf(stderr,(format),\ macro
54 #define DEBUG_PRINT3(format,arg1,arg2,arg3) /**/ macro
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/dlcompat-20010505/
H A Ddlopen.c48 #define DEBUG_PRINT3(format,arg1,arg2,arg3) fprintf(stderr,(format),\ macro
54 #define DEBUG_PRINT3(format,arg1,arg2,arg3) /**/ macro
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/dlcompat-20010505/
H A Ddlopen.c48 #define DEBUG_PRINT3(format,arg1,arg2,arg3) fprintf(stderr,(format),\ macro
54 #define DEBUG_PRINT3(format,arg1,arg2,arg3) /**/ macro
/dports/security/cyrus-sasl2-srp/cyrus-sasl-2.1.28/dlcompat-20010505/
H A Ddlopen.c48 #define DEBUG_PRINT3(format,arg1,arg2,arg3) fprintf(stderr,(format),\ macro
54 #define DEBUG_PRINT3(format,arg1,arg2,arg3) /**/ macro
/dports/devel/global/global-6.6.7/libglibc/
H A Dregex.c620 # define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) macro
967 # define DEBUG_PRINT3(x1, x2, x3) macro
4369 DEBUG_PRINT3 ("EXECUTING start_memory %d (%d):\n", *p, p[1]);
4417 DEBUG_PRINT3 ("EXECUTING stop_memory %d (%d):\n", *p, p[1]);
4688 DEBUG_PRINT3 (" %d (to %p):\n", mcnt, p + mcnt);
4690 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt);
4715 DEBUG_PRINT3 (" %d (to %p)", mcnt, p + mcnt);
4717 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt);
4989 DEBUG_PRINT3 (" Setting %p to %d.\n", p - 2, mcnt);
5036 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt);
[all …]
/dports/japanese/gawk/gawk-3.0.6/
H A Dregex.c605 #define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) macro
972 #define DEBUG_PRINT3(x1, x2, x3) macro
4791 DEBUG_PRINT3 ("EXECUTING start_memory %d (%d):\n", *p, p[1]);
4839 DEBUG_PRINT3 ("EXECUTING stop_memory %d (%d):\n", *p, p[1]);
5110 DEBUG_PRINT3 (" %d (to %p):\n", mcnt, p + mcnt);
5112 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt);
5137 DEBUG_PRINT3 (" %d (to %p)", mcnt, p + mcnt);
5139 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt);
5412 DEBUG_PRINT3 (" Setting %p to %d.\n", p - 2, mcnt);
5459 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt);
[all …]
/dports/lang/ferite/ferite-1.0.2/libs/triton/src/
H A Dtriton_loader_darwin.c52 # define DEBUG_PRINT3(format,arg1,arg2,arg3) fprintf(stderr,(format),\ macro
58 # define DEBUG_PRINT3(format,arg1,arg2,arg3) /**/ macro
/dports/lang/awka/awka-0.7.5/regexp/
H A Dregex.c608 # define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) macro
955 # define DEBUG_PRINT3(x1, x2, x3) macro
4701 DEBUG_PRINT3 (" %d (to %p):\n", mcnt, p + mcnt);
4703 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt);
4728 DEBUG_PRINT3 (" %d (to %p)", mcnt, p + mcnt);
4730 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt);
5002 DEBUG_PRINT3 (" Setting %p to %d.\n", p - 2, mcnt);
5004 DEBUG_PRINT3 (" Setting 0x%x to %d.\n", p - 2, mcnt);
5030 DEBUG_PRINT3 (" Setting %p to %d.\n", p + 2, mcnt);
5049 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt);
[all …]

12345