Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dc-opts.c65 static const char *out_fname; variable
911 if (!out_fname) in c_common_handle_option()
912 out_fname = arg; in c_common_handle_option()
1016 if (out_fname == NULL || !strcmp (out_fname, "-")) in c_common_post_options()
1017 out_fname = ""; in c_common_post_options()
1114 if (out_fname[0] == '\0') in c_common_post_options()
1117 out_stream = fopen (out_fname, "w"); in c_common_post_options()
1121 fatal_error ("opening output file %s: %m", out_fname); in c_common_post_options()
1271 fatal_error ("when writing output to %s: %m", out_fname); in c_common_finish()
Dprotoize.c572 safe_write (int desc, void *ptr, int len, const char *out_fname) in safe_write() argument
584 pname, shortpath (NULL, out_fname), xstrerror (errno_val)); in safe_write()
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
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.
DChangeLog-19994489 directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
/freebsd-12-stable/contrib/wpa/hs20/client/
Dosu_client.c1949 const char *out_fname, const char *urn, int use_path) in cmd_to_tnds() argument
1961 node_to_file(ctx->xml, out_fname, node); in cmd_to_tnds()
1970 const char *out_fname) in cmd_from_tnds() argument
1982 node_to_file(ctx->xml, out_fname, mo); in cmd_from_tnds()