Home
last modified time | relevance | path

Searched refs:normalized_matched_name (Results 1 – 2 of 2) sorted by relevance

/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-module.c366 gchar *module_base_name, *normalized_matched_name; in _cut_module_match_name() local
369 normalized_matched_name = g_strconcat(name, "." G_MODULE_SUFFIX, NULL); in _cut_module_match_name()
371 matched = (0 == strcmp(module_base_name, normalized_matched_name)); in _cut_module_match_name()
374 g_free(normalized_matched_name); in _cut_module_match_name()
/dports/japanese/tomoe/tomoe-0.6.0/lib/
H A Dtomoe-module.c382 gchar *module_base_name, *normalized_matched_name; in _tomoe_module_match_name() local
385 normalized_matched_name = g_strconcat (name, "." G_MODULE_SUFFIX, NULL); in _tomoe_module_match_name()
387 matched = (0 == strcmp (module_base_name, normalized_matched_name)); in _tomoe_module_match_name()
390 g_free (normalized_matched_name); in _tomoe_module_match_name()