| /mirbsd/src/gnu/usr.bin/perl/lib/Locale/ |
| D | Maketext.pm | 14 BEGIN { unless(defined &DEBUG) { *DEBUG = sub () {0} } } 184 print "* Looking up \"$phrase\" in $h_r\n" if DEBUG; 186 print " Found \"$phrase\" in $h_r\n" if DEBUG; 194 print " Automaking \"$phrase\" into $h_r\n" if DEBUG; 199 print " Not found in $h_r, nor automakable\n" if DEBUG > 1; 205 " fails.\n" if DEBUG; 207 print "WARNING0: maketext fails looking for <$phrase>\n" if DEBUG; 256 DEBUG and print "Lgs\@", __LINE__, ": ", map("<$_>", @languages), "\n"; 266 DEBUG and print "Lgs\@", __LINE__, ": ", map("<$_>", @languages), "\n"; 293 DEBUG and print "Lgs1: ", map("<$_>", @languages), "\n"; [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Pod/ |
| D | Perldoc.pm | 19 unless(defined &DEBUG) { 24 *DEBUG = sub () {0}; 91 DEBUG > 4 and print "Considering new formatter classes -M$classes\n"; 105 DEBUG > 3 and print( 184 if(DEBUG > 3) { 204 DEBUG > 1 and print "New $class object $new\n"; 213 if( DEBUG or $self->opt_v ) { 215 DEBUG ? do { 224 if(DEBUG) { print $out } else { print STDERR $out } 348 DEBUG > 3 and printf "Formatter switches now: [%s]\n", [all …]
|
| /mirbsd/src/sys/lib/libsa/ |
| D | open.c | 88 #ifdef DEBUG in open() 98 #ifdef DEBUG in open() 112 #ifdef DEBUG in open() 117 #ifdef DEBUG in open() 128 #ifdef DEBUG in open() 137 #ifdef DEBUG in open() 143 #ifdef DEBUG in open() 154 #ifdef DEBUG in open() 162 #ifdef DEBUG in open() 168 #ifdef DEBUG in open() [all …]
|
| /mirbsd/src/gnu/usr.sbin/sendmail/smrsh/ |
| D | smrsh.c | 129 #ifndef DEBUG 155 #ifndef DEBUG 177 #ifndef DEBUG 194 #ifndef DEBUG 212 #ifndef DEBUG 239 #ifndef DEBUG 300 #ifndef DEBUG 307 #ifdef DEBUG 319 #ifndef DEBUG 337 #ifndef DEBUG [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-or32.c | 34 #define DEBUG 0 macro 131 #if DEBUG in encode() 183 #if DEBUG in encode() 245 #if DEBUG in md_assemble() 284 #if DEBUG in parse_operand() 335 #if DEBUG in parse_operand() 349 #if DEBUG in parse_operand() 389 #if DEBUG in parse_operand() 405 #if DEBUG in parse_operand() 431 #if DEBUG in machine_ip() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | or32-dis.c | 23 #define DEBUG 0 macro 43 #if DEBUG in find_bytes_big() 77 #if DEBUG in or32_extract() 90 #if DEBUG in or32_extract() 110 #if DEBUG in or32_extract() 119 #if DEBUG in or32_extract() 124 #if DEBUG in or32_extract() 143 #if DEBUG in or32_extract() 154 #if DEBUG in or32_opcode_match() 160 #if DEBUG in or32_opcode_match() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Pod/Perldoc/ |
| D | GetOptsOO.pm | 23 *DEBUG = defined( &Pod::Perldoc::DEBUG ) 24 ? \&Pod::Perldoc::DEBUG 42 DEBUG > 3 and print " Truth is $truth\n"; 63 DEBUG > 3 and print " $method => $rest\n"; 70 DEBUG > 3 and print " $method is true ($truth)\n"; 76 DEBUG > 3 91 DEBUG > 2 and print " Setting args->[0] to \"-$rest\"\n";
|
| D | ToMan.pm | 86 defined(&Pod::Perldoc::DEBUG) 87 and Pod::Perldoc::DEBUG() 96 defined(&Pod::Perldoc::DEBUG) 97 and &Pod::Perldoc::DEBUG() 101 defined(&Pod::Perldoc::DEBUG) 102 and Pod::Perldoc::DEBUG() 107 defined(&Pod::Perldoc::DEBUG) 108 and Pod::Perldoc::DEBUG()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/lib/Encode/ |
| D | Alias.pm | 6 sub DEBUG () { 0 } subroutine 31 DEBUG and warn "eval $val"; 33 DEBUG and $@ and warn "$val, $@"; 35 DEBUG and warn "$alias", "->", "($find)"; 42 DEBUG and warn "$alias, $new"; 57 DEBUG and warn "$find => $name"; 61 if (DEBUG){ 82 DEBUG and warn "delete \$Alias\{$k\}"; 86 DEBUG and warn "delete \$Alias\{$k\}"; 91 DEBUG and warn "delete \$Alias\{$alias\}";
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Memoize/ |
| D | Expire.pm | 5 $DEBUG = 0; 51 $DEBUG and print STDERR " >> Store $_[1] $_[2]\n"; 62 $DEBUG and print STDERR " >> Fetch cached value for $_[1]\n"; 64 $DEBUG and print STDERR " >> (ttl: ", ($expire_time-time()), ", nuses: $num_uses_left)\n"; 72 $DEBUG and print STDERR " >> Exists $_[1]\n"; 74 $DEBUG and print STDERR " Not in underlying hash at all.\n"; 80 if ($DEBUG) { 86 $DEBUG and print STDERR " (Still good)\n"; 89 $DEBUG and print STDERR " (Expired)\n";
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf32-sh-symbian.c | 30 #define DEBUG 0 macro 48 if (DEBUG) \ 66 if (DEBUG) \ 86 if (DEBUG) \ 117 if (DEBUG) in sh_symbian_import_as() 135 if (DEBUG) in sh_symbian_import_as() 142 if (DEBUG) in sh_symbian_import_as() 152 if (DEBUG) in sh_symbian_import_as() 178 if (DEBUG) in sh_symbian_import() 189 if (DEBUG) in sh_symbian_export() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Locale/Maketext/ |
| D | Guts.pm | 12 *DEBUG = sub () {0} unless defined &DEBUG; 47 print " \"$1\"\n" if DEBUG > 2; 60 print " [end-string]\n" if DEBUG > 2; 92 print " --Closing group [$c[-1]]\n" if DEBUG > 2; 97 DEBUG > 2 and print " -- (Ignoring)\n"; 236 print scalar(@c), " chunks under closure\n" if DEBUG; 238 print "Empty code\n" if DEBUG; 246 print @code if DEBUG;
|
| D | GutsLoader.pm | 8 *Locale::Maketext::DEBUG = sub () {0} 9 unless defined &Locale::Maketext::DEBUG; 19 Locale::Maketext::DEBUG and print "Requiring Locale::Maketext::Guts...\n"; 36 Locale::Maketext::DEBUG and 41 Locale::Maketext::DEBUG and print "Non-utf8'd Locale::Maketext::Guts fine\n"; 43 Locale::Maketext::DEBUG and print "Loaded Locale::Maketext::Guts fine\n";
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | utf8_heavy.pl | 5 sub DEBUG () { 0 } subroutine 24 print STDERR "SWASHNEW @_\n" if DEBUG; 46 print "type = $type\n" if DEBUG; 120 print "canonical = $canonical\n" if DEBUG; 167 print "found it (file='$file')\n" if DEBUG; 178 print "Returning cached '$file' for \\p{$type}\n" if DEBUG; 231 print STDERR "$1 => $2\n" if DEBUG; 251 …class, TYPE => $type, BITS => $bits, NONE => $none\nEXTRAS =>\n$extras\nLIST =>\n$list\n" if DEBUG; 278 print STDERR "SWASHGET @_ [$type/$bits/$none]\n" if DEBUG; 301 print "$min $max $val\n" if DEBUG; [all …]
|
| D | diagnostics.pm | 189 our $DEBUG; 220 $DEBUG ||= 0; 238 $DEBUG = 2 if $opt_d; 244 warn "Happy happy podfile from real $PODFILE\n" if $DEBUG; 251 warn "Checking $file\n" if $DEBUG; 256 print STDERR "podfile is $file\n" if $DEBUG; 263 print STDERR "podfile is <DATA>\n" if $DEBUG; 324 print STDERR "FINISHING COMPILATION for $_\n" if $DEBUG; 430 print STDERR $transmo if $DEBUG; 455 $DEBUG++;
|
| /mirbsd/src/gnu/usr.bin/perl/jpl/JPL/ |
| D | AutoLoader.pm | 59 print "AUTOLOAD $AUTOLOAD(@_)\n" if $JPL::DEBUG; 61 print "class = $classname, method = $methodsig\n" if $JPL::DEBUG; 64 print "sub $AUTOLOAD {}\n" if $JPL::DEBUG; 134 print "sig = $sig\n" if $JPL::DEBUG; 147 print "got method " . ($mid + 0) . " from cache.\n" if $JPL::DEBUG; 177 print "mid = ", $mid + 0, ", $mid\n" if $JPL::DEBUG; 179 print "*** rettype = $rettype\n" if $JPL::DEBUG; 188 print "*** Some sort of wizardry...\n" if $JPL::DEBUG; 189 print %{$blesspack . "::"}, "\n" if $JPL::DEBUG; 190 print defined %{$blesspack . "::"}, "\n" if $JPL::DEBUG; [all …]
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | alias_nbt.c | 100 #ifdef DEBUG 155 #ifdef DEBUG in AliasHandleName() 161 #ifdef DEBUG in AliasHandleName() 169 #ifdef DEBUG in AliasHandleName() 175 #ifdef DEBUG in AliasHandleName() 218 #ifdef DEBUG in AliasHandleUdpNbt() 241 #ifdef DEBUG in AliasHandleUdpNbt() 260 #ifdef DEBUG in AliasHandleUdpNbt() 299 #ifdef DEBUG in AliasHandleQuestion() 350 #ifdef DEBUG in AliasHandleResourceNB() [all …]
|
| /mirbsd/src/usr.bin/iconv/ |
| D | iconv.c | 109 #ifdef DEBUG in main() 128 #ifdef DEBUG in main() 133 #ifdef DEBUG in main() 140 #ifdef DEBUG in main() 150 #ifdef DEBUG in main() 156 #ifdef DEBUG in main() 187 #ifdef DEBUG in main() 196 #ifdef DEBUG in main() 204 #ifdef DEBUG in main()
|
| /mirbsd/src/sys/arch/i386/i386/ |
| D | dkcsum.c | 72 #ifdef DEBUG in dkcsumattach() 103 #ifdef DEBUG in dkcsumattach() 118 #ifdef DEBUG in dkcsumattach() 123 #ifdef DEBUG in dkcsumattach() 133 #ifdef DEBUG in dkcsumattach() 141 #ifdef DEBUG in dkcsumattach() 183 #ifdef DEBUG in dkcsumattach() 209 #ifdef DEBUG in dkcsumattach() 225 #ifdef DEBUG in dkcsumattach()
|
| /mirbsd/src/usr.bin/tip/aculib/ |
| D | hayes.c | 150 #ifdef DEBUG in hay_disconnect() 186 #ifdef DEBUG 198 #ifdef DEBUG 206 #ifdef DEBUG 261 #ifndef DEBUG in goodbye() 265 #ifndef DEBUG in goodbye() 274 #ifdef DEBUG in goodbye() 282 #ifdef DEBUG in goodbye() 311 #ifdef DEBUG in hay_sync()
|
| /mirbsd/src/usr.bin/make/ |
| D | dir.c | 610 if (DEBUG(DIR)) { in Dir_Expandi() 622 if (DEBUG(DIR)) { in Dir_Expandi() 668 if (DEBUG(DIR)) in Dir_FindFileComplexi() 675 if (DEBUG(DIR)) in Dir_FindFileComplexi() 691 if (DEBUG(DIR)) in Dir_FindFileComplexi() 694 if (DEBUG(DIR)) in Dir_FindFileComplexi() 710 if (DEBUG(DIR)) in Dir_FindFileComplexi() 716 if (DEBUG(DIR)) in Dir_FindFileComplexi() 730 if (DEBUG(DIR)) in Dir_FindFileComplexi() 750 if (DEBUG(DIR)) in Dir_FindFileComplexi() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/I18N/LangTags/ |
| D | Detect.pm | 11 BEGIN { unless(defined &DEBUG) { *DEBUG = sub () {0} } } 47 DEBUG and print "Noting \$$envname: $ENV{$envname}\n"; 144 print " About to use $module ...\n" if DEBUG; 150 print "Error using $module \: $@\n" if DEBUG > 1; 153 print " OK, $module is used\n" if DEBUG;
|
| /mirbsd/src/gnu/usr.bin/perl/cygwin/ |
| D | perlld.in | 17 #my $DEBUG ="perlld.out"; 18 my $DEBUG =undef; 25 if ($DEBUG) { 26 open DEBUGFILE, ">>$DEBUG"; 32 print DEBUGFILE "+ no dll output -- passing to gcc\n\n" if $DEBUG; 38 print DEBUGFILE "output file: $dllname\n" if $DEBUG; 57 print DEBUGFILE "dll name: $dllname\nimport library: $libname\npath: $path\n" if $DEBUG; 77 close DEBUGFILE if $DEBUG; 83 print DEBUGFILE $command if $DEBUG;
|
| /mirbsd/src/lib/libncurses/src/ncurses/tinfo/ |
| D | comp_parse.c | 229 DEBUG(1, ("head = %s", _nc_head->tterm.term_names)); in _nc_read_entry_source() 230 DEBUG(1, ("tail = %s", _nc_tail->tterm.term_names)); in _nc_read_entry_source() 234 DEBUG(1, ("no entries parsed")); in _nc_read_entry_source() 248 DEBUG(2, ("RESOLUTION BEGINNING")); in _nc_resolve_uses2() 276 DEBUG(2, ("NO MULTIPLE NAME OCCURRENCES")); in _nc_resolve_uses2() 299 DEBUG(2, ("%s: resolving use=%s (in core)", in _nc_resolve_uses2() 314 DEBUG(2, ("%s: resolving use=%s (compiled)", in _nc_resolve_uses2() 347 DEBUG(2, ("NAME RESOLUTION COMPLETED OK")); in _nc_resolve_uses2() 362 DEBUG(2, ("%s: attempting merge", in _nc_resolve_uses2() 371 DEBUG(2, ("%s: use entry %d unresolved", in _nc_resolve_uses2() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/t/ |
| D | perlio.t | 32 our $DEBUG = 0; 37 @ARGV and $DEBUG = shift; 40 #$Encode::JP::JIS7::DEBUG = $DEBUG; 72 skip "$e: !perlio_ok", 4 unless (perlio_ok($e) or $DEBUG); 80 if ($DEBUG){ 95 if ($DEBUG){ 106 if ($DEBUG){ 110 if (perlio_ok($e) or $DEBUG){ 120 if ($DEBUG){ 125 if ( ! $DEBUG ) { [all …]
|