Symbol: debug_file
usr.bin/indent/debug.c
177
(void)fprintf(debug_file(), "%s:\n", state.heading1);
usr.bin/indent/debug.c
182
(void)fprintf(debug_file(), "\t%s:\n", state.heading2);
usr.bin/indent/debug.c
195
(void)vfprintf(debug_file(), fmt, ap);
usr.bin/indent/debug.c
207
(void)vfprintf(debug_file(), fmt, ap);
usr.bin/indent/debug.c
209
(void)fprintf(debug_file(), "\n");
usr.bin/make/main.c
1318
opts.debug_file = stderr;
usr.bin/make/main.c
1854
f = opts.debug_file;
usr.bin/make/main.c
199
if (opts.debug_file != stdout && opts.debug_file != stderr)
usr.bin/make/main.c
200
fclose(opts.debug_file);
usr.bin/make/main.c
209
opts.debug_file = stdout;
usr.bin/make/main.c
213
opts.debug_file = stderr;
usr.bin/make/main.c
225
opts.debug_file = fopen(fname, mode);
usr.bin/make/main.c
226
if (opts.debug_file == NULL) {
usr.bin/make/main.c
330
setvbuf(opts.debug_file, NULL, _IONBF, 0);
usr.bin/make/main.c
331
if (opts.debug_file != stdout)
usr.bin/make/make.c
1101
if (DEBUG(MAKE) && opts.debug_file != stdout) {
usr.bin/make/make.c
1104
GNode_FprintDetails(opts.debug_file, "(", ogn, ")\n");
usr.bin/make/make.c
1150
if (DEBUG(MAKE) && opts.debug_file != stdout) {
usr.bin/make/make.c
1153
GNode_FprintDetails(opts.debug_file, " (", gn,
usr.bin/make/make.c
1163
if (DEBUG(MAKE) && opts.debug_file != stdout)
usr.bin/make/make.c
129
vfprintf(opts.debug_file, fmt, ap);
usr.bin/make/make.c
715
GNode_FprintDetails(opts.debug_file, "", pgn, "");
usr.bin/make/make.c
954
GNode_FprintDetails(opts.debug_file, "", cn, "\n");
usr.bin/make/make.h
709
FILE *debug_file;
usr.bin/make/parse.c
614
if (opts.debug_file != stdout && opts.debug_file != stderr) {
usr.bin/make/parse.c
616
ParseVErrorInternal(opts.debug_file, false, gn,
usr.bin/make/parse.c
640
if (opts.debug_file != stdout && opts.debug_file != stderr) {
usr.bin/make/parse.c
642
ParseVErrorInternal(opts.debug_file, true, NULL,
usr.bin/make/targ.c
470
GNode_FprintDetails(opts.debug_file, ", ", gn, "\n");
usr.bin/xlint/lint1/debug.c
74
fprintf(debug_file(), "%s%*s",
usr.bin/xlint/lint1/debug.c
78
(void)vfprintf(debug_file(), fmt, va);