Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 200) sorted by relevance

12345678

/original-bsd/sys/vax/stand/
H A Dautoconf.c88 int debug = 0; variable
99 debug = 1; in configure()
108 if (debug) in configure()
120 if (debug) in configure()
141 if (debug) in configure()
150 if (debug) in configure()
188 if (debug) in configure()
202 if (debug) in configure()
214 if (debug) in configure()
226 if (debug) in configure()
[all …]
H A Ddrtest.c27 int debug; in main() local
31 debug = getdebug("Enable debugging (0=none, 1=bse, 2=ecc, 3=bse+ecc)? "); in main()
32 if (debug < 0) in main()
33 debug = 0; in main()
38 ioctl(fd, SAIODEBUG, (char *)debug); in main()
/original-bsd/usr.bin/gprof/
H A Ddfn.c43 if ( debug & DFNDEBUG ) {
96 if ( debug & DFNDEBUG ) {
155 if ( debug & DFNDEBUG ) {
178 if ( debug & DFNDEBUG ) {
193 if ( debug & DFNDEBUG ) {
210 if ( debug & DFNDEBUG ) {
221 if ( debug & DFNDEBUG ) {
250 if ( debug & DFNDEBUG ) {
269 if ( debug & DFNDEBUG ) {
284 if ( debug & DFNDEBUG ) {
[all …]
H A Dlookup.c38 if ( debug & LOOKUPDEBUG ) {
51 if ( debug & LOOKUPDEBUG ) {
71 if ( debug & LOOKUPDEBUG ) {
78 if ( debug & LOOKUPDEBUG ) {
H A Dgprof.c38 debug = 0;
64 debug |= atoi( *++argv );
65 debug |= ANYDEBUG;
205 if ( debug & AOUTDEBUG ) { in getnfile()
278 if ( debug & AOUTDEBUG ) {
288 if ( debug & AOUTDEBUG ) {
402 if ( debug & SAMPLEDEBUG ) {
434 if ( debug & TALLYDEBUG ) {
484 if ( debug & SAMPLEDEBUG ) {
624 if (debug & SAMPLEDEBUG) { in asgnsamples()
[all …]
H A Dvax.c214 if ( debug & CALLDEBUG ) {
229 if ( debug & CALLDEBUG ) {
244 if ( debug & CALLDEBUG ) {
282 if ( debug & CALLDEBUG ) {
312 if ( debug & CALLDEBUG ) {
H A Dtahoe.c218 if ( debug & CALLDEBUG ) {
233 if ( debug & CALLDEBUG ) {
248 if ( debug & CALLDEBUG ) {
285 if ( debug & CALLDEBUG ) {
314 if ( debug & CALLDEBUG ) {
/original-bsd/sys/i386/isa/
H A Dwt.c250 #define debug printf macro
275 debug("bpaddr %x\n", adr1);
357 debug("TPstart: sense 0\n");
560 debug("wtsense done\n");
598 debug("WTclose:\n"); in wtclose()
624 debug("End read or write\n"); in wtclose()
659 debug("WTsense: start "); in wtsense()
675 debug("done. no error\n"); in wtsense()
816 debug("Pollrdy\n"); in pollrdy()
986 debug("rdstatus: done\n");
[all …]
/original-bsd/libexec/talkd/
H A Dtable.c34 extern int debug;
64 if (debug)
69 if (debug)
75 if (debug)
102 if (debug)
107 if (debug)
113 if (debug)
176 if (debug)
181 if (debug)
198 if (debug)
/original-bsd/usr.bin/struct/struct/
H A Dmain.c30 if (debug == 2) debfd = stderr;
31 else if (debug)
46 if (debug) prgraph();
51 if (debug) prtree();
56 if (debug) prtree();
/original-bsd/old/talk/talkd/
H A Dtable.c29 extern int debug;
61 if (debug) {
68 if (debug) {
76 if (debug)
104 if (debug) {
111 if (debug) {
119 if (debug)
183 if (debug)
188 if (debug)
206 if (debug) {
/original-bsd/usr.sbin/rmt/
H A Drmt.c43 FILE *debug; variable
44 #define DEBUG(f) if (debug) fprintf(debug, f)
45 #define DEBUG1(f,a) if (debug) fprintf(debug, f, a)
46 #define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2)
63 debug = fopen(*argv, "w");
64 if (debug == 0)
66 (void)setbuf(debug, (char *)0);
/original-bsd/usr.sbin/cron/
H A Dcron.c55 FILE *debug; variable
56 #define dprintf if (debug) fprintf
90 debug = fopen(optarg, "w");
91 if (debug == NULL)
93 (void) fcntl(fileno(debug), F_SETFL, FAPPEND);
228 dprintf(debug, "%d: cannot find %s\n", pid, user),
229 fflush(debug);
237 dprintf(debug, "%d: executing %s", pid, s), fflush (debug);
240 dprintf(debug, "%d: cannot execute sh\n", pid), fflush (debug);
375 dprintf(debug, "%d: child exits with signal %d status %d\n", in reapchild()
[all …]
/original-bsd/old/lex/
H A Dncform20 int debug;
25 debug = 0;
39 if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
50 if(debug){
70 if(debug)fprintf(yyout,"compressed state\n");
81 if(debug){
96 if(debug)fprintf(yyout,"fall back to state %d\n",yystate-yysvec-1);
105 if(debug){
114 if(debug){
135 if(debug){
[all …]
/original-bsd/usr.bin/window/
H A Dmain.c46 debug = strcmp(p, "a.out") == 0;
71 debug = !debug;
103 if (debug)
110 if (debug) {
123 if (debug || xflag)
/original-bsd/old/sdb/
H A Drunpcs.c60 if (debug) printf("\ncontinue %x %d\n",userpc,execsig); in runpcs()
74 if (debug) printf("\n BPT code; '%s'%o'%o'%d", in runpcs()
91 if (debug) printf("Returning from runpcs\n"); in runpcs()
101 if (debug) printf("Entering endpcs with pid=%d\n"); in endpcs()
133 if (debug) printf("About to doexec pid=%d\n",pid); in setup()
142 if (debug) printf("%d %s\n", errflg, errflg); in setup()
152 if (debug) printf("exbkpt: %d\n",bkptr->count);
211 if (debug) { in doexec()
280 if (debug) printf("Waiting for pid %d\n",pid); in bpwait()
282 if (debug) printf("Ending wait\n"); in bpwait()
[all …]
/original-bsd/games/chess/Xchess/
H A Dprogram.c83 if (debug)
89 if (debug)
121 if (debug)
131 if (debug)
149 if (debug) in program_get()
164 if (debug) in program_get()
/original-bsd/usr.bin/make/
H A Dmain.c170 debug = ~0;
173 debug |= DEBUG_ARCH;
176 debug |= DEBUG_COND;
179 debug |= DEBUG_DIR;
182 debug |= DEBUG_FOR;
186 debug |= DEBUG_GRAPH1;
195 debug |= DEBUG_JOB;
198 debug |= DEBUG_MAKE;
201 debug |= DEBUG_SUFF;
204 debug |= DEBUG_TARG;
[all …]
/original-bsd/usr.bin/vis/
H A Dvis.c21 int eflags, fold, foldwidth=80, none, markeol, debug; variable
70 debug++;
128 if (debug)
133 if (debug)
/original-bsd/contrib/dungeon/
H A Ddebug.h3 #ifdef debug
5 #endif debug
/original-bsd/bin/rmail/
H A Drmail.c73 int ch, debug, i, pdes[2], pid, status; local
78 debug = 0;
83 debug = 1;
129 if (debug)
147 if (debug)
161 if (debug)
195 if (debug) {
249 if (debug) {
/original-bsd/sbin/startslip/
H A Dstartslip.c54 int debug = 1; variable
61 int debug = 0; variable
63 #define printd if (debug) printf
89 debug = 1;
136 if (debug == 0 && (fd = open("/dev/tty", 0)) >= 0) {
143 if (debug)
214 if (debug) {
355 if (first && debug == 0) {
/original-bsd/sbin/nfsiod/
H A Dnfsiod.c43 int debug = 1; variable
45 int debug = 0; variable
98 if (debug == 0) {
/original-bsd/games/hack/
H A Ddef.flag.h6 unsigned debug:1; /* in debugging mode */ member
7 #define wizard flags.debug
/original-bsd/local/kerberosIV/compile_et/
H A Dcompile_et.c42 int n_flag = 0, debug = 0; local
53 debug++;
150 if (!debug)
160 if (!debug)

12345678