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

1 2 3 4

  /onnv/onnv-gate/usr/src/cmd/hal/tools/
hal-storage-shared.h 38 /*#define DEBUG*/
39 #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
  /onnv/onnv-gate/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";
  /onnv/onnv-gate/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
  /onnv/onnv-gate/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...]
  /onnv/onnv-gate/usr/src/cmd/auditd/
queue.c 33 #define DEBUG 0
35 #if DEBUG
50 #if DEBUG
  /onnv/onnv-gate/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 */
  /onnv/onnv-gate/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)
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/resolv/
res_sendsigned.c 23 #define DEBUG
res_mkquery.c 102 #define DEBUG
133 #ifdef DEBUG
250 #ifdef DEBUG
271 #ifdef DEBUG
305 #ifdef DEBUG
  /onnv/onnv-gate/usr/src/cmd/emul64ioctl/
emul64ioctl.c 50 #define DEBUG 1
  /onnv/onnv-gate/usr/src/uts/common/io/usb/hubd/
hubd.c 31 #if defined(lint) && !defined(DEBUG)
32 #define DEBUG 1
  /onnv/onnv-gate/usr/src/cmd/awk/
parse.c 33 #define DEBUG
  /onnv/onnv-gate/usr/src/cmd/sa/
saghdr.h 32 #ifndef DEBUG
33 #define DEBUG 0
  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/
libparted.c 23 #include <parted/debug.h>
56 /* IMHO, none of the DEBUG-related code below is useful, and the
59 #undef DEBUG
60 #ifdef DEBUG
75 #endif /* DEBUG */
208 #ifdef DEBUG
261 #ifdef DEBUG
295 #endif /* DEBUG */
309 #ifdef DEBUG
346 #ifdef DEBUG
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
debug.h 26 * common ast debug definitions
43 #if !defined(DEBUG) && _BLD_DEBUG
44 #define DEBUG _BLD_DEBUG
47 #if DEBUG || _BLD_DEBUG
49 #define debug(x) x macro
72 #define debug(x) macro
  /onnv/onnv-gate/usr/src/lib/libast/common/include/
debug.h 24 * common ast debug definitions
34 #if !defined(DEBUG) && _BLD_DEBUG
35 #define DEBUG _BLD_DEBUG
38 #if DEBUG || _BLD_DEBUG
40 #define debug(x) x macro
63 #define debug(x) macro
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
debug.h 26 * common ast debug definitions
43 #if !defined(DEBUG) && _BLD_DEBUG
44 #define DEBUG _BLD_DEBUG
47 #if DEBUG || _BLD_DEBUG
49 #define debug(x) x macro
72 #define debug(x) macro
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
debug.h 26 * common ast debug definitions
43 #if !defined(DEBUG) && _BLD_DEBUG
44 #define DEBUG _BLD_DEBUG
47 #if DEBUG || _BLD_DEBUG
49 #define debug(x) x macro
72 #define debug(x) macro
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
debug.h 26 * common ast debug definitions
43 #if !defined(DEBUG) && _BLD_DEBUG
44 #define DEBUG _BLD_DEBUG
47 #if DEBUG || _BLD_DEBUG
49 #define debug(x) x macro
72 #define debug(x) macro

Completed in 1140 milliseconds

1 2 3 4