Home
last modified time | relevance | path

Searched refs:out_fname (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-opts.c64 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 Dc-opts.cc64 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 Dfipsinstall.c300 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 Dgp-display-src.cc69 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 Dgp-print.h48 char *out_fname; variable
H A Dgp-display-text.cc158 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 Dgp-display-src.cc69 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 Dgp-print.h48 char *out_fname; variable
H A Dgp-display-text.cc163 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 Dxlint.c387 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 Dcurses_commands.c2212 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 DChangeLog-200210598 * 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 DChangeLog-200129193 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 DChangeLog-19994489 directive, out_fname, if_stack, safe_write, index0, get_lintcmd,