Searched refs:debug (Results 51 - 75 of 1612) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A DpkgIndex.tcl4 package ifneeded menubar::debug 0.5 [list source [file join $dir debug.tcl]]
/macosx-10.10.1/bc-21/bc/lib/
H A Dtestmul.c122 int debug = 0; /* Print debugging messages? */ variable
141 debug = 1;
150 if (debug)
159 if (debug)
164 if (debug) fprintf (stderr,"Checking %d...\n", mid);
183 if (debug) {
189 if (debug)
207 if (debug)
212 if (debug) fprintf (stderr, "Checking %d...\n", mid);
231 if (debug) {
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_bw_mmap_rd.c76 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
78 # define debug(fmt, args...) macro
198 debug("benchmark_init");
232 debug("benchmark_optswitch");
237 debug("optf = %s\n", optf);
241 debug("opti = %s\n", opti? "true": "false");
245 debug("opts = %d\n", opts);
256 debug("benchmark_initrun");
272 debug("benchmark_initworker\n");
303 debug("benchmark_initbatc
[all...]
H A Dlmbench_bw_file_rd.c74 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
76 # define debug(fmt, args...) macro
181 debug("benchmark_init");
213 debug("benchmark_optswitch");
218 debug("optf = %s\n", optf);
222 debug("opti = %s\n", opte? "true": "false");
233 debug("benchmark_initrun");
246 debug("benchmark_initworker: ts_once = %i\n",ts->ts_once);
254 debug("benchmark_initbatch");
270 debug("i
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D016Export.t55 $log2->debug("Is this it?");
64 $log3->debug("Is this it?");
73 $log4->debug("Is this it?");
82 $log5->debug("Is this it?");
91 $log6->debug("Is this it?");
100 $log7->debug("Is this it?");
109 $log8->debug("Is this it?");
119 $log8->debug("Is this it?");
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dnewgetopt.pl38 $debug = 0; # for debugging
49 $Getopt::Long::debug = $newgetopt::debug
50 if defined $newgetopt::debug;
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDALog.h38 extern void DALogOpen( char * name, Boolean debug, Boolean error, Boolean verbose );
/macosx-10.10.1/Heimdal-398.1.2/appl/popper/
H A Dpop_stat.c18 if (p->debug) pop_log(p,POP_DEBUG,"%d message(s) (%ld octets).",
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dtest_pkcs11.in45 debug p11dbg.log
55 debug p11dbg.log
/macosx-10.10.1/OpenSSL098-52/src/util/pl/
H A Dultrix.pl13 if ($debug)
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A Dgenerator.mk20 debug: build
24 .PHONY: build clean debug profile
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dgenerator.mk18 debug: build
22 .PHONY: build clean debug profile
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A Dgenerator.mk20 debug: build
24 .PHONY: build clean debug profile
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dgenerator.mk18 debug: build
22 .PHONY: build clean debug profile
/macosx-10.10.1/WebKit2-7600.1.25/
H A DMakefile14 debug d development dev develop: ;
/macosx-10.10.1/groff-38/groff/src/preproc/html/
H A Dpushback.h34 int debug; member in class:pushBackBuffer
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/generator/template/darkfish/js/
H A Ddarkfish.js12 var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml",
110 console.debug( "Highlighting target '%s'.", anchor );
115 console.debug( "Wrapping the target-section" );
119 console.debug( "Already wrapped." );
126 console.debug( "Location hash: %s", window.location.hash );
130 console.debug( "Found anchor: %s; matching %s", anchor, "a[name=" + anchor + "]" );
136 console.debug( "Highlighting click target for event %o", event.target );
139 console.debug( "Found target anchor: %s", anchor );
/macosx-10.10.1/remote_cmds-47/talkd.tproj/
H A Dtable.c70 extern int debug;
99 if (debug)
104 if (debug)
110 if (debug)
136 if (debug)
141 if (debug)
147 if (debug)
210 if (debug)
215 if (debug)
232 if (debug)
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Daudit.c127 debug("audit connection from %s port %d euid %d", host, port,
138 debug("audit event euid %d user %s event %d (%s)", geteuid(),
154 debug("audit session open euid %d user %s tty name %s", geteuid(),
170 debug("audit session close euid %d user %s tty name %s", geteuid(),
182 debug("audit run command euid %d user %s command '%.200s'", geteuid(),
H A Dsshconnect1.c92 debug("Trying RSA authentication via agent with '%.100s'", comment);
107 debug("Server refused our key.");
119 debug("Received RSA challenge from server.");
132 debug("Sending response to RSA challenge.");
148 debug("RSA authentication accepted by server.");
158 debug("RSA authentication using agent refused.");
193 debug("Sending response to host key RSA challenge.");
223 debug("Trying RSA authentication with key '%.100s'", comment);
239 debug("Server refused our key.");
253 debug("Receive
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Dfragment.c22 static int debug = 0; variable
45 if (debug)
60 if (debug)
105 if (debug)
120 if (debug)
130 if (debug)
143 if (debug)
145 if (debug)
148 if (debug)
/macosx-10.10.1/libxslt-13/libxslt/tests/xmlspec/
H A DMakefile.am10 CLEANFILES = .memdump debug
21 > REC-xml-20001006.out 2> debug ; \
24 grep implemented debug | sort | uniq -c || true; \
25 grep " ms$$" debug || true; \
35 > REC-xml-20001006-review.out 2> debug ; \
38 grep implemented debug | sort | uniq -c || true; \
39 grep " ms$$" debug || true; \
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/
H A DSOAP-domain.tcl26 variable debug 0 ;# flag to toggle debug output
130 variable debug
142 log::log debug $msg
151 log::log debug $msg
159 log::log debug $msg
166 if { $debug } { set ::doc $doc }
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A Dfsck_journal.c51 extern char debug;
139 if (debug) {
151 if (debug) {
187 if (debug)
197 if (debug)
215 if (debug)
222 if (debug) {
277 if (debug)
287 if (debug)
292 if (debug)
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Transport/
H A DLOCAL.pm56 SOAP::Trace::debug($envelope);
58 SOAP::Trace::debug($response);

Completed in 267 milliseconds

1234567891011>>