| /src/tests/usr.bin/xlint/lint1/ |
| msg_316.c | 10 void debug(void) function
|
| /src/libexec/ld.elf_so/ |
| debug.c | 1 /* $NetBSD: debug.c,v 1.6 2004/10/22 05:39:56 skrll Exp $ */ 40 __RCSID("$NetBSD: debug.c,v 1.6 2004/10/22 05:39:56 skrll Exp $"); 45 #include "debug.h" 48 #ifdef DEBUG 49 int debug = 0; variable 55 if (debug) {
|
| /src/sys/arch/mvme68k/stand/bootxx/ |
| conf.c | 14 int debug; variable
|
| /src/sys/arch/sun68k/stand/bootxx/ |
| conf.c | 11 #ifdef DEBUG 12 int debug; variable 13 #endif /* DEBUG */
|
| /src/sys/arch/sun68k/stand/bootyy/ |
| conf.c | 11 #ifdef DEBUG 12 int debug; variable 13 #endif /* DEBUG */
|
| /src/usr.bin/rump_wmd/ |
| rump_wmd.sh | 69 debug () function 73 { lvl=$1; shift; echo DEBUG${lvl}: $* >&2; } 127 debug 0 Searching component combinations. This may take a while ... 129 debug 1 Current components: ${CURCOMP} 139 debug 1 Trying to find ${undef} 141 debug 2 Component attempt: ${attempt} 152 debug 1 Found ${undef} from ${attempt} 159 debug 0 Found a set
|
| /src/external/bsd/ipf/dist/lib/ |
| debug.c | 1 /* $NetBSD: debug.c,v 1.2 2012/07/22 14:27:36 darrenr Exp $ */ 8 * Id: debug.c,v 1.1.1.2 2012/07/22 13:44:38 darrenr Exp $ 25 void debug(int level, char *fmt, ...) function 27 void debug(level, fmt, va_alist) 56 debug(0x1fffffff, fmt, pvar);
|
| /src/external/bsd/lutok/dist/ |
| debug.hpp | 29 /// \file debug.hpp 30 /// Provides the debug wrapper class for the Lua C debug state. 48 /// A model for the Lua debug state. 57 /// its result is really mutating a debug object, not the state object. 58 class debug { class in namespace:lutok 69 debug(void); 70 ~debug(void);
|
| debug_test.cpp | 29 #include "debug.hpp" 44 lutok::debug debug; local 45 debug.get_info(state, ">S"); 46 ATF_REQUIRE_EQ(3, debug.line_defined()); 55 lutok::debug debug; local 56 debug.get_stack(state, 0); 60 // the debug structure).
|
| /src/sys/arch/mvme68k/stand/bootst/ |
| conf.c | 17 int debug; variable
|
| boot.c | 42 int debug; variable
|
| /src/sys/arch/sun68k/stand/tapeboot/ |
| conf.c | 17 #ifdef DEBUG 18 int debug; variable 19 #endif /* DEBUG */
|
| /src/sys/arch/zaurus/stand/zboot/ |
| crt0.c | 34 int debug = 1; variable
|
| /src/sys/arch/mvme68k/stand/bootsd/ |
| boot.c | 42 int debug; variable
|
| /src/usr.sbin/bootp/common/ |
| trylook.c | 22 int debug = 0; variable
|
| /src/external/bsd/blocklist/bin/ |
| internal.c | 45 int debug; variable
|
| /src/external/mpl/bind/dist/fuzz/ |
| dns_name_fromtext_target.c | 27 bool debug = false; variable 48 if (debug) {
|
| /src/sys/arch/hppa/stand/boot/ |
| conf.c | 38 int debug = 0; variable
|
| /src/sys/arch/hppa/stand/cdboot/ |
| conf.c | 38 int debug = 0; variable
|
| /src/sys/arch/mvme68k/stand/netboot/ |
| conf.c | 33 int debug; variable
|
| /src/sys/arch/sun68k/stand/libsa/ |
| promboot.c | 12 #ifdef DEBUG 13 int debug = 0; variable 14 #endif /* DEBUG */ 31 #ifdef DEBUG 66 #ifdef DEBUG 67 debug++; 68 #endif /* DEBUG */ 74 #ifdef DEBUG 75 if (debug) { 76 printf("Debug level %d - enter c to continue...", debug) [all...] |
| /src/tests/lib/libc/sys/ |
| t_ptrace_wait.c | 96 static int debug = 0; variable 99 if (debug) { \
|
| /src/usr.sbin/btattach/ |
| firmload.c | 45 const int debug = getenv("FIRMWARE_DEBUG") != NULL; local 52 if (debug) 57 if (debug)
|
| /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/openldap/dist/libraries/libldap/ |
| ftest.c | 55 int debug=0; local 60 debug = atoi( optarg ); 69 if ( debug ) { 70 if ( ber_set_option( NULL, LBER_OPT_DEBUG_LEVEL, &debug ) 74 debug ); 76 if ( ldap_set_option( NULL, LDAP_OPT_DEBUG_LEVEL, &debug ) 80 debug );
|