HomeSort by: relevance | last modified time | path
    Searched defs:after_last_slash (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 17959 const char *q, *after_last_slash, *last_period = 0;
17963 after_last_slash = filename;
17967 after_last_slash = q + 1;
17972 len = strlen (after_last_slash) + strlen (section_desc) + 2;
17978 for (q = after_last_slash; *q; q++)
17924 const char *q, *after_last_slash, *last_period = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 17501 const char *q, *after_last_slash, *last_period = 0;
17505 after_last_slash = filename;
17509 after_last_slash = q + 1;
17514 len = strlen (after_last_slash) + strlen (section_desc) + 2;
17520 for (q = after_last_slash; *q; q++)
17466 const char *q, *after_last_slash, *last_period = 0; local

Completed in 62 milliseconds