HomeSort by: relevance | last modified time | path
    Searched refs:Debug (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/dist/pf/sbin/pflogd/
pflogd.h 53 extern int Debug;
pflogd.c 65 int Debug = 0;
637 Debug = 1;
670 log_debug = Debug;
682 if (!Debug) {
791 if (!Debug)
  /src/games/mille/
varpush.c 57 { (void *) &Debug, sizeof Debug },
82 #ifdef DEBUG
83 if (Debug) {
86 printf("Debug file:");
move.c 43 #ifdef DEBUG
120 #ifdef DEBUG
121 if (Debug)
133 #ifdef DEBUG
134 if (Debug)
187 #ifdef DEBUG
188 if (Debug) {
196 #ifdef DEBUG
197 else if (Debug)
226 #ifdef DEBUG
    [all...]
comp.c 123 #ifdef DEBUG
124 if (Debug)
133 #ifdef DEBUG
134 if (Debug)
154 #ifdef DEBUG
155 if (Debug)
184 #ifdef DEBUG
185 if (Debug)
375 #ifdef DEBUG
376 if (Debug)
    [all...]
extern.c 47 bool Debug, /* set if debugging code on */
mille.c 65 Debug = TRUE;
mille.h 211 extern bool Debug, Finished, Next, On_exit, Order, Saved;
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs 29 Debug.Assert( capacity > 0 );
41 Debug.Assert( count > 0 );
  /src/sys/external/isc/libsodium/dist/test/default/
wintest.bat 4 echo "Usage: wintest.bat <Release | ReleaseDLL | Debug | DebugDLL"
22 if "%1" == "Debug" ( goto :Debug )
36 :Debug
  /src/usr.sbin/syslogd/
extern.h 49 extern int Debug;
syslogd.h 131 /* debug messages with categories */
156 #define DPRINTF(x, ...) /*LINTED null effect */(void)(Debug & (x) \
syslogd.c 172 int Debug = D_NONE; /* debug flag */
334 case 'd': /* debug */
619 if (!Debug) {
622 /* Tuck my process id away, if I'm not in debug mode. */
659 if (Debug) {
2932 if (!daemonized && Debug)
2934 if (!daemonized && !Debug)
3618 if (Debug) {
4195 if(Debug)
    [all...]
tls.c 703 if (Debug && !preverify_ok) {
896 if(Debug)
  /src/sys/external/bsd/acpica/dist/tests/misc/
grammar.asl 186 Store ("_CRS:", Debug)
187 Store (PRT0, Debug)
193 Store ("_SRS:", Debug)
194 Store (Arg0, Debug)
491 Store ("32-bit table", Debug)
495 Store ("64-bit table", Debug)
615 Store (Arg0, Debug)
952 Store ("Run-time exception:", Debug)
953 Store (Arg0, Debug)
954 Store (Arg1, Debug)
    [all...]
  /src/sys/arch/hpc/stand/
Makefile 79 -rm -rf compile/ARM*Debug compile/ARM*Release \
80 compile/SH*Debug compile/SH*Release \
  /src/usr.bin/shlock/
shlock.c 93 static int Debug = FALSE;
101 #define dprintf if (Debug) printf
382 Debug = TRUE;
  /src/usr.sbin/ac/
ac.c 97 #ifdef DEBUG
98 static int Debug = 0;
280 #ifdef DEBUG
282 Debug++;
396 #ifdef DEBUG
397 if (Debug)
446 #ifdef DEBUG
447 if (Debug) {
515 #ifdef DEBUG
516 else if (Debug)
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.h 255 * Store ("Example installed method", Debug)
256 * Store (Arg0, Debug)
293 Store ("Table OEMX running", Debug)
356 Store ("Load operator, handle:", Debug)
357 Store (HNDL, Debug)
362 Store ("Loading OEMX table", Debug)
363 Store (LoadTable ("OEMX", "MyOEM", "Test"), Debug)
390 Store ("SSDT1 - _T98", Debug)
401 Store ("SSDT2 - _T99", Debug)
  /src/games/fortune/fortune/
fortune.c 83 #ifdef DEBUG
84 #define DPRINTF(l,x) if (Debug >= l) fprintf x; else
128 #ifdef DEBUG
129 static bool Debug = FALSE; /* print debug messages */
308 #ifdef DEBUG
312 #endif /* DEBUG */
317 #ifdef DEBUG
319 Debug++;
321 #endif /* DEBUG */
    [all...]
  /src/usr.sbin/sysinst/
msg.mi.en 885 {Source and debug sets}
903 {Debug symbols}
906 {Debug symbols (32-bit)}
909 {Debug symbols (64-bit)}
912 {X11 debug symbols}
msg.mi.de 950 {Quelltexte und Debug-Info}
968 {Debug-Information}
971 {Debug-Information (32-Bit)}
974 {Debug-Information (64-Bit)}
977 {X11 Debug-Information}
msg.mi.es 904 {Source and debug sets}
922 {Debug symbols}
925 {Debug symbols (32-bit)}
928 {Debug symbols (64-bit)}
931 {X11 debug symbols}
  /src/sys/arch/ia64/ia64/
exception.S 1604 IVT_ENTRY(Debug, 0x5900)
1606 IVT_END(Debug)
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 485 Store (Concatenate ("Main/Arg0: ", Arg0), Debug)

Completed in 403 milliseconds

1 2