attempt          1161 libltdl/ltdl.c   char *        attempt		= 0;
attempt          1201 libltdl/ltdl.c       attempt = MALLOC (char, LT_STRLEN (filename) + LT_STRLEN (ext) + 1);
attempt          1202 libltdl/ltdl.c       if (!attempt)
attempt          1205 libltdl/ltdl.c       sprintf(attempt, "%s%s", filename, ext);
attempt          1209 libltdl/ltdl.c       attempt = lt__strdup (filename);
attempt          1210 libltdl/ltdl.c       if (!attempt)
attempt          1216 libltdl/ltdl.c   if (canonicalize_path (attempt, &canonical) != 0)
attempt          1376 libltdl/ltdl.c 	  file = fopen (attempt, LT_READTEXT_MODE);
attempt          1474 libltdl/ltdl.c 	  if (tryall_dlopen (&newhandle, attempt, advise, 0) != 0)
attempt          1504 libltdl/ltdl.c   FREE (attempt);