Home | History | Annotate | Download | only in bfd

Lines Matching refs:hyp

1715           char *hyp = strchr (tname, '-');
1717 if (hyp != NULL)
1719 tname = ++hyp;
1727 strcpy (new_tname, hyp);
1728 while ((hyp = strrchr (new_tname, '-')) != NULL)
1730 *hyp = 0;