| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-opts.c | 64 static const char *out_fname; variable 609 if (!out_fname) in c_common_handle_option() 610 out_fname = arg; in c_common_handle_option() 785 if (out_fname == NULL || !strcmp (out_fname, "-")) in c_common_post_options() 786 out_fname = ""; in c_common_post_options() 1077 if (out_fname[0] == '\0') in c_common_post_options() 1080 out_stream = fopen (out_fname, "w"); in c_common_post_options() 1084 fatal_error (input_location, "opening output file %s: %m", out_fname); in c_common_post_options() 1272 fatal_error (input_location, "when writing output to %s: %m", out_fname); in c_common_finish()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-opts.cc | 64 static const char *out_fname; variable 626 if (!out_fname) in c_common_handle_option() 627 out_fname = arg; in c_common_handle_option() 806 if (out_fname == NULL || !strcmp (out_fname, "-")) in c_common_post_options() 807 out_fname = ""; in c_common_post_options() 1116 if (out_fname[0] == '\0') in c_common_post_options() 1119 out_stream = fopen (out_fname, "w"); in c_common_post_options() 1122 fatal_error (input_location, "opening output file %s: %m", out_fname); in c_common_post_options() 1320 fatal_error (input_location, "when writing output to %s: %m", out_fname); in c_common_finish()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | fipsinstall.c | 300 char *in_fname = NULL, *out_fname = NULL, *prog; in fipsinstall_main() local 333 out_fname = opt_arg(); in fipsinstall_main() 504 out_fname == NULL ? dup_bio_out(FORMAT_TEXT) in fipsinstall_main() 505 : bio_open_default(out_fname, 'w', FORMAT_TEXT); in fipsinstall_main()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | gp-display-src.cc | 69 const char *out_fname; member in er_src 107 out_fname = "<stdout>"; in er_src() 214 out_fname = "<stdout>"; in set_outfile() 235 out_fname = cmdpath; in set_outfile()
|
| H A D | gp-print.h | 48 char *out_fname; variable
|
| H A D | gp-display-text.cc | 158 out_fname = GTXT ("<stdout>"); in er_print() 2802 out_fname = NTXT ("<stdout>"); in set_outfile() 2807 out_fname = NTXT ("<stderr>"); in set_outfile() 2828 out_fname = path; in set_outfile()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | gp-display-src.cc | 69 const char *out_fname; member in er_src 107 out_fname = "<stdout>"; in er_src() 214 out_fname = "<stdout>"; in set_outfile() 235 out_fname = cmdpath; in set_outfile()
|
| H A D | gp-print.h | 48 char *out_fname; variable
|
| H A D | gp-display-text.cc | 163 out_fname = GTXT ("<stdout>"); in er_print() 2807 out_fname = NTXT ("<stdout>"); in set_outfile() 2812 out_fname = NTXT ("<stderr>"); in set_outfile() 2833 out_fname = path; in set_outfile()
|
| /netbsd-src/usr.bin/xlint/xlint/ |
| H A D | xlint.c | 387 run_lint1(const char *out_fname) in run_lint1() argument 398 list_add(&args, out_fname); in run_lint1() 401 run_child(abs_lint1, &args, out_fname, -1); in run_lint1()
|
| /netbsd-src/tests/lib/libcurses/slave/ |
| H A D | curses_commands.c | 2212 ARG_STRING(out_fname); in cmd_newterm() 2219 if ((out = fopen(out_fname, "rw")) == NULL) { in cmd_newterm()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2002 | 10598 * c-opts.c (out_fname, out_stream, deps_append, preprocess_file, 10600 (c_common_decode_option): Update for out_fname and dependencies. 10607 (cpp_post_options): Don't canonicalize out_fname, or do anything 10609 * cpplib.h (struct cpp_options): Remove out_fname and
|
| H A D | ChangeLog-2001 | 29193 in_fname and out_fname. Use the passed file name exclusively. 29196 (_cpp_post_options): Canonicalize in_fname and out_fname. 29197 * cppmain.c (printer_init): Don't check out_fname for NULL.
|
| H A D | ChangeLog-1999 | 4489 directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
|