Lines Matching refs:ext
137 char *ext;145 ext = strrchr (base, '.');146 if (ext && strcmp (ext, ".mod") == 0)150 name = xmalloc (ext - base + 1);151 memcpy (name, base, ext - base);152 name[ext - base] = '\0';164 char *ext;167 ext = strrchr (str, '.');168 if (ext && strcmp (ext, ".mod") == 0)