/osnet-11/usr/src/lib/libnsl/yp/ |
H A D | yp_update.c | 51 #define debugging 1 macro 54 #define debugging 0 macro 97 if (debugging) { 136 if (debugging)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
H A D | canonical.t | 25 use vars qw($debugging $verbose); 38 # $debugging = 1; 49 # Use Data::Dumper if debugging and it is available to create an ASCII dump 51 if ($debugging) {
|
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | logging.c | 208 int debugging, chan_level; local 212 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0); 215 * If not debugging, short circuit debugging messages very early. 217 if (level > 0 && !debugging) 223 /* Some channels only log when debugging is on. */ 224 if ((chan->flags & LOG_REQUIRE_DEBUG) && !debugging) 242 int debugging; local 246 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0); 249 * If not debugging, shor 273 int pri, debugging, did_vsprintf = 0; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | closure.t | 7 # Run with -debug for debugging output. 194 my($debugging, %expected, $inner_type, $where_declared, $within); 198 $debugging = 1 if defined($ARGV[0]) and $ARGV[0] eq '-debug'; 240 print <<"DEBUG_INFO" if $debugging; 490 $debugging or do { 1 while unlink @tmpfiles }; 498 if ($debugging && ($errors || $? || ($output =~ /not ok/))) { 505 print '#', "-" x 30, "\n" if $debugging;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | DB.pm | 559 DB - programmatic interface to the Perl debugging API (draft, subject to 571 CLIENT->done() # de-register from the debugging API 611 debugging functionality, so that various implementations of Perl debuggers 612 (or packages that want to simply get at the "privileged" debugging data) 616 Note that multiple "front-ends" can latch into this debugging API 618 debugging with a command line and GUI at the same time, debugging 746 de-register from the debugging API 801 to perl's debugging functionality. As such, this interface should be considered
|
H A D | Carp.pm | 85 As a debugging aid, you can force Carp to treat a croak as a confess
|
H A D | bigint.pm | 244 This enables a trace mode and is primarily for debugging bigint or
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/ |
H A D | Peek.pm | 1 # Devel::Peek - A data debugging tool for the XS programmer 72 Devel::Peek - A data debugging tool for the XS programmer 104 to data debugging and for that it will describe only the C<Dump()> 115 this switches on debugging of opcode dispatch. C<FLAGS> should be a 119 =head2 Runtime debugging 131 debugging one. When called with an argument, switches to debugging or 132 non-debugging dispatcher depending on the argument (active for 135 =head2 Memory footprint debugging 137 When perl is compiled with support for memory footprint debugging [all...] |
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap.h | 244 int debugging();
|
H A D | ap_msg.c | 46 debugging(void) function 74 if (!debugging())
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/ |
H A D | DProf.pm | 20 To profile a Perl script run the perl interpreter with the B<-d> debugging 21 switch. The profiler uses the debugging hooks. So to profile script
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/ |
H A D | O.pm | 96 various internal debugging flags. See the documentation for the
|
H A D | B.pm | 110 # For debugging 451 C<walkoptree_debug> (see below) has been called to turn debugging on then 457 Returns the current debugging flag for C<walkoptree>. If the optional 458 DEBUG argument is non-zero, it sets the debugging flag to that. See 459 the description of C<walkoptree> above for what the debugging flag
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/ |
H A D | re.pm | 27 /^(.*)$/s; # output debugging info during 59 When C<use re 'debug'> is in effect, perl emits debugging messages when
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/ |
H A D | piconv | 192 Invokes debugging mode. Primarily for Encode hackers.
|
/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/ |
H A D | os_SunOS_amd64.s | 71 / Return the current sp (for debugging)
|
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema.c | 80 static int debugging(void); 1603 debugging(void) function 1630 if (!debugging()) 1704 if (!debugging())
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | Cmd.pm | 671 Print debugging information. C<DIR> denotes the direction I<true> being 677 This method is called to print debugging information. TEXT is 681 are sent, but we do not want to display them in the debugging information.
|
H A D | POP3.pm | 419 B<Debug> - Enable debugging information
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
H A D | Pretty.pm | 260 primarily for debugging.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Manifest.pm | 640 or if PERL_MM_MANIFEST_DEBUG is true, debugging output will be 679 Turns on debugging
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/ |
H A D | prove | 169 -d, --debug Includes extra debugging information.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | c2ph.PL | 93 -d spew reams of debugging output 435 -d spew reams of debugging output
|
H A D | h2ph.PL | 809 This is primarily used for debugging I<h2ph>.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/ |
H A D | DynaLoader_pm.PL | 659 Internal debugging messages are enabled when $dl_debug is set true. 666 For the DynaLoader developer/porter there is a similar debugging
|