Home | History | Annotate | Download | only in gcc

Lines Matching defs:obase

5225      to use the obase computation for a ghost outbase, passed to
5236 const char *obase;
5239 obase = "a";
5242 obase = lbasename (output_file);
5243 size_t blen = strlen (obase), xlen;
5249 && strcmp ((temp = (obase + blen - xlen)),
5251 : ((temp = strrchr (obase + 1, '.'))
5257 || strcmp (obase, "a.out") == 0)))
5259 tofree = xstrndup (obase, blen - xlen);
5260 obase = tofree;
5279 obase)))
5281 if (obase == tofree)
5285 outbase = xstrdup (obase);
5288 obase = tofree = NULL;
5294 char *p = concat (dumpdir, obase, "-", NULL);
5299 dumpdir = concat (obase, "-", NULL);
5304 obase = tofree = NULL;