| /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-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-var.mk | 3 # Tests for the -dv command line option, which adds debug logging about
|
| opt-debug-errors-jobs.mk | 3 # Tests for the -de command line option, which adds debug logging for
|
| cond-short.mk | 168 # At that time, there was not enough debug logging to see the details in the 169 # -dA log. To actually see it, add debug logging at the beginning and end of
|
| varmod-assign.mk | 194 # Run the 'target' test in a separate sub-make, with reduced debug logging.
|
| varname-makeflags.mk | 108 # for debug logging, there is no way to process strings that contain
|
| /src/libexec/talkd/ |
| extern.h | 49 extern int logging;
|
| talkd.c | 75 int logging = 0; variable 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 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 115 logging = 1; 271 if (logging)
|
| /src/libexec/ftpd/ |
| extern.h | 325 GLOBAL int logging; variable
|
| ftpd.c | 299 logging = 0; 322 * LOG_NDELAY sets up the logging connection immediately, 397 logging++; /* > 1 == extra logging */ 798 if (logging) 922 if (logging) 995 if (logging) 1420 if (logging) { 1442 if (logging) 1609 "No directory! Logging in with home=/") [all...] |
| ftpcmd.y | 236 if (logged_in && logging) {
|
| /src/libexec/tftpd/ |
| tftpd.c | 108 static int logging; variable 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
|
| /src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
| oszephyr.c | 53 #include <zephyr/logging/log.h>
|