Searched refs:debug (Results 26 - 50 of 1612) sorted by relevance

1234567891011>>

/macosx-10.10.1/bash-94.1.2/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...]
H A Dnmv56 # 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...]
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Dglobals.h30 extern int debug;
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dcgi-private.h21 #include <cups/debug-private.h>
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper-server.h28 #define debug(...) debug_(__func__, __VA_ARGS__) macro
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A Dtune.h31 #define debug(x) printf x macro
33 #define debug(x) macro
/macosx-10.10.1/ntp-92/ntpdc/
H A Dnl.pl.in5 $debug = 0;
19 print STDERR "type = '$type'\n" if $debug;
25 print STDERR "\tfield = '$field'\n" if $debug;
/macosx-10.10.1/tcpdump-61/tcpdump/tests/
H A DTESTonce3 $debug = 0;
32 print "Running $name. \n" if $debug;
33 print " Input: $input, OUTPUT: $output, OPTIONS: $options\n" if $debug;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pop3/
H A Dpop3.tcl189 global PopErrorNm PopErrorStr debug
231 log::log debug "pop3::open | [join $args]"
286 log::log debug "pop3::open | protocol, connect to $host $port"
293 log::log debug "pop3::open | connect on $chan"
302 log::log debug "pop3::open | wait for greeting"
317 log::log debug "pop3::open | authenticate $user (*password not shown*)"
341 log::log debug "pop3::open | ok ($chan)"
409 ::log::log debug "pop3 $chan retrieve $start -- $end"
416 ::log::log debug "pop3 $chan retrieve ($sizeStr)"
425 ::log::log debug "pop
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dshell.rb96 # debug: true -> normal debug
97 # debug: 1 -> eval definition debug
98 # debug: 2 -> detail inspect debug
99 @debug = false
109 attr_accessor :cascade, :debug, :verbose
112 alias debug? debug
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dod_query_create_with_node.c45 # define debug(fmt, args...) (void) fprintf(stderr, fmt , ##args) macro
46 // # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args)
48 # define debug(fmt, args...) macro
124 debug("benchmark_init");
147 debug("benchmark_optswitch");
152 debug("optCachehit = %d\n", optCachehit);
161 debug("optRecords = %d\n", optRecords);
170 debug("optType = %d\n", optType);
192 debug("benchmark_initrun\n");
197 debug("# o
[all...]
H A Dlmbench_bw_unix.c78 # define debug(fmt, args...) (void) fprintf(stderr, fmt "\n" , ##args) macro
80 # define debug(fmt, args...) macro
122 debug("benchmark_init\n");
155 debug("benchmark_optswitch\n");
176 debug("benchmark_initrun\n");
192 debug("benchmark_initworker: repetitions = %i\n",state->repetitions);
252 debug("in to benchmark - optB = %i : repetitions = %i\n", lm_optB, state->repetitions);
258 debug("error (n = %d) exiting now\n", n);
264 debug("out of benchmark - optB = %i : repetitions = %i\n", lm_optB, state->repetitions);
291 debug("benchmark_finiworke
[all...]
/macosx-10.10.1/KerberosHelper-151/Source/
H A DLKDC-lookup-plugin.m51 #define debug(fmt, ...) do { debug_(__func__, fmt, ## __VA_ARGS__); } while(0)
73 #define debug(...)
107 debug("Declined to handle address family %d", family);
111 debug("svc = %d, realm = %s, family= %d, socktype = %d", svc, realm, family, socktype);
122 debug("KDC|MasterKDC");
143 debug("getaddrinfo () == %d", err);
150 debug("0x%08p: family = %d, socktype = %d, protocol = %d", res, res->ai_family, res->ai_socktype, res->ai_protocol);
151 debug("Running callback 0x%08p", res);
163 debug("Unexpected address family %d", res->ai_family);
168 debug("Callbac
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqdumper.h49 explicit Dumper(const Requirement *req, bool debug = false)
50 : Reader(req), mDebug(debug) { }
69 static string dump(const Requirements *reqs, bool debug = false);
70 static string dump(const Requirement *req, bool debug = false);
71 static string dump(const BlobCore *req, bool debug = false); // dumps either
93 bool mDebug; // include debug output in mOutput
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dreqdumper.h49 explicit Dumper(const Requirement *req, bool debug = false)
50 : Reader(req), mDebug(debug) { }
69 static string dump(const Requirements *reqs, bool debug = false);
70 static string dump(const Requirement *req, bool debug = false);
71 static string dump(const BlobCore *req, bool debug = false); // dumps either
93 bool mDebug; // include debug output in mOutput
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dauth-rh-rsa.c71 debug("Trying rhosts with RSA host authentication for client user %.100s",
79 debug("Rhosts RSA authentication: canonical host %.900s", chost);
82 debug("Rhosts with RSA host authentication denied: unknown or invalid host key");
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dport-irix.c73 debug("Failed to get project id, using projid 0");
82 debug("Setting sat id to %d", (int) pw->pw_uid);
84 debug("error setting satid: %.100s", strerror(errno));
/macosx-10.10.1/cups-408/
H A Dmakefull53 ./configure --enable-debug --enable-debug-guards --enable-debug-printfs \
/macosx-10.10.1/cups-408/cups/vcnet/
H A Dsetdebug.bat1 @rem Script to enable debug logging for IPPTOOL
/macosx-10.10.1/man-16/man/src/
H A Dman.h1 extern int debug;
/macosx-10.10.1/tcl-105/tcl/tcl/library/dde/
H A DpkgIndex.tcl3 if {[info exists ::tcl_platform(debug)]} {
/macosx-10.10.1/tcl-105/tcl/tcl/library/reg/
H A DpkgIndex.tcl3 if {[info exists ::tcl_platform(debug)]} {
/macosx-10.10.1/tcl-105/tcl84/tcl/library/dde/
H A DpkgIndex.tcl3 if {[info exists ::tcl_platform(debug)]} {
/macosx-10.10.1/tcl-105/tcl84/tcl/library/reg/
H A DpkgIndex.tcl3 if {[info exists ::tcl_platform(debug)]} {
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DSphereTest.tcl8 snack::debug 0
9 snack::sound s -debug 0

Completed in 162 milliseconds

1234567891011>>