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

  /src/external/gpl3/gcc/dist/gcc/fortran/
options.cc 187 exttype[] = local
246 if (strcasecmp (fileext, exttype[i].extension) == 0)
248 f_form = exttype[i].form;
252 while (exttype[i].form != FORM_UNKNOWN);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
options.cc 182 exttype[] = local
235 if (strcasecmp (fileext, exttype[i].extension) == 0)
237 f_form = exttype[i].form;
241 while (exttype[i].form != FORM_UNKNOWN);
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.c 712 char exttype[4]; local
715 exttype[0] = toupper(*p++);
716 exttype[1] = toupper(*p++);
717 exttype[2] = toupper(*p++);
718 exttype[3] = '\0';
719 if (!strcmp(exttype, "EXE") || !strcmp(exttype, "CMD") ||
720 !strcmp(exttype, "BAT") || !strcmp(exttype, "COM"))

Completed in 63 milliseconds