Home
last modified time | relevance | path

Searched refs:MAX_DEBUG (Results 1 – 20 of 20) sorted by relevance

/dports/games/gnuchess/gnuchess-6.2.9/src/frontend/
H A Ddebug.cc40 #define MAX_DEBUG 1000 macro
77 char buf[MAX_DEBUG]; in dbg_printf()
89 vsnprintf(buf, MAX_DEBUG, fmt, ap); in dbg_printf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/include/
H A Derror.h150 #ifndef MAX_DEBUG
151 # define MAX_DEBUG (~0U) macro
158 if (is_constant(level) && level > MAX_DEBUG) in debug_level()
/dports/devel/nasm/nasm-2.15.05/include/
H A Derror.h150 #ifndef MAX_DEBUG
151 # define MAX_DEBUG (~0U) macro
158 if (is_constant(level) && level > MAX_DEBUG) in debug_level()
/dports/net-im/jabberd/jabberd-2.7.0/util/
H A Dlog.c188 char *pos, message[MAX_DEBUG]; in debug_log()
203 snprintf(message, MAX_DEBUG, "%s%s:%d ", pos, file, line); in debug_log()
209 vsnprintf(pos, MAX_DEBUG - sz, msgfmt, ap); in debug_log()
H A Dutil.h422 #define MAX_DEBUG 8192 macro
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/epmd/src/
H A Depmd.c52 #define MAX_DEBUG 10 macro
56 char* argv[MAX_DEBUG+4]; in epmd_dbg()
61 if(level > MAX_DEBUG) in epmd_dbg()
62 level = MAX_DEBUG; in epmd_dbg()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/epmd/src/
H A Depmd.c52 #define MAX_DEBUG 10 macro
56 char* argv[MAX_DEBUG+4]; in epmd_dbg()
61 if(level > MAX_DEBUG) in epmd_dbg()
62 level = MAX_DEBUG; in epmd_dbg()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/epmd/src/
H A Depmd.c52 #define MAX_DEBUG 10 macro
56 char* argv[MAX_DEBUG+4]; in epmd_dbg()
61 if(level > MAX_DEBUG) in epmd_dbg()
62 level = MAX_DEBUG; in epmd_dbg()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/epmd/src/
H A Depmd.c52 #define MAX_DEBUG 10 macro
56 char* argv[MAX_DEBUG+4]; in epmd_dbg()
61 if(level > MAX_DEBUG) in epmd_dbg()
62 level = MAX_DEBUG; in epmd_dbg()
/dports/lang/erlang/otp-OTP-24.1.7/erts/epmd/src/
H A Depmd.c52 #define MAX_DEBUG 10 macro
56 char* argv[MAX_DEBUG+4]; in epmd_dbg()
61 if(level > MAX_DEBUG) in epmd_dbg()
62 level = MAX_DEBUG; in epmd_dbg()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/epmd/src/
H A Depmd.c52 #define MAX_DEBUG 10 macro
56 char* argv[MAX_DEBUG+4]; in epmd_dbg()
61 if(level > MAX_DEBUG) in epmd_dbg()
62 level = MAX_DEBUG; in epmd_dbg()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/epmd/src/
H A Depmd.c52 #define MAX_DEBUG 10 macro
56 char* argv[MAX_DEBUG+4]; in epmd_dbg()
61 if(level > MAX_DEBUG) in epmd_dbg()
62 level = MAX_DEBUG; in epmd_dbg()
/dports/net-im/jabberd/jabberd-2.7.0/sx/
H A Dsx.c319 char *pos, message[MAX_DEBUG]; in __sx_debug()
323 snprintf(message, MAX_DEBUG, "sx (%s:%d) ", file, line); in __sx_debug()
329 vsnprintf(pos, MAX_DEBUG - sz, msgfmt, ap); in __sx_debug()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dgt68xx_low.h60 #undef MAX_DEBUG
73 #ifdef MAX_DEBUG
H A Dgt68xx.c52 #define MAX_DEBUG macro
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/build-system/cmake/
H A Dcmake-configure352 MAX_DEBUG="yes"
504 if [ ! -z "$MAX_DEBUG" ]; then
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/build-system/cmake/
H A Dcmake-configure352 MAX_DEBUG="yes"
504 if [ ! -z "$MAX_DEBUG" ]; then
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/troff.d/devaps/
H A Ddaps.h151 #define MAX_DEBUG 20 /* number of debug states */ macro
H A Ddaps.c399 for (i=0; i<MAX_DEBUG; i+=4) in get_options()
544 if ( index >= 0 && index < MAX_DEBUG ) in debug_select()
547 for ( i = 0; i < MAX_DEBUG; i++ ) in debug_select()
H A Ddaps.g54 short debug[MAX_DEBUG]; /* array of debug flags */