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 1152 libltdl/ltdl.c try_dlopen (lt_dlhandle *phandle, const char *filename, const char *ext, ext 1171 libltdl/ltdl.c ext ? ext : "(null)"); ext 1199 libltdl/ltdl.c if (ext) ext 1201 libltdl/ltdl.c attempt = MALLOC (char, LT_STRLEN (filename) + LT_STRLEN (ext) + 1); ext 1205 libltdl/ltdl.c sprintf(attempt, "%s%s", filename, ext); ext 1246 libltdl/ltdl.c ext = strrchr (base_name, '.'); ext 1247 libltdl/ltdl.c if (!ext) ext 1249 libltdl/ltdl.c ext = base_name + LT_STRLEN (base_name); ext 1253 libltdl/ltdl.c name = MALLOC (char, ext - base_name + 1); ext 1263 libltdl/ltdl.c for (i = 0; i < ext - base_name; ++i) ext 1274 libltdl/ltdl.c name[ext - base_name] = LT_EOS_CHAR; ext 1327 libltdl/ltdl.c if (ext && streq (ext, archive_ext)) ext 1535 libltdl/ltdl.c const char * ext = 0; ext 1539 libltdl/ltdl.c ext = strrchr (filename, '.'); ext 1541 libltdl/ltdl.c if (ext && ((streq (ext, archive_ext)) ext 1543 libltdl/ltdl.c || (streq (ext, shlib_ext)) ext 1546 libltdl/ltdl.c || (streq (ext, shared_ext))