Searched refs:spec_outfile (Results 1 – 7 of 7) sorted by relevance
44 char const *spec_outfile = NULL; /* for -o. */ variable237 if (spec_outfile) in compute_file_name_parts()239 file_name_split (spec_outfile, &base, &tab, &ext); in compute_file_name_parts()240 dir_prefix = xstrndup (spec_outfile, base - spec_outfile); in compute_file_name_parts()244 xstrndup (spec_outfile, in compute_file_name_parts()245 (strlen (spec_outfile) - (ext ? strlen (ext) : 0))); in compute_file_name_parts()249 xstrndup (spec_outfile, in compute_file_name_parts()250 (strlen (spec_outfile) in compute_file_name_parts()310 (spec_outfile in compute_output_file_names()311 ? xstrdup (spec_outfile) in compute_output_file_names()
27 extern char const *spec_outfile;
293 | "%output" STRING { spec_outfile = $2; }294 | "%output" "=" STRING { spec_outfile = $3; } /* deprecated */
691 spec_outfile = AS_FILE_NAME (optarg); in getargs()
654 DEFINE (spec_outfile); in prepare()
2341 { spec_outfile = (yyvsp[(2) - (2)].chars); }2347 { spec_outfile = (yyvsp[(3) - (3)].chars); }
9851 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)