ext               138 libltdl/loaders/loadlibrary.c   char		*ext;
ext               173 libltdl/loaders/loadlibrary.c       ext = strrchr (wpath, '.');
ext               174 libltdl/loaders/loadlibrary.c       if (!ext)
ext               134 libltdl/ltdl.c 				       const char *filename, const char *ext,
ext              1159 libltdl/ltdl.c try_dlopen (lt_dlhandle *phandle, const char *filename, const char *ext,
ext              1178 libltdl/ltdl.c 	   ext ? ext : "(null)");
ext              1206 libltdl/ltdl.c   if (ext)
ext              1208 libltdl/ltdl.c       attempt = MALLOC (char, LT_STRLEN (filename) + LT_STRLEN (ext) + 1);
ext              1212 libltdl/ltdl.c       sprintf(attempt, "%s%s", filename, ext);
ext              1253 libltdl/ltdl.c   ext = strrchr (base_name, '.');
ext              1254 libltdl/ltdl.c   if (!ext)
ext              1256 libltdl/ltdl.c       ext = base_name + LT_STRLEN (base_name);
ext              1260 libltdl/ltdl.c   name = MALLOC (char, ext - base_name + 1);
ext              1270 libltdl/ltdl.c     for (i = 0; i < ext - base_name; ++i)
ext              1281 libltdl/ltdl.c     name[ext - base_name] = LT_EOS_CHAR;
ext              1334 libltdl/ltdl.c   if (ext && STREQ (ext, archive_ext))
ext              1542 libltdl/ltdl.c   const char *	ext     = 0;
ext              1546 libltdl/ltdl.c   ext = strrchr (filename, '.');
ext              1548 libltdl/ltdl.c   if (ext && ((STREQ (ext, archive_ext))
ext              1550 libltdl/ltdl.c 	     || (STREQ (ext, shlib_ext))
ext              1553 libltdl/ltdl.c 	     || (STREQ (ext, shared_ext))