Searched refs:debug (Results 1 - 25 of 1830) sorted by relevance

1234567891011>>

/macosx-10.9.5/sudo-72/src/
H A Dsample.syslog.conf20 # If your system has the authpriv syslog facility, use authpriv.debug
21 auth.debug /var/log/auth
25 # If your system has the authpriv syslog facility, use authpriv.debug
26 auth.debug @loghost
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/dbm/sdbm/
H A Dsdbm_tune.h35 #define debug(x) printf x macro
37 #define debug(x) macro
/macosx-10.9.5/apr-30/apr-util/apr-util/dbm/sdbm/
H A Dsdbm_tune.h35 #define debug(x) printf x macro
37 #define debug(x) macro
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tie/
H A Dtie_log.tcl36 ::log::log debug "$self construction"
41 ::log::log debug "$self destruction"
49 ::log::log debug "$self get (nothing)"
54 ::log::log debug "$self set [list $dict]"
59 ::log::log debug "$self unset $pattern"
64 ::log::log debug "$self names (nothing)"
69 ::log::log debug "$self size (0)"
74 ::log::log debug "$self get ($index)"
79 ::log::log debug "$self set ($index) = \[$value\]"
84 ::log::log debug "
[all...]
/macosx-10.9.5/zsh-60/zsh/Functions/VCS_Info/
H A DVCS_INFO_hook9 local -i debug
17 zstyle -t "${context}" debug && debug=1 || debug=0
18 if (( debug )); then
25 if (( debug )); then
29 if (( debug )); then
43 (( debug )) && printf ' + Unknown function: "%s"\n' "${func}"
46 (( debug )) && printf ' + Running function: "%s"\n' "${func}"
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dtrivial.c73 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
75 # define debug(fmt, args...) macro
104 debug("benchmark_init\n");
138 debug("benchmark_optswitch\n");
143 debug("optc = %s\n", optc);
147 debug("opte = %s\n", opte? "true": "false");
151 debug("optt = %d\n", optt);
162 debug("benchmark_initrun\n");
174 debug("benchmark_initworker: ts_once = %i\n",ts->ts_once);
189 debug("benchmark_initbatc
[all...]
H A Dcreate_file.c74 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
76 # define debug(fmt, args...) macro
104 debug("benchmark_init\n");
137 debug("benchmark_optswitch\n");
153 debug("benchmark_initrun\n");
164 // debug("benchmark_initworker: ts_once = %i\n",ts->ts_once);
179 debug("benchmark_initbatch: ts_once = %i\n",ts->ts_once);
194 debug("in to benchmark - optB = %i : ts_once = %i\n", lm_optB, ts->ts_once);
200 debug("out of benchmark - optB = %i : ts_once = %i\n", lm_optB, ts->ts_once);
209 // debug("benchmark_finibatc
[all...]
H A Dgetgrent.c42 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
44 # define debug(fmt, args...) macro
74 debug("benchmark_init");
90 debug("benchmark_optswitch");
107 debug("\nbenchmark_initrun");
121 debug("in to benchmark - optB = %i", lm_optB);
129 debug("error: %s", strerror(errno));
138 debug("gr_name: %s", grp->gr_name);
151 debug("benchmark_finirun ");
160 debug("benchmark_resul
[all...]
H A Dgetpwent.c42 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
44 # define debug(fmt, args...) macro
74 debug("benchmark_init");
90 debug("benchmark_optswitch");
107 debug("\nbenchmark_initrun");
121 debug("in to benchmark - optB = %i", lm_optB);
129 debug("error: %s", strerror(errno));
138 debug("pw_name: %s", passwd->pw_name);
151 debug("benchmark_finirun ");
160 debug("benchmark_resul
[all...]
H A Dgetpwnam.c44 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
46 # define debug(fmt, args...) macro
97 debug("benchmark_init");
118 debug("benchmark_optswitch");
123 debug("optCachehit = %d\n", optCachehit);
136 debug("optRecords = %d\n", optRecords);
141 debug("default_uprefix = %s\n", default_uprefix);
162 debug("\nbenchmark_initrun");
167 debug("# of records adjusted to %d for cache hit rate %d%%\n", optRecords, optCachehit);
174 debug("Adjustin
[all...]
H A Dgetaddrinfo_port.c42 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
44 # define debug(fmt, args...) macro
76 debug("benchmark_init");
92 debug("benchmark_optswitch");
109 debug("\nbenchmark_initrun");
123 debug("in to benchmark - optB = %i", lm_optB);
129 debug("error: %s", gai_strerror(err));
145 debug("benchmark_finirun ");
154 debug("benchmark_result");
H A Dgetgrnam.c43 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
45 # define debug(fmt, args...) macro
86 debug("benchmark_init");
106 debug("benchmark_optswitch");
111 debug("optRecords = %d\n", optRecords);
120 debug("default_gprefix = %s\n", default_gprefix);
140 debug("\nbenchmark_initrun");
146 debug ("malloc error");
152 debug("creating group name %s", &grpname_list[i*GROUPNAME_LEN]);
167 debug("i
[all...]
H A Dgetpwuid.c42 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
44 # define debug(fmt, args...) macro
87 debug("benchmark_init");
107 debug("parse_range");
111 debug("min = %d", *min);
120 debug("range = %d", *offset);
136 debug("benchmark_optswitch");
141 debug("optCachehit = %d\n", optCachehit);
174 debug("\nbenchmark_initrun");
196 debug("i
[all...]
H A Dgetaddrinfo_host.c42 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
44 # define debug(fmt, args...) macro
84 debug("benchmark_init");
105 debug("parse_range");
109 debug("min = %d", *min);
118 debug("range = %d", *offset);
135 debug("benchmark_optswitch");
140 debug ("hostname format: %s", hostname_format);
168 debug("\nbenchmark_initrun");
182 debug("mallo
[all...]
H A Dgetgrgid.c43 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
45 # define debug(fmt, args...) macro
82 debug("benchmark_init");
101 debug("parse_range");
105 debug("min = %d", *min);
114 debug("range = %d", *offset);
131 debug("benchmark_optswitch");
156 debug("\nbenchmark_initrun");
170 debug("in to benchmark - optB = %i", lm_optB);
182 debug("erro
[all...]
H A Dmbr_check_membership.c44 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
46 # define debug(fmt, args...) macro
84 debug("benchmark_init");
103 debug("parse_range");
107 debug("min = %d", *min);
116 debug("range = %d", *offset);
129 debug("benchmark_optswitch");
156 debug("benchmark_initrun");
201 // debug("in to benchmark - optB = %i", lm_optB);
211 //debug ("loo
[all...]
H A Dmbr_check_service_membership.c44 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
46 # define debug(fmt, args...) macro
88 debug("benchmark_init");
109 debug("benchmark_optswitch");
114 debug("optRecords = %d\n", optRecords);
136 debug("default_uprefix = %s\n", default_uprefix);
151 debug("benchmark_initrun");
158 debug("SACL = %s", sacl[i]);
176 debug("benchmark_initworker");
188 debug ("erro
[all...]
/macosx-10.9.5/Heimdal-323.92.1/cf/
H A Droken-h-process.pl5 my $debug = 0;
10 $debug = 1;
19 print "parse config.h\n" if ($debug);
58 if ($debug) {
67 print "parse roken.h.in\n" if ($debug);
97 print "line = $res: $1\n" if ($debug);
118 print "line: $_\n" if ($debug);
119 print "nesting dep $#{nesting}\n" if ($debug);
123 print "nesting $i val $nesting[$i] -> $t\n" if ($debug);
146 print "end $_\n" if ($debug);
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/
H A Dstack_protector.c30 #include <kern/debug.h>
/macosx-10.9.5/xnu-2422.115.4/osfmk/profiling/
H A Dprofile-kgmon.c52 * Move all printfs into if (pv->debug) { ... } blocks.
53 * Add debug printfs protected by if (pv->debug) for all error conditions.
55 * Add code to get/set debug flag.
112 if (PROFILE_VARS(0)->debug) {
119 if (PROFILE_VARS(0)->debug) {
135 if (PROFILE_VARS(0)->debug) {
142 if (PROFILE_VARS(0)->debug) {
154 if (PROFILE_VARS(0)->debug) {
163 if (PROFILE_VARS(0)->debug) {
[all...]
/macosx-10.9.5/ntp-88/ntpdc/
H A Dnl.pl5 $debug = 0;
19 print STDERR "type = '$type'\n" if $debug;
25 print STDERR "\tfield = '$field'\n" if $debug;
/macosx-10.9.5/bind9-45.100/bind9/contrib/query-loc-0.4.0/
H A Dquery-loc.c7 short debug; variable
35 debug = atoi (optarg);
36 if (debug <= 0)
39 "%s: illegal debug value.\n", progname);
53 if (verbose || debug)
62 if (debug >= 1)
68 if (debug >= 1)
74 if (debug >= 1)
81 if (debug >= 1)
93 if (verbose || debug)
[all...]
/macosx-10.9.5/ntp-88/include/
H A Dntp_debug.h18 if (debug >= (_lvl_)) \
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dftest.c50 int debug=0; local
55 debug = atoi( optarg );
64 if ( debug ) {
65 if ( ber_set_option( NULL, LBER_OPT_DEBUG_LEVEL, &debug )
69 debug );
71 if ( ldap_set_option( NULL, LDAP_OPT_DEBUG_LEVEL, &debug )
75 debug );
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dncp56 # debug: Print debugging info.
57 typeset interactive=false noover=false overwrite=false debug=false
70 x) debug=true ;;
138 $debug && echo argv = "${argv[@]}" 1>&2
141 if $debug; then
143 "interactive=$interactive noover=$noover overwrite=$overwrite debug=$debug
149 $debug && echo "checking for existance of directories..." 1>&2
178 $debug && echo "Appending filename." 1>&2
186 $debug
[all...]

Completed in 223 milliseconds

1234567891011>>