HomeSort by: relevance | last modified time | path
    Searched defs:debug_file (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/indent/
debug.c 168 debug_file(void) function in typeref:typename:FILE *
177 (void)fprintf(debug_file(), "%s:\n", state.heading1);
182 (void)fprintf(debug_file(), "\t%s:\n", state.heading2);
195 (void)vfprintf(debug_file(), fmt, ap);
207 (void)vfprintf(debug_file(), fmt, ap);
209 (void)fprintf(debug_file(), "\n");
debug.c 168 debug_file(void) function in typeref:typename:FILE *
177 (void)fprintf(debug_file(), "%s:\n", state.heading1);
182 (void)fprintf(debug_file(), "\t%s:\n", state.heading2);
195 (void)vfprintf(debug_file(), fmt, ap);
207 (void)vfprintf(debug_file(), fmt, ap);
209 (void)fprintf(debug_file(), "\n");
  /src/usr.bin/xlint/lint1/
debug.c 56 debug_file(void) function in typeref:typename:FILE *
74 fprintf(debug_file(), "%s%*s",
78 (void)vfprintf(debug_file(), fmt, va);
debug.c 56 debug_file(void) function in typeref:typename:FILE *
74 fprintf(debug_file(), "%s%*s",
78 (void)vfprintf(debug_file(), fmt, va);
  /src/usr.bin/make/
make.h 707 FILE *debug_file; member in struct:CmdOpts
make.h 707 FILE *debug_file; member in struct:CmdOpts

Completed in 157 milliseconds