Home | History | Annotate | Download | only in src

Lines Matching refs:spec_outfile

48 char const *spec_outfile = NULL;       /* for -o. */
238 /* Compute ALL_BUT_EXT and ALL_BUT_TAB_EXT from SPEC_OUTFILE
243 if (spec_outfile)
245 file_name_split (spec_outfile, &base, &tab, &ext);
246 dir_prefix = xstrndup (spec_outfile, base - spec_outfile);
250 xstrndup (spec_outfile,
251 (strlen (spec_outfile) - (ext ? strlen (ext) : 0)));
255 xstrndup (spec_outfile,
256 (strlen (spec_outfile)
316 spec_outfile ? spec_outfile : concat2 (all_but_ext, src_extension);