| /netvirt/usr/src/cmd/hal/tools/ |
| hal-storage-shared.h | 37 /*#define DEBUG*/ 38 #define DEBUG
|
| hal-storage-cleanup-all-mountpoints.c | 38 /*#define DEBUG*/ 39 #define DEBUG 78 #ifdef DEBUG 89 #ifdef DEBUG 100 #ifdef DEBUG 172 #ifdef DEBUG
|
| hal-storage-cleanup-mountpoint.c | 38 /*#define DEBUG*/ 39 #define DEBUG 79 #ifdef DEBUG 91 #ifdef DEBUG 101 #ifdef DEBUG 131 #ifdef DEBUG 184 #ifdef DEBUG
|
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
| encoding.pm | 7 sub DEBUG () { 0 } 45 DEBUG and warn "_exception($name) = ", _exception($name); 60 DEBUG and warn $_; 65 } DEBUG and warn "Filter installed";
|
| Encode.pm | 7 sub DEBUG () { 0 } 63 DEBUG and warn $mod; 265 Encode::DEBUG and warn __PACKAGE__, " XS on"; 269 Encode::DEBUG and warn __PACKAGE__, " XS off";
|
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
| Alias.pm | 6 sub DEBUG () { 0 } 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\}";
|
| Encoder.pm | 14 sub DEBUG () { 0 } 69 DEBUG and warn shift; 80 DEBUG and warn $self->{encoding}, " => ", $obj->name;
|
| Guess.pm | 8 sub DEBUG () { 0 } 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
|
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| utf8_heavy.pl | 5 sub DEBUG () { 0 } 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...] |
| /netvirt/usr/src/cmd/auditd/ |
| queue.c | 35 #define DEBUG 0 37 #if DEBUG 52 #if DEBUG
|
| /netvirt/usr/src/cmd/listen/ |
| nlsaddr.c | 71 /* use to debug in listener *only* (not in user programs) */ 72 /* #define DEBUG(args) debug args */ 74 #ifndef DEBUG 75 #define DEBUG(args) 124 DEBUG((5, "nlscalloc: t_getinfo failed, t_errno %d errno %d")); 129 DEBUG((5, "nlscalloc: t_alloc failed, t_errno %d errno %d")); 154 DEBUG((1, "nlscalloc: malloc failed!"));
|
| lsparam.h | 34 /* DEBUGMODE causes debug statements to be compiled in. */ 39 extern int debug(int level, char *format, ...); 40 #define DEBUG(ARGS) debug ARGS 42 #define DEBUG(ARGS) 46 * CHARADDR is a debug aid only!!!! 49 * debug/log files 93 #define DBGNAME "debug" /* debug output file */
|
| /netvirt/usr/src/head/ |
| macros.h | 72 * Use: DEBUG(sum,d) which becomes fprintf(stderr,"sum = %d\n",sum) 78 #define DEBUG(var, type) fprintf(stderr, #var "= %" #type "\n", var) 81 #define DEBUG(var, type) fprintf(stderr, "var = %type\n", var)
|
| /netvirt/usr/src/lib/libresolv2/common/resolv/ |
| res_sendsigned.c | 32 #define DEBUG
|
| res_mkquery.c | 102 #define DEBUG 132 #ifdef DEBUG 255 #ifdef DEBUG 276 #ifdef DEBUG
|
| /netvirt/usr/src/cmd/emul64ioctl/ |
| emul64ioctl.c | 50 #define DEBUG 1
|
| /netvirt/usr/src/uts/common/io/usb/hubd/ |
| hubd.c | 33 #if defined(lint) && !defined(DEBUG) 34 #define DEBUG 1
|
| /netvirt/usr/src/cmd/awk/ |
| parse.c | 33 #define DEBUG
|
| /netvirt/usr/src/cmd/sa/ |
| saghdr.h | 32 #ifndef DEBUG 33 #define DEBUG 0
|
| /netvirt/usr/src/lib/libdll/common/ |
| dllnext.c | 52 #define DEBUG 1 54 #if DEBUG 72 #if DEBUG 78 #if DEBUG 137 #if DEBUG 143 #if DEBUG 150 #if DEBUG
|
| /netvirt/usr/src/cmd/fs.d/udfs/fsck/ |
| main.c | 75 #define DEBUG 1 126 case DEBUG: 127 debug++; 251 if (debug) 253 if (debug)
|
| /netvirt/usr/src/cmd/man/src/util/nsgmls.src/ |
| Makefile | 32 DEBUG= 45 #CXXFLAGS=-ansi $(DEBUG) $(WARN) 50 CFLAGS += $(OPT) $(DEBUG)
|
| /netvirt/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/ |
| Severity.java | 129 public static final Severity DEBUG = new Severity(LOG_DEBUG, 130 Level.FINE.intValue() - 1, "DEBUG"); 192 * <li>Level.FINE becomes Severity.DEBUG 212 return (DEBUG);
|
| /netvirt/usr/src/cmd/xntpd/xntpd/ |
| refclock_nmea.c | 19 #define DEBUG 1 66 extern int debug; /* global debug flag */ 216 #ifdef DEBUG 217 if (debug)
|
| /netvirt/usr/src/grub/grub-0.95/netboot/ |
| grub.h | 136 #ifdef DEBUG 145 * Some codes from etherboot use a level in DEBUG. Define it to be 146 * zero means no debug info output, that will make them silence in 149 #ifndef DEBUG 150 # define DEBUG 0
|