streq             171 libltdl/loaders/preopen.c 	  if (!symbol->address && streq (symbol->name, filename))
streq             217 libltdl/loaders/preopen.c       if (streq (symbol->name, name))
streq             339 libltdl/loaders/preopen.c       if ((originator && streq (list->symlist->name, originator))
streq             340 libltdl/loaders/preopen.c           || (!originator && streq (list->symlist->name, "@PROGRAM@")))
streq              55 libltdl/lt_dlloader.c   return streq (vtable->name, name) ? (void *) item : NULL;
streq             388 libltdl/ltdl.c 	      && streq (handle->info.filename, filename)))
streq            1111 libltdl/ltdl.c       else if (streq (line, "installed=yes\n"))
streq            1115 libltdl/ltdl.c       else if (streq (line, "installed=no\n"))
streq            1327 libltdl/ltdl.c   if (ext && streq (ext, archive_ext))
streq            1541 libltdl/ltdl.c   if (ext && ((streq (ext, archive_ext))
streq            1543 libltdl/ltdl.c 	     || (streq (ext, shlib_ext))
streq            1546 libltdl/ltdl.c 	     || (streq (ext, shared_ext))
streq            2431 libltdl/ltdl.c       if (cur && cur->info.name && streq (cur->info.name, module_name))