Home
last modified time | relevance | path

Searched refs:OPT_DEBUG (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/irc/bopm/bopm-3.1.3/src/
H A Dmain.c65 unsigned int OPT_DEBUG = 0; /* Debug level */ variable
101 OPT_DEBUG++; in main()
122 if (OPT_DEBUG <= 0) in main()
153 log_printf("MAIN -> Debug level %d", OPT_DEBUG); in main()
210 if(OPT_DEBUG) in main()
265 if (!OPT_DEBUG) in main()
H A Dscan.c149 if(OPT_DEBUG) in scan_timer()
229 if(OPT_DEBUG) in scan_init()
316 if(OPT_DEBUG >= 2) in scan_init()
370 if(OPT_DEBUG) in scan_connect()
388 if(OPT_DEBUG) in scan_connect()
543 if(OPT_DEBUG) in scan_checkfinished()
689 if(OPT_DEBUG) in scan_negotiation_failed()
735 if(OPT_DEBUG) in scan_timeout()
780 if(OPT_DEBUG) in scan_end()
852 if(OPT_DEBUG) in scan_handle_error()
[all …]
H A Ddnsbl.c92 if(OPT_DEBUG) in dnsbl_add()
147 if(OPT_DEBUG) in dnsbl_positive()
179 if(OPT_DEBUG) in dnsbl_result()
258 if(OPT_DEBUG >= 3) in dnsbl_report()
H A Dlog.c88 if(!OPT_DEBUG && !logfile) in log_printf()
99 if(OPT_DEBUG) in log_printf()
H A Dirc.c345 if (OPT_DEBUG >= 2) in irc_send()
426 if (OPT_DEBUG >= 1) in irc_connect()
521 if(OPT_DEBUG >= 2) in irc_read()
564 if (OPT_DEBUG >= 2) in irc_parse()
859 if(OPT_DEBUG >= 2) in m_ping()
1034 if(OPT_DEBUG > 0) in m_notice()
1059 if(OPT_DEBUG > 0) in m_notice()
/dports/dns/adns/adns-1.6.0/client/
H A Dadnsheloex.c63 #define OPT_DEBUG 1 macro
128 if (opts & OPT_DEBUG) in readline()
136 if (opts & OPT_DEBUG) in readline()
154 initflags= (opts & OPT_DEBUG) ? adns_if_debug : 0; in proclog()
166 if (opts & OPT_DEBUG) in proclog()
193 if (opts & OPT_DEBUG) in proclog()
200 if (opts & OPT_DEBUG) in proclog()
269 opts|= OPT_DEBUG; in main()
H A Dadnslogres.c62 #define OPT_DEBUG 1 macro
154 if (opts & OPT_DEBUG) in readline()
174 initflags= (((opts & OPT_DEBUG) ? adns_if_debug : 0) | in proclog()
186 if (opts & OPT_DEBUG) in proclog()
276 opts|= OPT_DEBUG; in main()
/dports/net/ladvd/ladvd-1.1.2/tests/
H A Dcheck_parent.c57 options |= OPT_DEBUG; in START_TEST()
75 options &= ~OPT_DEBUG; in START_TEST()
187 options |= OPT_DEBUG; in START_TEST()
209 options |= OPT_DEBUG; in START_TEST()
345 options |= OPT_DEBUG; in START_TEST()
387 options &= ~OPT_DEBUG; in START_TEST()
393 options |= OPT_DEBUG; in START_TEST()
404 options |= OPT_DEBUG; in START_TEST()
437 options |= OPT_DEBUG; in START_TEST()
481 options |= OPT_DEBUG; in START_TEST()
[all …]
/dports/x11-wm/wayfire/wayfire-0.7.0/subprojects/wf-utils/
H A DMakefile84 OPT_DEBUG := -Og -g3 -gdwarf-2 -pipe macro
87 OPT_DEBUG := -O3 -pipe macro
92 CFLAGS = $(CFLAGSCOMMON) -std=c18 -fno-builtin $(OPT_DEBUG)
93 CPPFLAGS = $(CFLAGSCOMMON) -std=c++17 $(OPT_DEBUG)
94 ASFLAGS = -c $(OPT_DEBUG)
/dports/print/ttf2pt1/ttf2pt1-3.4.4/app/TeX/
H A Dsfd2map29 '-debug|d' , \$OPT_DEBUG
35 if($OPT_DEBUG) {
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/
H A Doptions.c36 OPT_DEBUG, enumerator
48 {"debug", required_argument, NULL, OPT_DEBUG},
152 case OPT_DEBUG: in parse_options()
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/
H A Doptions.c36 OPT_DEBUG, enumerator
48 {"debug", required_argument, NULL, OPT_DEBUG},
151 case OPT_DEBUG: in parse_options()
/dports/graphics/jasper/jasper-version-2.0.33/src/appl/
H A Dimginfo.c90 OPT_DEBUG, enumerator
112 {OPT_DEBUG, "debug-level", JAS_OPT_HASARG},
171 case OPT_DEBUG: in main()
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_wccp/
H A Dwccp_client.cc124 static int const OPT_DEBUG = 261; ///< Enable debug printing in main() local
131 {"debug", 0, nullptr, OPT_DEBUG}, in main()
174 case OPT_DEBUG: in main()
/dports/databases/casstcl/casstcl-2.15.0/generic/
H A Dcasstcl_log.c52 OPT_DEBUG, in casstcl_obj_to_cass_log_level() enumerator
88 case OPT_DEBUG: { in casstcl_obj_to_cass_log_level()
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/clients/
H A Dmemflush.cc111 {(OPTIONSTRING)"debug", no_argument, &opt_verbose, OPT_DEBUG}, in options_parse()
140 case OPT_DEBUG: /* --debug or -d */ in options_parse()
141 opt_verbose= OPT_DEBUG; in options_parse()
H A Dmemping.cc108 {(OPTIONSTRING)"debug", no_argument, &opt_verbose, OPT_DEBUG}, in options_parse()
139 case OPT_DEBUG: /* --debug or -d */ in options_parse()
140 opt_verbose = OPT_DEBUG; in options_parse()
H A Dmemdump.cc157 {(OPTIONSTRING)"debug", no_argument, &opt_verbose, OPT_DEBUG}, in options_parse()
188 case OPT_DEBUG: /* --debug or -d */ in options_parse()
189 opt_verbose= OPT_DEBUG; in options_parse()
H A Dmemexist.cc155 {(OPTIONSTRING)"debug", no_argument, &opt_verbose, OPT_DEBUG}, in options_parse()
189 case OPT_DEBUG: /* --debug or -d */ in options_parse()
190 opt_verbose = OPT_DEBUG; in options_parse()
H A Dmemtouch.cc159 {(OPTIONSTRING)"debug", no_argument, &opt_verbose, OPT_DEBUG}, in options_parse()
194 case OPT_DEBUG: /* --debug or -d */ in options_parse()
195 opt_verbose = OPT_DEBUG; in options_parse()
/dports/databases/libmemcached/libmemcached-1.0.18/clients/
H A Dmemflush.cc111 {(OPTIONSTRING)"debug", no_argument, &opt_verbose, OPT_DEBUG}, in options_parse()
140 case OPT_DEBUG: /* --debug or -d */ in options_parse()
141 opt_verbose= OPT_DEBUG; in options_parse()
H A Dmemping.cc108 {(OPTIONSTRING)"debug", no_argument, &opt_verbose, OPT_DEBUG}, in options_parse()
139 case OPT_DEBUG: /* --debug or -d */ in options_parse()
140 opt_verbose = OPT_DEBUG; in options_parse()
H A Dmemdump.cc157 {(OPTIONSTRING)"debug", no_argument, &opt_verbose, OPT_DEBUG}, in options_parse()
188 case OPT_DEBUG: /* --debug or -d */ in options_parse()
189 opt_verbose= OPT_DEBUG; in options_parse()
H A Dmemexist.cc155 {(OPTIONSTRING)"debug", no_argument, &opt_verbose, OPT_DEBUG}, in options_parse()
189 case OPT_DEBUG: /* --debug or -d */ in options_parse()
190 opt_verbose = OPT_DEBUG; in options_parse()
H A Dmemtouch.cc159 {(OPTIONSTRING)"debug", no_argument, &opt_verbose, OPT_DEBUG}, in options_parse()
194 case OPT_DEBUG: /* --debug or -d */ in options_parse()
195 opt_verbose = OPT_DEBUG; in options_parse()

12345678910