HomeSort by: relevance | last modified time | path
    Searched defs:Debug (Results 1 - 7 of 7) sorted by relevancy

  /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/games/mille/
extern.c 47 bool Debug, /* set if debugging code on */
  /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;
279 #ifdef DEBUG
281 Debug++;
395 #ifdef DEBUG
396 if (Debug)
445 #ifdef DEBUG
446 if (Debug) {
514 #ifdef DEBUG
515 else if (Debug)
    [all...]
  /src/dist/pf/sbin/pflogd/
pflogd.c 65 int Debug = 0;
637 Debug = 1;
670 log_debug = Debug;
682 if (!Debug) {
791 if (!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/syslogd/
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...]

Completed in 16 milliseconds