HomeSort by relevance Sort by last modified time
    Searched defs:Debug (Results 1 - 25 of 26) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
Debug.pm 1 package B::Debug;
12 sub B::OP::debug {
27 sub B::UNOP::debug {
29 $op->B::OP::debug();
33 sub B::BINOP::debug {
35 $op->B::UNOP::debug();
39 sub B::LOOP::debug {
41 $op->B::BINOP::debug();
49 sub B::LOGOP::debug {
51 $op->B::UNOP::debug();
    [all...]
  /onnv/onnv-gate/usr/src/cmd/logadm/
err.h 73 int Debug; /* replace with #define to zero to compile out Debug code */
  /onnv/onnv-gate/usr/src/cmd/rexd/
where_main.c 42 int Debug = 0;
69 Debug = 1;
under.c 48 int Debug = 0;
116 Debug = 1;
132 if ( Debug && errno )
146 if ( Debug && errno )
on.c 81 int Debug = 0; /* print extra debugging information */
251 case 'd': Debug = 1;
289 if (Debug)
297 if (Debug)
309 if (Debug)
333 if (Debug)
350 if (Debug)
363 if (Debug)
374 if (Debug)
400 if (Debug) {
    [all...]
rpc.rexd.c 87 int Debug = 0;
149 Debug = 1;
157 Debug = 1;
206 if (Debug)
222 if (Debug)
224 if (!Debug) {
246 if (Debug)
275 if (Debug)
285 if (Debug)
301 if (Debug)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ttymon/
tmlock.c 38 int Debug = 0;
uucp.h 223 * DEBUG is for program debugging
224 * #define SMALL to compile without the DEBUG code
228 #define CDEBUG(l, f, s) if (Debug >= l) (void)fprintf(stderr, f, s)
235 #define DEBUG(l, f, s) if (Debug >= l) (void)fprintf(stderr, f, s)
237 #define DEBUG(l, f, s)
446 EXTERN int Debug, Verbose;
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/eftinfo/common/
eftinfo.c 79 * "\t-Y Enable parser debug output\n"
80 * "\t-d Enable general debug output\n"
81 * "\t-y Enable lexer debug output\n"
85 int Debug;
151 Debug++;
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/esc/common/
escmain.c 73 "\t-Y Enable parser debug output\n"
74 "\t-d Enable general debug output\n"
81 "\t-y Enable lexer debug output";
83 int Debug;
155 Debug++;
  /onnv/onnv-gate/usr/src/cmd/audio/audioconvert/
main.cc 58 int Debug = 0;
133 #ifdef DEBUG
135 // enable debug messages
136 Debug++;
330 if (Debug)
  /onnv/onnv-gate/usr/src/cmd/bnu/
uucheck.c 51 int Debug=0;
118 Debug = atoi(optarg);
119 if (Debug <= 0)
120 Debug = 1;
123 "WARNING: uucheck built with SMALL flag defined -- no debug info available\n");
uucpdefs.c 43 GLOBAL int Debug = 0;
uucp.h 283 * DEBUG is for program debugging
284 * #define SMALL to compile without the DEBUG code
288 #define CDEBUG(l, f, s) if (Debug >= l) fprintf(stderr, f, s)
295 #define DEBUG(l, f, s) if (Debug >= l) fprintf(stderr, f, s)
297 #define DEBUG(l, f, s)
509 EXTERN int Debug, Verbose;
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
eft.c 57 int Debug = 1; /* turn on here and let fmd_hdl_debug() decide if really on */
267 /* set up out(O_ALTFP) first things so it is available for debug */
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
Debug.java 27 * Debug class
35 * A simple configurable debug logging class.
49 * For example, setting the verbosity level to <b>Debug.ERROR</b>
79 public class Debug {
185 * System.out.println("Debug: class " + o.getClass().getName() +
216 * get debug level for o's class, if already there
228 * System.out.println("Debug: getLevelForClass " +
243 public Debug(Object o) {
  /onnv/onnv-gate/usr/src/cmd/sendmail/aux/
mailcompat.c 40 bool Debug = FALSE;
69 case 'd': /* debug */
70 Debug = TRUE;
vacation.c 84 static bool Debug = FALSE;
142 case 'd': /* debug */
143 Debug = TRUE;
267 if (Debug)
547 if (Debug)
595 if (Debug)
623 if (Debug)
643 if (Debug)
651 if (Debug && !result)
688 if (Debug)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/dial/
uucpdefs.c 42 static int Debug;
uucp.h 182 * DEBUG is for program debugging
183 * #define SMALL to compile without the DEBUG code
190 #define DEBUG(l, f, s) if (Debug >= l) fprintf(stderr, f, s)
192 #define DEBUG(l, f, s)
398 static int Debug, Verbose;
  /onnv/onnv-gate/usr/src/cmd/utmpd/
utmpd.c 80 #define dprintf(x) if (Debug) (void) printf x
143 static int Debug = 0; /* Set by command line argument */
147 * This program has three main components plus utilities and debug routines
173 static void print_tables(); /* Prints out internal tables for Debug */
201 Debug = 1;
206 "Usage: %s [-debug]\n", prog_name);
237 if (Debug == 0) {
980 if (Debug == 1) {
997 if (Debug == 1) {
1002 (void) sleep(5); /* Time to read debug messages *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
parseMain.java 186 Debug.message("Article read: " + theTag);
189 Debug.message("Comment ignored");
199 Debug.message("Unknown tag: " + theTag);
203 Debug.message("Article read caught " + x);
213 Debug.message("localread: eof");
216 // Debug.message("localread: " + ch);
233 Debug.message("readTagName: got a tagOpen");
243 Debug.message("readTagName: " + (new String(b)).trim());
254 Debug.message("readNextTag name: " + tag);
269 Debug.message("Bad tag: " + tag)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
CPAN.pm 16 use ExtUtils::MakeMaker (); # $SelfLoader::DEBUG=1;
34 %CPAN::DEBUG = qw[
53 $CPAN::DEBUG ||= 0;
61 use vars qw($VERSION @EXPORT $AUTOLOAD $DEBUG $META $HAS_USABLE $term
65 @CPAN::ISA = qw(CPAN::Debug Exporter);
184 CPAN->debug("eval[$eval]") if $CPAN::DEBUG;
199 $CPAN::META->debug("line[".join("|",@line)."]") if $CPAN::DEBUG;
248 @CPAN::FTP::ISA = qw(CPAN::Debug);
1016 sub debug { subroutine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sa/
sadp.c 163 int debug = 1; variable
165 #define Debug if (debug)
166 #define dfprintf if (debug) fprintf
449 Debug dump_nlist (setup, "main");
471 Debug dump_v_struct (&tbl);
724 Debug dump_diskhd (dp);
  /onnv/onnv-gate/usr/src/cmd/syslogd/
syslogd.c 140 "debug", LOG_DEBUG,
220 static int Debug; /* debug flag */
223 static int debuglev = 1; /* debug print level */
253 #define DPRINT0(d, m) if ((Debug) && debuglev >= (d)) \
255 #define DPRINT1(d, m, a) if ((Debug) && debuglev >= (d)) \
257 #define DPRINT2(d, m, a, b) if ((Debug) && debuglev >= (d)) \
259 #define DPRINT3(d, m, a, b, c) if ((Debug) && debuglev >= (d)) \
261 #define DPRINT4(d, m, a, b, c, e) if ((Debug) && debuglev >= (d)) \
300 #ifdef DEBUG
    [all...]

Completed in 780 milliseconds

1 2