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

1 2

  /src/usr.sbin/rpcbind/
rpcb_svc_4.c 90 if (debugging)
125 if (debugging)
135 if (debugging)
145 if (debugging)
154 if (debugging)
162 if (debugging)
172 if (debugging)
182 if (debugging)
192 if (debugging)
202 if (debugging)
    [all...]
rpcb_svc.c 87 if (debugging)
115 if (debugging)
129 if (debugging)
139 if (debugging)
149 if (debugging)
165 if (debugging)
177 if (debugging) {
187 if (debugging) {
211 if (debugging) {
pmap_svc.c 79 if (debugging)
84 debugging) {
118 if (debugging)
182 if (debugging)
243 debugging) {
250 if (debugging)
283 if (debugging) {
324 debugging) {
331 if (debugging)
356 (caddr_t)&list_pml)) && debugging) {
    [all...]
rpcb_svc_com.c 142 if (debugging)
149 if (debugging)
230 if (debugging)
237 if (debugging)
352 if (debugging)
510 if (debugging)
517 if (debugging)
656 if (debugging)
671 if (debugging)
683 if (debugging) {
    [all...]
util.c 116 if (debugging)
294 if (debugging)
315 if (debugging)
321 if (debugging)
330 if (debugging)
336 if (debugging)
371 if (debugging)
rpcbind.c 87 #define DEBUGGING 1
89 #define DEBUGGING 0
93 int debugging = DEBUGGING; /* Tell me what's going on */ variable in typeref:typename:int
94 int doabort = 0; /* When debugging, do an abort on errors */
233 if (debugging) {
234 printf("rpcbind debugging enabled.");
304 if (debugging) {
491 if (debugging) {
493 * for debugging print out our universa
    [all...]
check_bound.c 208 if (debugging) {
224 if (debugging)
rpcbind.h 67 extern int debugging;
  /src/sys/arch/acorn32/doc/
bootoptions 68 Special debugging options not for normal use
71 termdebug Enable console debugging
72 notermcls Console debugging option
  /src/usr.bin/make/unit-tests/
jobs-error-indirect.mk 4 # printed, to aid in debugging.
jobs-error-nested-make.mk 4 # printed, to aid in debugging, even if the target is marked as .MAKE.
jobs-error-nested.mk 4 # printed, to aid in debugging.
opt-debug-loud.mk 20 # is still printed. The -dl debugging option is stronger than all
depsrc-ignore.mk 16 # Enabling the debugging option -de changes the order in which the messages
19 # As the manual page says, in debugging mode stdout is line buffered.
opt-debug-errors-jobs.mk 41 # debugging these issues (for example in NetBSD's build.sh), output the
vardebug.mk 3 # Demonstrates the debugging output for var.c.
  /src/usr.bin/qsubst/
qsubst.c 124 static int debugging; variable in typeref:typename:int
392 if (debugging) {
421 if (debugging) {
427 if (debugging) {
434 if (debugging) {
444 if (debugging) {
451 if (debugging) {
456 if (debugging) {
467 if (debugging) {
474 if (debugging) {
    [all...]
  /src/games/warp/
init.c 173 if (debugging) {
187 if (debugging)
193 if (debugging)
204 if (debugging)
234 if (debugging)
237 else if (debugging)
sig.c 34 if (!debugging) {
154 #ifdef DEBUGGING
209 #ifdef DEBUGGING
term.c 215 if (debugging) {
231 if (debugging) {
249 if (debugging) {
258 if (debugging)
warp.c 117 * Less signal catching during debugging.
186 debugging = true;
187 #ifdef DEBUGGING
warp.h 218 #define DEBUGGING /* include debugging code */
255 #ifdef DEBUGGING
315 #ifdef DEBUGGING
363 EXT bool debugging INIT(false);
  /src/sbin/iscsid/
iscsid_main.c 59 int debugging; variable in typeref:typename:int
537 debugging++;
549 openlog("iscsid", (debugging ? LOG_PERROR : 0) | LOG_PID, LOG_DAEMON);
557 if (!debugging) {
  /src/bin/sh/
option.list 83 debug debug #ifdef DEBUG # enable internal shell debugging
  /src/share/mk/
bsd.clean.mk 60 .if 0 # print "# clean CLEANFILES" for debugging

Completed in 360 milliseconds

1 2