Home | History | Annotate | Download | only in make

Lines Matching refs:debug_file

198 	if (opts.debug_file != stdout && opts.debug_file != stderr)
199 fclose(opts.debug_file);
208 opts.debug_file = stdout;
212 opts.debug_file = stderr;
224 opts.debug_file = fopen(fname, mode);
225 if (opts.debug_file == NULL) {
329 setvbuf(opts.debug_file, NULL, _IONBF, 0);
330 if (opts.debug_file != stdout)
1084 /* opts.debug_file has already been initialized earlier */
1316 opts.debug_file = stderr;
1849 f = opts.debug_file;