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

  /src/external/gpl3/gcc/dist/gcc/fortran/
options.cc 221 const char *fileext; local
239 fileext = &(filename[i]);
246 if (strcasecmp (fileext, exttype[i].extension) == 0)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
options.cc 210 const char *fileext; local
228 fileext = &(filename[i]);
235 if (strcasecmp (fileext, exttype[i].extension) == 0)

Completed in 49 milliseconds