Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 1638) sorted by relevance

12345678910>>...66

/trueos/contrib/gcc/
HDtree-ssa-copyrename.c113 copy_rename_partition_coalesce (var_map map, tree var1, tree var2, FILE *debug) in copy_rename_partition_coalesce() argument
130 if (debug) in copy_rename_partition_coalesce()
132 fprintf (debug, "Try : "); in copy_rename_partition_coalesce()
133 print_generic_expr (debug, var1, TDF_SLIM); in copy_rename_partition_coalesce()
134 fprintf (debug, "(P%d) & ", p1); in copy_rename_partition_coalesce()
135 print_generic_expr (debug, var2, TDF_SLIM); in copy_rename_partition_coalesce()
136 fprintf (debug, "(P%d)", p2); in copy_rename_partition_coalesce()
152 if (debug) in copy_rename_partition_coalesce()
153 fprintf (debug, " : Already coalesced.\n"); in copy_rename_partition_coalesce()
162 if (debug) in copy_rename_partition_coalesce()
[all …]
/trueos/contrib/llvm/patches/
HDpatch-r265477-clang-r198655-standalone-debug.diff1 Merge -fstandalone-debug from Clang r198655:
3 Implement a new -fstandalone-debug option. rdar://problem/15685848
4 It controls everything that -flimit-debug-info used to, plus the
5 vtable type optimization. The old -fno-limit-debug-info option is now an
6 alias to -fstandalone-debug and vice versa.
9 non-standalone debug info (rdar://problem/15758808).
24 + // Under -flimit-debug-info:
26 - // Under -flimit-debug-info, emit only a declaration unless the type is
60 + // Until dtrace (via CTF) can deal with distributed debug info,
61 + // Darwin defaults to standalone/full debug info.
[all …]
/trueos/contrib/sendmail/contrib/
HDexpn.pl129 $debug = $flag_d;
143 print "validRequirement = $validRequirement\n" if $debug;
181 if (! $S || ($debug == 10 && $server =~ /relay\d.UU.NET$/i)) {
204 if ($debug || $vw);
214 if ($debug || $vw);
276 print "(pretending 250$1<$2>)" if ($debug && $watch);
286 print "($newhost, $newaddr, $newname) = &parse($addr, $server, $oldname)\n" if $debug;
298 if ($debug && $newhost ne $newmxhost);
300 … print "levels = $levels, level{$u *** $server} = ".$level{"$u *** $server"}."\n" if ($debug > 1);
371 print "avgValid = $avgValid\n" if $debug;
[all …]
HDre-mqueue.pl120 /^-d/ && $debug++;
146 print "Checking $dfile\n" if ($debug);
151 print "$qfile is gone or zero bytes - skipping\n" if ($debug);
158 print "$dfile is gone - skipping\n" if ($debug);
164 printf ("%s is %d seconds old - skipping\n", $dfile, $now-$mtime) if ($debug);
170 print "$queueb/$dfile already exists - skipping\n" if ($debug);
174 print "$queueb/$qfile already exists - skipping\n" if ($debug);
178 print "$queueb/$xfile already exists - skipping\n" if ($debug);
184 print "$qfile: $!\n" if ($debug);
189 print "$qfile already flock()ed - skipping\n" if ($debug);
[all …]
/trueos/contrib/sendmail/include/sm/
HDdebug.h106 # define sm_debug_active(debug, level) \ argument
107 ((debug)->debug_level >= (level) && \
108 ((debug)->debug_level != SM_DEBUG_UNKNOWN || \
109 sm_debug_loadactive(debug, level)))
111 # define sm_debug_level(debug) \ argument
112 ((debug)->debug_level == SM_DEBUG_UNKNOWN \
113 ? sm_debug_loadlevel(debug) : (debug)->debug_level)
115 # define sm_debug_unknown(debug) ((debug)->debug_level == SM_DEBUG_UNKNOWN) argument
117 # define sm_debug_active(debug, level) 0 argument
118 # define sm_debug_level(debug) 0 argument
[all …]
/trueos/contrib/amd/scripts/
HDexpn.1131 $debug = $flag_d;
145 print "validRequirement = $validRequirement\n" if $debug;
190 print "debug = $debug server = $server\n" if $debug > 8;
191 if (! connect(S, $that) || ($debug == 10 && $server =~ /relay\d.UU.NET$/i)) {
214 if ($debug || $vw);
224 if ($debug || $vw);
286 print "(pretending 250$1<$2>)" if ($debug && $watch);
296 print "($newhost, $newaddr, $newname) = &parse($addr, $server, $oldname)\n" if $debug;
308 if ($debug && $newhost ne $newmxhost);
310 … print "levels = $levels, level{$u *** $server} = ".$level{"$u *** $server"}."\n" if ($debug > 1);
[all …]
HDexpn.in130 $debug = $flag_d;
144 print "validRequirement = $validRequirement\n" if $debug;
189 print "debug = $debug server = $server\n" if $debug > 8;
190 if (! connect(S, $that) || ($debug == 10 && $server =~ /relay\d.UU.NET$/i)) {
213 if ($debug || $vw);
223 if ($debug || $vw);
285 print "(pretending 250$1<$2>)" if ($debug && $watch);
295 print "($newhost, $newaddr, $newname) = &parse($addr, $server, $oldname)\n" if $debug;
307 if ($debug && $newhost ne $newmxhost);
309 … print "levels = $levels, level{$u *** $server} = ".$level{"$u *** $server"}."\n" if ($debug > 1);
[all …]
/trueos/contrib/sendmail/libsm/
HDdebug.c225 SM_DEBUG_T *debug; in sm_debug_reset() local
227 for (debug = SmDebugInitialized; in sm_debug_reset()
228 debug != NULL; in sm_debug_reset()
229 debug = debug->debug_next) in sm_debug_reset()
231 debug->debug_level = SM_DEBUG_UNKNOWN; in sm_debug_reset()
379 sm_debug_loadlevel(debug) in sm_debug_loadlevel() argument
380 SM_DEBUG_T *debug; in sm_debug_loadlevel()
382 if (debug->debug_level == SM_DEBUG_UNKNOWN)
388 if (sm_match(debug->debug_name, s->ds_pattern))
390 debug->debug_level = s->ds_level;
[all …]
/trueos/contrib/ipfilter/tools/
HDipfsyncd.c190 debug(1, "open(%s): %s\n", IPSYNC_NAME,
200 debug(1, "wait %d seconds\n", 1 << tries);
212 debug(1, "signal %d received, exiting...", terminate);
235 debug(2, "nfd %d lfd %d maxfd %d\n", nfd, lfd, maxfd); in do_io()
256 debug(1, "select error: %s\n", STRERROR(errno)); in do_io()
264 debug(3, "read(K):%d\n", n1); in do_io()
268 debug(1, "read error (k-header): %s\n", in do_io()
291 debug(3, "read(N):%d\n", n1); in do_io()
295 debug(1, "read error (n-header): %s\n", in do_io()
321 debug(2, "binding to %s:%s\n", nicname, inet_ntoa(sinp->sin_addr));
[all …]
/trueos/contrib/bmake/mk/
HDmeta2deps.py76 def resolve(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument
94 if debug > 2:
97 if debug > 2:
101 if debug > 2:
106 def abspath(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument
112 rpath = resolve(path, cwd, last_dir, debug, debug_out)
189 self.debug = getv(conf, 'debug', 0)
240 if self.debug:
248 if self.debug:
254 if self.debug:
[all …]
/trueos/sys/net/
HDif_spppfr.c163 int debug = ifp->if_flags & IFF_DEBUG
190 if (debug) in sppp_fr_input()
203 if (debug) in sppp_fr_input()
210 if (debug) in sppp_fr_input()
217 if (debug) in sppp_fr_input()
223 if (debug) in sppp_fr_input()
233 if (debug) in sppp_fr_input()
287 if (debug) in sppp_fr_input()
319 if (debug) in sppp_fr_header()
416 if (debug) in sppp_fr_keepalive()
[all …]
HDif_spppsubr.c262 int debug = ifp->if_flags & IFF_DEBUG
515 int debug, do_account = 0; in sppp_input() local
522 debug = ifp->if_flags & IFF_DEBUG; in sppp_input()
530 if (debug) in sppp_input()
558 if (debug) in sppp_input()
568 if (debug) in sppp_input()
618 if (debug) in sppp_input()
649 if (debug) in sppp_input()
688 if (debug) in sppp_input()
727 if (debug) in sppp_input()
[all …]
/trueos/lib/libstand/
HDarp.c106 if (debug)
136 if (debug) {
157 if (debug)
180 if (debug)
188 if (debug)
196 if (debug)
211 if (debug)
219 if (debug)
228 if (debug)
239 if (debug)
[all …]
HDrarp.c84 if (debug)
92 if (debug)
144 if (debug)
167 if (debug)
175 if (debug)
183 if (debug)
196 if (debug)
204 if (debug)
213 if (debug)
221 if (debug)
/trueos/tools/regression/lib/libc/nss/
HDtest-gethostby.c62 static int debug = 0; variable
265 if (debug) in compare_hostent()
282 if (debug) in compare_hostent()
308 if (debug) in compare_hostent()
325 if (debug) in compare_hostent()
336 if ((debug) && (mdata == NULL)) { in compare_hostent()
395 if (debug) in is_hostent_equal()
400 if (debug) in is_hostent_equal()
410 if (debug) in is_hostent_equal()
417 if (debug) in is_hostent_equal()
[all …]
/trueos/crypto/openssh/
HDsshconnect1.c86 debug("Trying RSA authentication via agent with '%.100s'", comment); in try_agent_authentication()
101 debug("Server refused our key."); in try_agent_authentication()
113 debug("Received RSA challenge from server."); in try_agent_authentication()
126 debug("Sending response to RSA challenge."); in try_agent_authentication()
142 debug("RSA authentication accepted by server."); in try_agent_authentication()
152 debug("RSA authentication using agent refused."); in try_agent_authentication()
189 debug("Sending response to host key RSA challenge."); in respond_to_rsa_challenge()
219 debug("Trying RSA authentication with key '%.100s'", comment); in try_rsa_authentication()
235 debug("Server refused our key."); in try_rsa_authentication()
249 debug("Received RSA challenge from server."); in try_rsa_authentication()
[all …]
/trueos/contrib/ntp/ntpd/
HDrefclock_arc.c573 if(debug) { printf("arc: dummy_event_handler() called.\n"); } in dummy_event_handler()
598 if(debug > 2) { printf("arc: arc_event_handler() called.\n"); } in arc_event_handler()
612 else if(debug) { printf("arc: sent `%2.2x', fd %d.\n", c, pp->io.fd); } in arc_event_handler()
638 if(debug) { in arc_start()
653 if(debug) { printf("arc: unit %d using open().\n", unit); } in arc_start()
658 if(debug) { printf("arc: failed [open()] to open %s.\n", device); } in arc_start()
665 if(debug) in arc_start()
714 if(debug) { printf("arc: mode = %d.\n", peer->MODE); } in arc_start()
810 if(debug > 1) { printf("arc: spaceleft = %d.\n", spaceleft); } in send_slow()
881 if(debug > 1) { printf("arc: inserting signal-quality poll.\n"); } in arc_receive()
[all …]
HDrefclock_datum.c243 if (debug) in datum_pts_start()
280 if (debug) in datum_pts_start()
330 if (debug) in datum_pts_start()
365 if (debug) in datum_pts_shutdown()
422 if (debug) in datum_pts_shutdown()
448 if (debug) in datum_pts_poll()
475 if (debug) in datum_pts_poll()
501 if (debug) in datum_pts_control()
529 if (debug) in datum_pts_init()
564 if (debug) in datum_pts_buginfo()
[all …]
/trueos/crypto/openssl/util/
HDmkerr.pl5 my $debug = 0;
27 $debug = 1;
160 print STDERR "Scanning header file $hdr\n" if $debug;
166 print STDERR "line: $linenr\r" if $debug;
207 print STDERR " \r" if $debug;
213 print STDERR "def: $defnr\r" if $debug;
244 print STDERR " \r" if $debug;
287 if ($debug) {
328 print STDERR "File loaded: ".$file."\r" if $debug;
343 print STDERR "Function: $1\t= $fcodes{$1} (lib: $2, name: $3)\n" if $debug;
[all …]
HDmkdef.pl57 my $debug=0;
155 $debug=1 if $_ eq "debug";
439 print STDERR "DEBUG: starting on $file:\n" if $debug;
465 …ariant: Entered with ",$s,", ",$a,", ",(defined($p)?$p:""),", ",(defined($k)?$k:""),"\n" if $debug;
484 print STDERR "DEBUG: make_variant: a1 = $a1; a2 = $a2\n" if $debug;
503 print STDERR "DEBUG: make_variant: Exit with variant of ",$s," = ",$variant{$s},"\n" if $debug;
506 print STDERR "DEBUG: parsing ----------\n" if $debug;
542 print STDERR "DEBUG: \$def=\"$def\"\n" if $debug && $def ne "";
543 print STDERR "DEBUG: \$_=\"$_\"\n" if $debug;
548 print STDERR "DEBUG: $file: found tag $1 = -1\n" if $debug;
[all …]
/trueos/tools/regression/redzone9/
HDtest.sh5 sysctl debug.redzone.malloc_underflow=1
6 sysctl debug.redzone.malloc_overflow=1
7 sysctl debug.redzone.realloc_smaller_underflow=1
8 sysctl debug.redzone.realloc_smaller_overflow=1
9 sysctl debug.redzone.realloc_bigger_underflow=1
10 sysctl debug.redzone.realloc_bigger_overflow=1
/trueos/usr.bin/gprof/
HDdfn.c71 if ( debug & DFNDEBUG ) { in dfn()
122 if ( debug & DFNDEBUG ) { in dfn_pre_visit()
177 if ( debug & DFNDEBUG ) { in dfn_findcycle()
200 if ( debug & DFNDEBUG ) { in dfn_findcycle()
215 if ( debug & DFNDEBUG ) { in dfn_findcycle()
232 if ( debug & DFNDEBUG ) { in dfn_findcycle()
243 if ( debug & DFNDEBUG ) { in dfn_findcycle()
272 if ( debug & DFNDEBUG ) { in dfn_self_cycle()
291 if ( debug & DFNDEBUG ) { in dfn_post_visit()
306 if ( debug & DFNDEBUG ) { in dfn_post_visit()
[all …]
/trueos/crypto/openssh/openbsd-compat/
HDport-tun.c65 debug("%s: failed to open tunnel control interface: %s", in sys_tun_open()
83 debug("%s: invalid tunnel id %x: %s", __func__, in sys_tun_open()
91 debug("%s: failed to configure tunnel (mode %d): %s", __func__, in sys_tun_open()
97 debug("%s: tunnel mode %d fd %d", __func__, mode, fd); in sys_tun_open()
99 debug("%s: %s mode %d fd %d", __func__, ifr.ifr_name, mode, fd); in sys_tun_open()
127 debug("%s: no layer 2 tunnelling support", __func__); in sys_tun_open()
146 debug("%s: invalid tunnel %u\n", __func__, tun); in sys_tun_open()
151 debug("%s: %s open failed: %s", __func__, name, in sys_tun_open()
161 debug("%s: ioctl(%d, TUNSIFHEAD, 1): %s", __func__, fd, in sys_tun_open()
167 debug("%s: %s mode %d fd %d", __func__, name, mode, fd); in sys_tun_open()
[all …]
/trueos/tools/tools/mwl/mwldebug/
HDmwldebug.c141 u_int32_t debug, ndebug; in main() local
159 debuglen = sizeof(debug); in main()
160 if (sysctlbyname(oid, &debug, &debuglen, NULL, 0) < 0) in main()
162 ndebug = debug; in main()
196 if (debug != ndebug) { in main()
197 printf("%s: 0x%x => ", oid, debug); in main()
201 debug = ndebug; in main()
203 printf("%s: 0x%x", oid, debug); in main()
206 if (debug & flags[i].bit) { in main()
/trueos/contrib/ntp/scripts/monitoring/
HDntptrap164 &debug(sprintf("hostname(%d.%d.%d.%d) = \"%s\"",unpack("C4",$addr),$name))
167 &debug(sprintf("Failed to get name for %d.%d.%d.%d",unpack("C4",$addr)));
174 &debug(sprintf("%d request(s) scheduled",scalar(@Requests)));
175 grep(&debug(" - ".$_),keys(%Host));
197 &debug(sprintf("Request: %s: %s(%d)",&hostname($addr), &ntp'cntrlop_name($op), $assoc)); #';))
255 &debug("-Packet from ",&hostname($from));
260 &debug(sprintf("%s uses auth_keyid %d",&hostname($from),$auth_keyid)) if defined($auth_keyid);
300 &debug(sprintf("Schedule timeout \"%s\" for %s", $id, $date));
309 &debug("Clear timeout \"$id\"");
317 &debug(sprintf("Refreshing trap for %s", &hostname($addr)));
[all …]

12345678910>>...66