Home | History | Annotate | Download | only in bfd

Lines Matching defs:fout

504   const char *fout;
507 fout = strrchr (filename, ']');
508 if (fout == NULL)
509 fout = strchr (filename, ':');
510 if (fout != NULL)
511 fout++;
513 fout = filename;
516 fptr = strrchr (fout, '/');
518 fout = fptr + 1;
520 fname = strdup (fout);