Lines Matching full:dll
132 if (!(kernel32 = GetModuleHandle ("kernel32.dll")))
177 if ((psapi = LoadLibrary ("psapi.dll")) == NULL)
250 if (k > 4 && g_ascii_strcasecmp (module_name + k - 4, ".dll") == 0)
254 return g_strconcat (directory, G_DIR_SEPARATOR_S, module_name, ".dll", NULL);
256 return g_strconcat (directory, G_DIR_SEPARATOR_S, "cyg", module_name, ".dll", NULL);
259 return g_strconcat (directory, G_DIR_SEPARATOR_S, module_name, ".dll", NULL);
261 return g_strconcat (directory, G_DIR_SEPARATOR_S, "lib", module_name, ".dll", NULL);
263 else if (k > 4 && g_ascii_strcasecmp (module_name + k - 4, ".dll") == 0)
267 return g_strconcat (module_name, ".dll", NULL);
269 return g_strconcat ("cyg", module_name, ".dll", NULL);
272 return g_strconcat (module_name, ".dll", NULL);
274 return g_strconcat ("lib", module_name, ".dll", NULL);