| /mirbsd/src/usr.sbin/cron/ |
| D | do_command.c | 33 Debug(DPROC, ("[%ld] do_command(%s, (%s,%lu,%lu))\n", in do_command() 52 Debug(DPROC, ("[%ld] child process done, exiting\n", in do_command() 60 Debug(DPROC, ("[%ld] main process returning to work\n",(long)getpid())) in do_command() 69 Debug(DPROC, ("[%ld] child_process('%s')\n", (long)getpid(), e->cmd)) in child_process() 136 Debug(DPROC, ("[%ld] grandchild process fork()'ed\n", in child_process() 285 Debug(DPROC, ("[%ld] child continues, closing pipes\n",(long)getpid())) in child_process() 310 Debug(DPROC, ("[%ld] child2 sending data to grandchild\n", in child_process() 347 Debug(DPROC, ("[%ld] child2 done sending to grandchild\n", in child_process() 366 Debug(DPROC, ("[%ld] child reading output from grandchild\n", in child_process() 378 Debug(DPROC|DEXT, in child_process() [all …]
|
| D | atrun.c | 57 Debug(DLOAD, ("[%ld] scan_atjobs()\n", (long)getpid())) in scan_atjobs() 65 Debug(DLOAD, ("[%ld] at jobs dir mtime unch, no load needed.\n", in scan_atjobs() 138 Debug(DLOAD, ("unlinking old at database:\n")) in scan_atjobs() 140 Debug(DLOAD, ("\t%ld.%c\n", (long)job->run_time, job->queue)) in scan_atjobs() 152 Debug(DLOAD, ("scan_atjobs is done\n")) in scan_atjobs() 168 Debug(DPROC, ("[%ld] atrun()\n", (long)getpid())) in atrun() 251 Debug(DPROC, ("[%ld] run_job('%s')\n", (long)getpid(), atfile)) in run_job() 400 Debug(DPROC, ("[%ld] grandchild process fork()'ed\n", in run_job() 514 Debug(DPROC, ("[%ld] child continues, closing output pipe\n", in run_job() 522 Debug(DPROC, ("[%ld] child reading output from grandchild\n", in run_job() [all …]
|
| D | database.c | 47 Debug(DLOAD, ("[%ld] load_database()\n", (long)getpid())) in load_database() 71 Debug(DLOAD, ("[%ld] spool dir mtime unch, no load needed.\n", in load_database() 129 Debug(DLOAD, ("unlinking old database:\n")) in load_database() 131 Debug(DLOAD, ("\t%s\n", u->name)) in load_database() 140 Debug(DLOAD, ("load_database is done\n")) in load_database() 225 Debug(DLOAD, ("\t%s:", fname)) in process_crontab() 232 Debug(DLOAD, (" [no change, using old data]")) in process_crontab() 245 Debug(DLOAD, (" [delete old data]")) in process_crontab() 258 Debug(DLOAD, (" [done]\n")) in process_crontab()
|
| D | cron.c | 206 Debug(DSCH, ("[%ld], normal case %d minutes to go\n", in main() 229 Debug(DSCH, ("[%ld], DST begins %d minutes to go\n", in main() 255 Debug(DSCH, ("[%ld], DST ends %d minutes to go\n", in main() 264 Debug(DSCH, ("[%ld], clock jumped\n", in main() 322 Debug(DSCH, ("[%ld] tick(%d,%d,%d,%d,%d) %s %s\n", in find_jobs() 334 Debug(DSCH|DEXT, ("user [%s:%lu:%lu:...] cmd=\"%s\"\n", in find_jobs() 371 Debug(DSCH, ("[%ld] GMToff=%ld\n", in set_time() 400 Debug(DSCH, ("[%ld] Target time=%ld, sec-to-wait=%lld\n", in cron_sleep() 414 Debug(DSCH, ("[%ld] Got a poke on the socket\n", in cron_sleep() 487 Debug(DPROC, in sigchld_reaper() [all …]
|
| D | entry.c | 96 Debug(DPARS, ("load_entry()...about to eat comments\n")) in load_entry() 174 Debug(DPARS, ("load_entry()...about to parse numerics\n")) in load_entry() 250 Debug(DPARS, ("load_entry()...about to parse username\n")) in load_entry() 253 Debug(DPARS, ("load_entry()...got %s\n",username)) in load_entry() 264 Debug(DPARS, ("load_entry()...uid %lu, gid %lu\n", in load_entry() 344 Debug(DPARS, ("load_entry()...about to parse command\n")) in load_entry() 386 Debug(DPARS, ("load_entry()...returning successfully\n")) in load_entry() 419 Debug(DPARS|DEXT, ("get_list()...entered\n")) in get_list() 445 Debug(DPARS|DEXT, ("get_list()...exiting w/ %02x\n", ch)) in get_list() 460 Debug(DPARS|DEXT, ("get_range()...entering, exit won't show\n")) in get_range() [all …]
|
| D | macros.h | 79 # define Debug(mask, message) \ macro 83 # define Debug(mask, message) \ macro 88 #define Set_LineNum(ln) {Debug(DPARS|DEXT,("linenum=%d\n",ln)); \
|
| D | env.c | 147 Debug(DPARS, ("load_env, read <%s>\n", envstr)) in load_env() 211 Debug(DPARS, ("load_env, not an env var, state = %d\n", state)) in load_env() 231 Debug(DPARS, ("load_env, <%s> <%s> -> <%s>\n", name, val, envstr)) in load_env()
|
| D | user.c | 59 Debug(DPARS, ("load_user()\n")) in load_user() 114 Debug(DPARS, ("...load_user() done\n")) in load_user()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/I18N/LangTags/ |
| D | List.pm | 6 use vars qw(%Name %Is_Disrec $Debug $VERSION); 26 print "<$tag> <$name>\n" if $Debug; 54 print "Input: {$tag}\n" if $Debug; 59 print "Shaving off: $1 leaving $tag\n" if $Debug; 63 $alt =~ s/(-[a-z0-9]+)$//s && $Debug && print " alt -> $alt\n"; 66 print "Aborting on: {$name}{$subform}\n" if $Debug; 70 print "Output: {$name}{$subform}\n" if $Debug;
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Class/ |
| D | ISA.pm | 7 use vars qw($Debug $VERSION); 9 $Debug = 0 unless defined $Debug; 191 print "At $current\n" if $Debug;
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | Fatal.pm | 6 our($AUTOLOAD, $Debug, $VERSION); 10 $Debug = 0 unless defined $Debug; 96 print "# _make_fatal: sub=$sub pkg=$pkg name=$name void=$void\n" if $Debug; 126 print $code if $Debug;
|
| D | Benchmark.pm | 464 our($Debug, $Min_Count, $Min_CPU, $Default_Format, $Default_Style, 468 $Debug = 0; 480 sub debug { $Debug = ($_[1] != 0); } 531 print STDERR "new=@t\n" if $Debug; 607 print STDERR "$msg",timestr($t),"\n" if $Debug; 641 print STDERR "runloop $n '$subcode'\n" if $Debug; 670 printf STDERR "timeit $n $code\n" if $Debug;
|
| D | Exporter.pm | 9 our $Debug = 0; 41 if $Verbose or $Debug or @$fail > 1;
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/ |
| D | Manifest.pm | 14 $Debug $Verbose $Quiet $MANIFEST $DEFAULT_MSKIP); 27 $Debug = $ENV{PERL_MM_MANIFEST_DEBUG} || 0; 150 warn "Debug: diskfile $name\n" if $Debug; 256 warn "Debug: manicheck checking from $MANIFEST $file\n" if $Debug; 281 warn "Debug: manicheck checking from disk $file\n" if $Debug; 334 warn "Debug: Illegal name $file changed to $okfile\n" if $Debug;
|
| /mirbsd/src/usr.sbin/syslogd/ |
| D | syslogd.h | 44 #define dprintf if (Debug) printf 45 extern int Debug;
|
| D | syslogd.c | 196 int Debug; /* debug flag */ variable 296 Debug++; in main() 330 if (Debug) in main() 383 if (!Debug) in main() 402 if (i == 0 && !Debug) in main() 420 } else if (!Debug) in main() 437 if (!Debug) { in main() 457 if (!Debug) { in main() 481 if (!Debug) { in main() 498 (void)signal(SIGINT, Debug ? dodie : SIG_IGN); in main() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | i386.h | 113 { "mov", 2, 0x0f21, X, Cpu386|CpuNo64, l_Suf|D|Modrm|IgnoreSize,{ Debug, Reg32|InvMem, 0} }, 114 { "mov", 2, 0x0f21, X, Cpu64, q_Suf|D|Modrm|IgnoreSize|NoRex64,{ Debug, Reg64|InvMem, 0} }, 1027 {"movq", 2, 0x0f21, X, Cpu64, NoSuf|D|Modrm|IgnoreSize|NoRex64|Size64,{ Debug, Reg64|InvMem, 0} … 1562 {"db0", Debug, 0, 0}, 1563 {"db1", Debug, 0, 1}, 1564 {"db2", Debug, 0, 2}, 1565 {"db3", Debug, 0, 3}, 1566 {"db4", Debug, 0, 4}, 1567 {"db5", Debug, 0, 5}, 1568 {"db6", Debug, 0, 6}, [all …]
|
| /mirbsd/src/sbin/pflogd/ |
| D | pflogd.c | 54 int Debug = 0; variable 515 Debug = 1; in main() 542 log_debug = Debug; in main() 546 if (!Debug) { in main() 646 if (!Debug) in main()
|
| D | pflogd.h | 47 extern int Debug;
|
| /mirbsd/src/usr.sbin/ac/ |
| D | ac.c | 80 static int Debug = 0; variable 224 Debug++; in main() 344 if (Debug) in log_out() 424 if (Debug) { in log_in()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/ |
| D | Harness.pm | 17 $Verbose $Switches $Debug 47 *debug = *Debug; 72 $Debug = $ENV{HARNESS_DEBUG} || 0; 351 if ( $Test::Harness::Debug ) {
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/ |
| D | POP3.pm | 55 $obj->debug(exists $arg{Debug} ? $arg{Debug} : undef); 523 B<Debug> - Enable debugging information
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/demos/ |
| D | inetd | 8 $smtp = Net::SMTP->new('localhost', Port => $p->port, Debug => 7);
|
| D | ftp | 16 $ftp = Net::FTP->new($host, @firewall, Debug => $opt_debug ? 1 : 0);
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/t/ |
| D | smtp.t | 28 $smtp = Net::SMTP->new(Debug => 0)
|