Searched refs:after_last_slash (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c16405 const char *q, *after_last_slash, *last_period = 0;
16409 after_last_slash = filename;
16413 after_last_slash = q + 1;
16418 len = strlen (after_last_slash) + strlen (section_desc) + 2;
16424 for (q = after_last_slash; *q; q++)
16368 const char *q, *after_last_slash, *last_period = 0; local

Completed in 197 milliseconds