Searched defs:DEBUG (Results 1 - 25 of 45) sorted by relevance

12

/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.h38 /*#define DEBUG*/
39 #define DEBUG macro
H A Dhal-storage-cleanup-all-mountpoints.c38 /*#define DEBUG*/
39 #define DEBUG macro
78 #ifdef DEBUG
89 #ifdef DEBUG
100 #ifdef DEBUG
172 #ifdef DEBUG
H A Dhal-storage-cleanup-mountpoint.c38 /*#define DEBUG*/
39 #define DEBUG macro
79 #ifdef DEBUG
91 #ifdef DEBUG
101 #ifdef DEBUG
131 #ifdef DEBUG
184 #ifdef DEBUG
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm7 sub DEBUG () { 0 } subroutine
45 DEBUG and warn "_exception($name) = ", _exception($name);
60 DEBUG and warn $_;
65 } DEBUG and warn "Filter installed";
H A DEncode.pm7 sub DEBUG () { 0 } subroutine
63 DEBUG and warn $mod;
265 Encode::DEBUG and warn __PACKAGE__, " XS on";
269 Encode::DEBUG and warn __PACKAGE__, " XS off";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DAlias.pm6 sub DEBUG () { 0 } subroutine
35 DEBUG and warn "eval $val";
37 DEBUG and $@ and warn "$val, $@";
41 DEBUG and warn "$alias", "->", "($find)";
51 DEBUG and warn "$alias, $new";
61 if (DEBUG){
85 DEBUG and warn "delete \$Alias\{$k\}";
90 DEBUG and warn "delete \$Alias\{$k\}";
95 DEBUG and warn "delete \$Alias\{$alias\}";
H A DEncoder.pm14 sub DEBUG () { 0 } subroutine
69 DEBUG and warn shift;
80 DEBUG and warn $self->{encoding}, " => ", $obj->name;
H A DGuess.pm8 sub DEBUG () { 0 } subroutine
45 DEBUG and warn "Added: ", $e->name;
103 DEBUG and warn "$utf, be == $be, le == $le";
115 DEBUG and warn "Added: ", $e->name;
133 DEBUG and warn sprintf("%4d:%-24s ok\n", $nline, $k);
136 DEBUG and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dutf8_heavy.pl5 sub DEBUG () { 0 } subroutine
22 print STDERR "SWASHNEW @_\n" if DEBUG;
44 print "type = $type\n" if DEBUG;
79 print "canonical = $canonical\n" if DEBUG;
141 print "found it (file='$file')\n" if DEBUG;
152 print "Returning cached '$file' for \\p{$type}\n" if DEBUG;
205 print STDERR "$1 => $2\n" if DEBUG;
222 print STDERR "CLASS = $class, TYPE => $type, BITS => $bits, NONE => $none\nEXTRAS =>\n$extras\nLIST =>\n$list\n" if DEBUG;
249 print STDERR "SWASHGET @_ [$type/$bits/$none]\n" if DEBUG;
272 print "$min $max $val\n" if DEBUG;
[all...]
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c23 #define DEBUG macro
H A Dres_mkquery.c100 #define DEBUG macro
131 #ifdef DEBUG
248 #ifdef DEBUG
269 #ifdef DEBUG
303 #ifdef DEBUG
H A Dres_query.c92 #define DEBUG macro
127 #ifdef DEBUG
146 #ifdef DEBUG
166 #ifdef DEBUG
175 #ifdef DEBUG
369 #ifdef DEBUG
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dlibparted.c46 /* IMHO, none of the DEBUG-related code below is useful, and the
49 #undef DEBUG macro
50 #ifdef DEBUG
65 #endif /* DEBUG */
178 #ifdef DEBUG
/osnet-11/usr/src/lib/libdll/common/
H A Ddllnext.c52 #define DEBUG 1 macro
54 #if DEBUG
72 #if DEBUG
78 #if DEBUG
137 #if DEBUG
143 #if DEBUG
150 #if DEBUG
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Ddebug.h43 #if !defined(DEBUG) && _BLD_DEBUG
44 #define DEBUG _BLD_DEBUG macro
47 #if DEBUG || _BLD_DEBUG
/osnet-11/usr/src/lib/libast/common/include/
H A Ddebug.h34 #if !defined(DEBUG) && _BLD_DEBUG
35 #define DEBUG _BLD_DEBUG macro
38 #if DEBUG || _BLD_DEBUG
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Ddebug.h43 #if !defined(DEBUG) && _BLD_DEBUG
44 #define DEBUG _BLD_DEBUG macro
47 #if DEBUG || _BLD_DEBUG
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Ddebug.h43 #if !defined(DEBUG) && _BLD_DEBUG
44 #define DEBUG _BLD_DEBUG macro
47 #if DEBUG || _BLD_DEBUG
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Ddebug.h43 #if !defined(DEBUG) && _BLD_DEBUG
44 #define DEBUG _BLD_DEBUG macro
47 #if DEBUG || _BLD_DEBUG
/osnet-11/usr/src/lib/libcurses/screen/
H A Dcompiler.h122 #define DEBUG(level, fmt, a1) \ macro
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.h42 #define DEBUG 0 macro
44 #if DEBUG
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h136 #ifdef DEBUG
145 * Some codes from etherboot use a level in DEBUG. Define it to be
149 #ifndef DEBUG
150 # define DEBUG 0 macro
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dtic.h108 #define DEBUG(level, fmt, a1) \ macro
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dchk_trans.c34 # undef DEBUG macro
35 # define DEBUG macro
38 #ifdef DEBUG
343 #ifdef DEBUG /* avoid compiler warning about 'd' unused */
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_errmap.c39 #ifdef DEBUG
40 #undef DEBUG macro
193 #ifdef DEBUG
206 #ifdef DEBUG
216 #ifdef DEBUG
253 #ifdef DEBUG

Completed in 58 milliseconds

12