Searched refs:debug (Results 101 - 125 of 1612) sorted by relevance

1234567891011>>

/macosx-10.10.1/objc4-646/
H A Dmarkgc.c43 bool debug; variable
82 debug = true;
131 if (debug) printf("flags->%x, nitems %lu\n", ii->flags, size/sizeof(struct imageInfo));
172 if (debug) printf("section %s from segment %s\n", sect->sectname, sect->segname);
186 if (debug) printf("section %s from segment %s\n", sect->sectname, sect->segname);
205 if (debug) printf("segment name: %s, nsects %d\n", seg->segname, seg->nsects);
217 if (debug) printf("segment name: %s\n", seg->segname);
289 if (debug) printf("...segment64\n");
294 if (debug) printf("...segment32\n");
297 case LC_SYMTAB: if (debug) print
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D003Layout.t41 $logger->debug("That's the message");
54 $logger->debug("That's the message");
64 $logger->debug("That's the message");
74 $logger->debug("That's the message");
91 $logger->debug("That's the message");
99 $logger->debug("That's the message");
108 $logger->debug("That's the message");
113 # Check depth level of %M - with debug(...)
120 $logger->debug("That's the message");
127 # Check depth level of %M - with debug(
[all...]
H A D015fltmsg.t37 $logger->debug("Chunk1", "Chunk2", "Chunk3");
55 $logger->debug("Chunk1", "Chunk2", "Chunk3");
74 $logger->debug("Chunk1", "Chunk2", "Chunk3");
92 $logger->debug("Chunk1", "Chunk2", "Chunk3", "Chunk4");
117 $logger->debug("Chunk1", "Chunk2", "Chunk3");
H A D005Config-Perl.t35 $logger->debug("Gurgel");
54 $logger->debug("Gurgel");
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DConstants.pm115 'debug' => [ @DEBUG ],
120 my ($self, $debug) = @_;
122 $debug = $self unless defined($debug) || ref($self);
124 if ($debug =~ /^\d+$/) {
136 if ($debug & $flag) {
145 @flags = split(/\W+/, $debug);
146 $debug = 0;
149 return $self->error("unknown debug flag: $flag") unless defined $value;
150 $debug |
[all...]
/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonEC.c31 int debug = 0;
38 if(debug) printf("Keys Generated\n");
72 if(debug) printf("Signing Complete\n");
81 if(debug) printf("Verify Complete\n");
93 if(debug) printf("Verify2 Complete\n");
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dstabs.c66 debug(3, "Trying to resolve %s (%d)\n", tdesc_name(node), node->t_id);
73 debug(3, " Resolving to %d\n", new->t_id);
86 debug(3, "Trying to unforward %s (%d)\n", tdesc_name(node), node->t_id);
91 debug(3, " Unforwarded to %d\n", new->t_id);
118 debug(2, "Resolving unresolved stabs\n");
206 debug(3, "Found stabs in %d, strings in %d\n", stabidx, stabstridx);
219 debug(3, "stab %d: opening scope (%d)\n", i + 1, scope);
223 debug(3, "stab %d: closing scope (%d)\n", i + 1, scope);
290 debug(3, "%4d: .stabs \"%s\", %#x, %d, %hd, %d (from %s)\n", i,
304 debug(
[all...]
/macosx-10.10.1/file_cmds-242/rmt/
H A Drmt.c77 FILE *debug; variable
78 #define DEBUG(f) if (debug) fprintf(debug, f)
79 #define DEBUG1(f,a) if (debug) fprintf(debug, f, a)
80 #define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2)
98 debug = fopen(*argv, "w");
99 if (debug == 0)
101 (void)setbuf(debug, (cha
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dhttpproxy.rb124 logger.debug("#{err.class}: #{err.message}")
153 @logger.debug("CONNECT: upstream proxy is `#{host}:#{port}'.")
157 @logger.debug("CONNECT: sending a Request-Line")
159 @logger.debug("CONNECT: > #{proxy_request_line}")
161 @logger.debug("CONNECT: sending a credentials")
166 @logger.debug("CONNECT: read a Status-Line form the upstream server")
167 @logger.debug("CONNECT: < #{proxy_status_line}")
176 @logger.debug("CONNECT #{host}:#{port}: succeeded")
179 @logger.debug("CONNECT #{host}:#{port}: failed `#{ex.message}'")
198 @logger.debug("CONNEC
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dllvm-compilers-check47 # --build=debug --build=release --build=paranoid
54 # llvmbuild will build debug, release and paranoid (debug+checks)
286 self.logger.debug("[" + prefix + "] " + "env " + str(env) + " "
311 self.logger.debug(command)
320 self.logger.debug(line)
322 self.logger.debug("Stop Gather")
327 self.logger.debug("Start Gather")
332 self.logger.debug(includes)
346 self.logger.debug(sel
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_datum.c243 if (debug)
280 if (debug)
332 if (debug)
367 if (debug)
424 if (debug)
450 if (debug)
477 if (debug)
503 if (debug)
531 if (debug)
566 if (debug)
[all...]
/macosx-10.10.1/OpenSSL098-52/src/Netware/
H A Dbuild.bat7 rem build [target] [debug opts] [assembly opts] [configure opts]
14 rem debug opts - "debug" - build debug
23 rem If no arguments are specified the default is to build non-debug with
51 rem Default to build non-debug
54 rem Uncomment to default to debug build
55 rem set DEBUG=debug
67 if "%1" == "debug" set DEBUG=debug
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dkexgexc.c74 debug("SSH2_MSG_KEX_DH_GEX_REQUEST_OLD(%u) sent", nbits);
84 debug("SSH2_MSG_KEX_DH_GEX_REQUEST(%u<%u<%u) sent",
93 debug("expecting SSH2_MSG_KEX_DH_GEX_GROUP");
118 debug("SSH2_MSG_KEX_DH_GEX_INIT sent");
124 debug("expecting SSH2_MSG_KEX_DH_GEX_REPLY");
148 debug("bits %d", BN_num_bits(dh_server_pub));
H A Dkexgexs.c83 debug("SSH2_MSG_KEX_DH_GEX_REQUEST received");
93 debug("SSH2_MSG_KEX_DH_GEX_REQUEST_OLD received");
113 debug("SSH2_MSG_KEX_DH_GEX_GROUP sent");
125 debug("expecting SSH2_MSG_KEX_DH_GEX_INIT");
138 debug("bits %d", BN_num_bits(dh_client_pub));
201 debug("SSH2_MSG_KEX_DH_GEX_REPLY sent");
H A Dcompress.c45 debug("Enabling compression at level %d.", level);
64 debug("compress outgoing: raw data %llu, compressed %llu, factor %.2f",
69 debug("compress incoming: raw data %llu, compressed %llu, factor %.2f",
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dgserver.rb155 attr_accessor :debug
192 # Called if #debug is true whenever an unhandled exception is raised.
221 # +debug+:: if true, error messages are logged. See #debug
223 stdlog = $stderr, audit = false, debug = false)
233 @debug = debug
270 error(detail) if @debug
285 error(detail) if @debug
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dsrc-dep.pl6 $debug=1;
130 print STDERR "$file needs $a[7]\n" if $debug;
141 print STDERR "$file has $a[7]\n" if $debug;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Ddebugging.h26 // debugging - non-trivial debug support
79 // We are still conditionally emitting debug-dumping code
99 // We have some very, very old customers who call old debug facilities.
103 inline void debug(const char *scope, const char *format, ...) DEPRECATED_ATTRIBUTE;
107 inline void debug(const char *scope, const char *format, ...) { } function in namespace:Security::Debug
117 // leak debug() into the global namespace because URLAccess et al rely on that
118 using Security::Debug::debug;
H A Dlogging.h56 void debug(const char *format, ...) __printflike(1, 2);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddebugging.h26 // debugging - non-trivial debug support
79 // We are still conditionally emitting debug-dumping code
99 // We have some very, very old customers who call old debug facilities.
103 inline void debug(const char *scope, const char *format, ...) DEPRECATED_ATTRIBUTE;
107 inline void debug(const char *scope, const char *format, ...) { } function in namespace:Security::Debug
117 // leak debug() into the global namespace because URLAccess et al rely on that
118 using Security::Debug::debug;
H A Dlogging.h56 void debug(const char *format, ...) __printflike(1, 2);
/macosx-10.10.1/pam_modules-140/modules/pam_sacl/
H A Dpam_sacl.c42 /* Note to self: To enable debug logging, we also have to make the syslog
43 * *.debug level go somewhere.
46 if (NULL != debug) { \
56 const char * debug = NULL; local
69 debug = openpam_get_option(pamh, "debug");
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/log/
H A Dlog.tcl32 debug]
55 d debug
56 de debug
57 deb debug
58 debu debug
59 debug debug
118 debug stdout
134 debug lightsteelblue
153 debug
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/popper/
H A Dpop_log.c23 if (p->debug && p->trace) {
/macosx-10.10.1/OpenSSL098-52/src/ms/
H A D32all.bat5 perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak
7 perl util\mk1mf.pl %OPTS% debug dll VC-WIN32 >d32dll.mak

Completed in 307 milliseconds

1234567891011>>