Searched refs:Debug (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-10.1-release/contrib/pf/pflogd/
H A Dpflogd.h48 extern int Debug;
H A Dpflogd.c65 int Debug = 0; variable
659 Debug = 1;
692 log_debug = Debug;
704 if (!Debug) {
813 if (!Debug)
/freebsd-10.1-release/usr.sbin/cron/cron/
H A Ddo_command.c50 Debug(DPROC, ("[%d] do_command(%s, (%s,%d,%d))\n",
68 Debug(DPROC, ("[%d] child process done, exiting\n", getpid()))
75 Debug(DPROC, ("[%d] main process returning to work\n", getpid()))
93 Debug(DPROC, ("[%d] child_process('%s')\n", getpid(), e->cmd))
119 Debug(DPROC, ("[%d] checking account with PAM\n", getpid()))
212 Debug(DPROC, ("[%d] grandchild process Vfork()'ed\n",
354 Debug(DPROC, ("[%d] child continues, closing pipes\n", getpid()))
384 Debug(DPROC, ("[%d] child2 sending data to grandchild\n", getpid()))
420 Debug(DPROC, ("[%d] child2 done sending to grandchild\n", getpid()))
438 Debug(DPRO function
[all...]
H A Ddatabase.c52 Debug(DLOAD, ("[%d] load_database()\n", getpid()))
76 Debug(DLOAD, ("[%d] spool dir mtime unch, no load needed.\n",
133 Debug(DLOAD, ("unlinking old database:\n"))
135 Debug(DLOAD, ("\t%s\n", u->name))
144 Debug(DLOAD, ("load_database is done\n"))
227 Debug(DLOAD, ("\t%s:", fname))
234 Debug(DLOAD, (" [no change, using old data]"))
247 Debug(DLOAD, (" [delete old data]"))
260 Debug(DLOAD, (" [done]\n"))
H A Duser.c70 Debug(DPARS, ("load_user()\n"))
126 Debug(DPARS, ("...load_user() done\n"))
H A Dcron.c240 Debug(DSCH, ("[%d] tick(%d,%d,%d,%d,%d,%d)\n",
311 Debug(DSCH|DEXT, ("user [%s:%d:%d:...] cmd=\"%s\"\n",
422 Debug(DSCH, ("[%d] TargetTime=%ld, sec-to-wait=%d\n",
433 Debug(DSCH, ("[%d] sleeping for %d seconds\n",
483 Debug(DPROC,
487 Debug(DPROC,
491 Debug(DPROC,
H A Dcron.h113 # define Debug(mask, message) \ macro
117 # define Debug(mask, message) \ macro
123 #define Set_LineNum(ln) {Debug(DPARS|DEXT,("linenum=%d\n",ln)); \
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h30 typedef enum Debug { enum in class:lldb_private::Symtab
34 } Debug; typedef in class:lldb_private::Symtab
59 Symbol * FindSymbolWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, uint32_t &start_idx);
62 uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& matches, uint32_t start_idx = 0, uint32_t end_index = UINT32_MAX) const;
64 uint32_t AppendSymbolIndexesWithName (const ConstString& symbol_name, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& matches);
66 uint32_t AppendSymbolIndexesWithNameAndType (const ConstString& symbol_name, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& matches);
68 uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regex, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes);
70 size_t FindAllSymbolsWithNameAndType (const ConstString &name, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& symbol_indexes);
71 size_t FindAllSymbolsMatchingRexExAndType (const RegularExpression &regex, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& symbol_indexes);
72 Symbol * FindFirstSymbolWithNameAndType (const ConstString &name, lldb::SymbolType symbol_type, Debug symbol_debug_typ
[all...]
/freebsd-10.1-release/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak3 CFG=libisc - Win32 Debug
4 !MESSAGE No configuration specified. Defaulting to libisc - Win32 Debug.
7 !IF "$(CFG)" != "libisc - Win32 Release" && "$(CFG)" != "libisc - Win32 Debug"
12 !MESSAGE NMAKE /f "libisc.mak" CFG="libisc - Win32 Debug"
17 !MESSAGE "libisc - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
38 _VC_MANIFEST_BASENAME=__VC80.Debug
298 !ELSEIF "$(CFG)" == "libisc - Win32 Debug"
300 OUTDIR=.\Debug
301 INTDIR=.\Debug
303 OutDir=.\Debug
[all...]
/freebsd-10.1-release/usr.sbin/cron/lib/
H A Dentry.c114 Debug(DPARS, ("load_entry()...about to eat comments\n"))
147 Debug(DPARS, ("load_entry()...about to test shortcuts\n"))
150 Debug(DPARS, ("load_entry()...reboot shortcut\n"))
153 Debug(DPARS, ("load_entry()...yearly shortcut\n"))
162 Debug(DPARS, ("load_entry()...monthly shortcut\n"))
171 Debug(DPARS, ("load_entry()...weekly shortcut\n"))
180 Debug(DPARS, ("load_entry()...daily shortcut\n"))
188 Debug(DPARS, ("load_entry()...hourly shortcut\n"))
196 Debug(DPARS, ("load_entry()...every_minute shortcut\n"))
204 Debug(DPAR
[all...]
H A Denv.c167 Debug(DPARS, ("load_env, read <%s>\n", envstr));
232 Debug(DPARS, ("load_env, parse error, state = %d\n", state))
249 Debug(DPARS, ("load_env, <%s> <%s> -> <%s>\n", name, val, envstr))
/freebsd-10.1-release/usr.bin/make/
H A Dutil.h87 Debug args ; \
103 void Debug(const char *, ...);
H A Dutil.c67 * Debug --
78 Debug(const char *fmt, ...) function
/freebsd-10.1-release/contrib/ntp/util/
H A Dtg2.c526 int Debug = FALSE; variable
859 case 'z': /* Turn on Debug output (also turns on Verbose below) */
860 Debug = TRUE;
870 if (Debug)
877 if (Debug)
909 if (Debug)
1215 if (Debug)
1225 if (Debug)
1242 if (Debug)
1250 if (Debug)
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DDebug.cpp1 //===-- Debug.cpp - An easy way to add debug output to your code ----------===//
26 #include "llvm/Support/Debug.h"
33 // All Debug.h functionality is a no-op in NDEBUG mode.
40 Debug("debug", cl::desc("Enable debug output"), cl::Hidden,
107 strm(errs(), "*** Debug Log Output ***\n",
/freebsd-10.1-release/contrib/apr/
H A Dlibapr.mak7 !IF "$(CFG)" != "libapr - Win32 Release" && "$(CFG)" != "libapr - Win32 Debug" && "$(CFG)" != "libapr - Win32 Release9x" && "$(CFG)" != "libapr - Win32 Debug9x" && "$(CFG)" != "libapr - x64 Release" && "$(CFG)" != "libapr - x64 Debug"
17 !MESSAGE "libapr - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "libapr - x64 Debug" (based on "Win32 (x86) Dynamic-Link Library")
268 !ELSEIF "$(CFG)" == "libapr - Win32 Debug"
270 OUTDIR=.\Debug
271 INTDIR=.\Debug
274 OutDir=.\Debug
277 ALL : ".\include\apr_escape_test_char.h" ".\Debug\gen_test_char.exe" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
491 TargetPath=.\Debug\libap
[all...]
H A Dapr.mak7 !IF "$(CFG)" != "apr - Win32 Release" && "$(CFG)" != "apr - Win32 Debug" && "$(CFG)" != "apr - Win32 Release9x" && "$(CFG)" != "apr - Win32 Debug9x" && "$(CFG)" != "apr - x64 Release" && "$(CFG)" != "apr - x64 Debug"
17 !MESSAGE "apr - Win32 Debug" (based on "Win32 (x86) Static Library")
21 !MESSAGE "apr - x64 Debug" (based on "Win32 (x86) Static Library")
246 !ELSEIF "$(CFG)" == "apr - Win32 Debug"
1102 !ELSEIF "$(CFG)" == "apr - x64 Debug"
1328 !IF "$(CFG)" == "apr - Win32 Release" || "$(CFG)" == "apr - Win32 Debug" || "$(CFG)" == "apr - Win32 Release9x" || "$(CFG)" == "apr - Win32 Debug9x" || "$(CFG)" == "apr - x64 Release" || "$(CFG)" == "apr - x64 Debug"
1775 !ELSEIF "$(CFG)" == "apr - Win32 Debug"
1819 !ELSEIF "$(CFG)" == "apr - x64 Debug"
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h37 Debug = 0x80, enumerator in enum:llvm::RegState::__anon2001
76 flags & RegState::Debug,
352 .addReg(Reg, RegState::Debug)
358 .addReg(Reg, RegState::Debug)
359 .addReg(0U, RegState::Debug)
402 return B ? RegState::Debug : 0;
/freebsd-10.1-release/lib/clang/libllvmsupport/
H A DMakefile22 Debug.cpp \
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp193 s->Indent(" Debug symbol\n");
518 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const
647 Symtab::AppendSymbolIndexesWithName (const ConstString& symbol_name, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes)
692 Symtab::AppendSymbolIndexesWithNameAndType (const ConstString& symbol_name, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes)
736 Symtab::AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regexp, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes)
763 Symtab::FindSymbolWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, uint32_t& start_idx)
803 Symtab::FindAllSymbolsWithNameAndType (const ConstString &name, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& symbol_indexes)
823 Symtab::FindAllSymbolsMatchingRexExAndType (const RegularExpression &regex, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& symbol_indexes)
832 Symtab::FindFirstSymbolWithNameAndType (const ConstString &name, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility)
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Di386-opc.h173 #define Debug 0x100000 /* Debug register */ macro
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DLog.h141 Debug (const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp217 virtual void EmitCFISections(bool EH, bool Debug);
891 void MCAsmStreamer::EmitCFISections(bool EH, bool Debug) { argument
892 MCStreamer::EmitCFISections(EH, Debug);
900 if (Debug)
902 } else if (Debug) {
H A DMCStreamer.cpp232 void MCStreamer::EmitCFISections(bool EH, bool Debug) { argument
233 assert(EH || Debug);
235 EmitDebugFrame = Debug;
/freebsd-10.1-release/games/fortune/fortune/
H A Dfortune.c77 #define DPRINTF(l,x) { if (Debug >= l) fprintf x; }
112 static int Debug = 0; /* print debug messages */ variable
296 Debug++;
340 else if (Debug >= 1)
940 if (Debug >= 1)

Completed in 147 milliseconds

12