| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| fallback.pm | 64 use constant DEBUG => 0; 77 print STDERR "DEBUG: $path\n" if DEBUG;
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| fallback.pm | 64 use constant DEBUG => 0; 77 print STDERR "DEBUG: $path\n" if DEBUG;
|
| /src/games/mille/ |
| table.c | 46 #define DEBUG
|
| /src/external/apache2/llvm/dist/llvm/utils/release/ |
| findRegressions-simple.py | 6 DEBUG = 0 22 if DEBUG: 28 if DEBUG: 45 if DEBUG: 53 if DEBUG:
|
| findRegressions-nightly.py | 6 DEBUG = 0 26 if DEBUG: 31 if DEBUG: 45 if DEBUG: 51 if DEBUG: 56 if DEBUG: 61 if DEBUG: 77 if DEBUG:
|
| /src/sys/arch/evbarm/integrator/ |
| int_bus_dma.c | 58 #undef DEBUG 59 #define DEBUG(x)
|
| /src/external/bsd/ekermit/dist/ |
| debug.h | 2 #ifndef DEBUG /* and if DEBUG not already defined */ 4 #ifndef DEBUG 5 #define DEBUG 6 #endif /* DEBUG */ 8 #endif /* DEBUG */ 11 #ifdef DEBUG /* Debugging included... */ 25 . Makes it disappear entirely if DEBUG not defined. 28 /* In kermit.c we debug only through a function pointer */ 29 #define debug(a,b,c,d) macro 34 #define debug macro 39 #define debug macro [all...] |
| /src/external/bsd/nvi/dist/perl_api/ |
| perlsfio.c | 41 #undef DEBUG
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| debug.h | 1 /* $NetBSD: debug.h,v 1.4 2025/09/05 21:16:14 christos Exp $ */ 26 #define DEBUG(level, arg) \ 31 #undef DEBUG 32 #define DEBUG(level,arg)
|
| /src/lib/libc/resolv/ |
| res_mkquery.c | 101 #ifndef DEBUG 102 #define DEBUG 129 #ifdef DEBUG 236 #ifdef DEBUG 259 #ifdef DEBUG 294 #ifdef DEBUG
|
| res_query.c | 124 #ifndef DEBUG 125 #define DEBUG 160 #ifdef DEBUG 178 #ifdef DEBUG 198 #ifdef DEBUG 207 #ifdef DEBUG 401 #ifdef DEBUG
|
| /src/sys/external/bsd/gnu-efi/dist/apps/ |
| AllocPages.c | 100 #ifdef DEBUG 101 #undef DEBUG 103 #define DEBUG 0 115 #if DEBUG 133 #if DEBUG 137 #if DEBUG 141 #if DEBUG
|
| FreePages.c | 75 #ifdef DEBUG 76 #undef DEBUG 78 #define DEBUG 0 88 #if DEBUG 104 #if DEBUG 108 #if DEBUG 112 #if DEBUG
|
| /src/external/bsd/libbind/dist/resolv/ |
| res_mkquery.c | 90 #define DEBUG 116 #ifdef DEBUG 221 #ifdef DEBUG 242 #ifdef DEBUG 276 #ifdef DEBUG
|
| res_sendsigned.c | 25 #define DEBUG
|
| /src/share/examples/rump/virtual_ip_router/ |
| rumprouter.c | 55 #undef DEBUG 57 #ifdef DEBUG
|
| /src/sys/dev/vme/ |
| sc_vme.c | 92 #ifndef DEBUG 93 #define DEBUG XXX 231 #ifdef DEBUG
|
| /src/usr.sbin/sysinst/ |
| txtwalk.c | 43 #undef DEBUG 81 #ifdef DEBUG 135 #ifdef DEBUG
|
| /src/share/examples/refuse/ian/libfetch/ |
| common.h | 100 #define DEBUG(x) do { if (fetchDebug) { x; } } while (/* CONSTCOND */ 0) 102 #define DEBUG(x) do { } while (/* CONSTCOND */ 0)
|
| /src/sys/arch/shark/stand/ofwboot/ |
| boot.c | 1 #define DEBUG 91 #ifdef DEBUG 100 int debug; variable
|
| /src/usr.sbin/fwctl/ |
| fwmpegts.c | 57 #define DEBUG 0 181 #if DEBUG 183 #endif /* DEBUG */ 195 #if DEBUG 200 #endif /* DEBUG */ 220 #if DEBUG 235 #endif /* DEBUG */ 258 #if DEBUG 260 #endif /* DEBUG */
|
| /src/usr.sbin/rmt/ |
| rmt.c | 72 FILE *debug; variable 73 #define DEBUG(f) if (debug) fprintf(debug, f) 74 #define DEBUG1(f,a) if (debug) fprintf(debug, f, a) 75 #define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2) 91 debug = fopen(*argv, "w"); 92 if (debug == 0 [all...] |
| /src/external/gpl2/dtc/dist/tests/ |
| tests.h | 12 #define DEBUG
|
| /src/external/historical/nawk/dist/ |
| main.c | 31 #define DEBUG
|
| /src/sys/arch/ia64/stand/common/ |
| bcache.c | 47 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args) 50 # define DEBUG(fmt, args...) 243 DEBUG("bypass %d from %d", size / bcache_blksize, blk); 287 DEBUG("insert blk %d -> %d @ %d # %d", blkno, cand, now, bcache_bcount); 311 DEBUG("hit blk %d <- %d (now %d then %d)", blkno, i, now, bcache_ctl[i].bc_stamp); 329 DEBUG("invalidate blk %d", blkno);
|