| /src/external/gpl2/groff/dist/src/devices/grohtml/ |
| html.h | 68 simple_output &set_file(FILE *);
|
| output.cpp | 154 simple_output &simple_output::set_file(FILE *f) function in class:simple_output
|
| post-html.cpp | 2884 html.set_file(file_list.get_file()); 2896 html.set_file(file_list.get_file()); // flush current file 2906 html.set_file(file_list.get_file()); 4201 html.set_file(file_list.get_file()); 4677 html.set_file(stdout);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-display-src.cc | 61 FILE *set_outfile (char *cmd, FILE *&set_file); 203 er_src::set_outfile (char *cmd, FILE *&set_file) 232 if (set_file && (set_file != stdout)) 233 fclose (set_file); 235 set_file = new_file; 236 return set_file;
|
| gp-print.h | 114 FILE *set_outfile (char *cmd, FILE *&set_file, bool append);
|
| gp-display-text.cc | 2803 er_print::set_outfile (char *cmd, FILE *&set_file, bool append) 2838 if (set_file && set_file != stdout) 2839 fclose (set_file); 2840 set_file = new_file; 2841 return set_file;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-display-src.cc | 61 FILE *set_outfile (char *cmd, FILE *&set_file); 203 er_src::set_outfile (char *cmd, FILE *&set_file) 232 if (set_file && (set_file != stdout)) 233 fclose (set_file); 235 set_file = new_file; 236 return set_file;
|
| gp-print.h | 114 FILE *set_outfile (char *cmd, FILE *&set_file, bool append);
|
| gp-display-text.cc | 2803 er_print::set_outfile (char *cmd, FILE *&set_file, bool append) 2838 if (set_file && set_file != stdout) 2839 fclose (set_file); 2840 set_file = new_file; 2841 return set_file;
|
| /src/external/gpl2/groff/dist/src/devices/grops/ |
| ps.h | 39 ps_output &set_file(FILE *);
|
| ps.cpp | 99 ps_output &ps_output::set_file(FILE *f) function in class:ps_output 618 out.set_file(tempfp); 1379 out.set_file(stdout);
|