Home
last modified time | relevance | path

Searched refs:Debug (Results 1 – 25 of 75) sorted by relevance

123

/mirbsd/src/usr.sbin/cron/
Ddo_command.c33 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 …]
Datrun.c57 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 …]
Ddatabase.c47 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()
Dcron.c206 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 …]
Dentry.c96 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 …]
Dmacros.h79 # define Debug(mask, message) \ macro
83 # define Debug(mask, message) \ macro
88 #define Set_LineNum(ln) {Debug(DPARS|DEXT,("linenum=%d\n",ln)); \
Denv.c147 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()
Duser.c59 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/
DList.pm6 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/
DISA.pm7 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/
DFatal.pm6 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;
DBenchmark.pm464 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;
DExporter.pm9 our $Debug = 0;
41 if $Verbose or $Debug or @$fail > 1;
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DManifest.pm14 $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/
Dsyslogd.h44 #define dprintf if (Debug) printf
45 extern int Debug;
Dsyslogd.c196 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/
Di386.h113 { "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/
Dpflogd.c54 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()
Dpflogd.h47 extern int Debug;
/mirbsd/src/usr.sbin/ac/
Dac.c80 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/
DHarness.pm17 $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/
DPOP3.pm55 $obj->debug(exists $arg{Debug} ? $arg{Debug} : undef);
523 B<Debug> - Enable debugging information
/mirbsd/src/gnu/usr.bin/perl/lib/Net/demos/
Dinetd8 $smtp = Net::SMTP->new('localhost', Port => $p->port, Debug => 7);
Dftp16 $ftp = Net::FTP->new($host, @firewall, Debug => $opt_debug ? 1 : 0);
/mirbsd/src/gnu/usr.bin/perl/lib/Net/t/
Dsmtp.t28 $smtp = Net::SMTP->new(Debug => 0)

123