/src/usr.bin/make/unit-tests/ |
opt-debug.mk | 3 # Tests for the -d command line option, which controls debug logging. 5 # Enable debug logging for the variables (var.c). 10 # Disable all debug logging again.
|
opt-debug-archive.mk | 3 # Tests for the -da command line option, which adds debug logging for the
|
opt-debug-dir.mk | 3 # Tests for the -dd command line option, which adds debug logging for
|
opt-debug-making.mk | 3 # Tests for the -dm command line option, which adds debug logging about
|
opt-debug-meta.mk | 3 # Tests for the -dM command line option, which adds debug logging about
|
opt-debug-all.mk | 4 # except for -dL (lint), since that option is not related to debug logging
|
opt-debug-suff.mk | 3 # Tests for the -ds command line option, which adds debug logging about
|
opt-debug-targets.mk | 3 # Tests for the -dt command line option, which adds debug logging about
|
opt-debug-cond.mk | 3 # Tests for the -dc command line option, which adds debug logging for the
|
opt-debug-file.mk | 6 # Enable debug logging for variable assignments and evaluation (-dv) 7 # and redirect the debug logging to the given file. 13 # Hide the logging output for the remaining actions. 15 # logging again. Since then, an easier way is the undocumented option '-d0'. 18 # Make sure that the debug logging file contains some logging.
|
opt-debug-jobs.mk | 3 # Tests for the -dj command line option, which adds debug logging about 8 # Run in parallel mode since the debug logging is more interesting there
|
opt-debug-for.mk | 3 # Tests for the -df command line option, which adds debug logging for
|
opt-debug-parse.mk | 3 # Tests for the -dp command line option, which adds debug logging about
|
opt-debug-var.mk | 3 # Tests for the -dv command line option, which adds debug logging about
|
dir.mk | 82 # Demonstrate debug logging for filename expansion, especially curly braces. 88 # Therefore, keep the debug logging active.
|
opt-debug-errors-jobs.mk | 3 # Tests for the -de command line option, which adds debug logging for
|
opt-debug-errors.mk | 3 # Tests for the -de command line option, which adds debug logging for
|
/src/libexec/talkd/ |
extern.h | 49 extern int logging;
|
talkd.c | 75 int logging = 0; variable in typeref:typename:int 100 logging = 1;
|
process.c | 97 if (debug || logging)
|
/src/libexec/fingerd/ |
fingerd.c | 70 int p[2], logging, no_forward, user_required, short_list; local in function:main 81 logging = no_forward = user_required = short_list = 0; 87 logging = 1; 126 if (logging) { 136 if (logging) 144 if (logging) {
|
/src/libexec/comsat/ |
comsat.c | 82 static int logging; variable in typeref:typename:int 115 logging = 1; 271 if (logging)
|
/src/libexec/ftpd/ |
extern.h | 325 GLOBAL int logging; variable in typeref:typename:GLOBAL int
|
/src/libexec/tftpd/ |
tftpd.c | 108 static int logging; variable in typeref:typename:int 213 logging = 1; 302 if (logging) 721 if (logging) {
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_trampoline_arm.S | 92 @ But before the logging part of XRay is ready, we pretend that here a
|