Home
last modified time | relevance | path

Searched refs:full_module_file_name (Results 1 – 3 of 3) sorted by relevance

/dports/devel/goffice/goffice-0.10.50/goffice/app/
H A Dgo-plugin-loader-module.c109 gchar *full_module_file_name; in go_plugin_loader_module_load_base() local
121 full_module_file_name = g_build_filename (go_plugin_get_dir_name ( in go_plugin_loader_module_load_base()
127 full_module_file_name); in go_plugin_loader_module_load_base()
129 handle = g_module_open (full_module_file_name, G_MODULE_BIND_LAZY); in go_plugin_loader_module_load_base()
133 full_module_file_name); in go_plugin_loader_module_load_base()
141 full_module_file_name); in go_plugin_loader_module_load_base()
145 full_module_file_name); in go_plugin_loader_module_load_base()
160 g_free (full_module_file_name); in go_plugin_loader_module_load_base()
173 char *full_module_file_name = in go_plugin_loader_module_unload_base() local
179 g_printerr ("Unloading %s\n", full_module_file_name); in go_plugin_loader_module_unload_base()
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excelplugins/
H A Dexcelplugins.c933 gchar *full_module_file_name; in load_xlcall32() local
938 full_module_file_name = g_build_filename (go_plugin_get_dir_name (plugin), "xlcall32", NULL); in load_xlcall32()
942 xlcall32_handle = g_module_open (full_module_file_name, G_MODULE_BIND_LAZY); in load_xlcall32()
947 g_warning (_("Unable to open module file \"%s\"."),full_module_file_name); in load_xlcall32()
952 …g (_("Module \"%s\" doesn't contain (\"register_actual_excel4v\" symbol)."),full_module_file_name); in load_xlcall32()
956 g_free (full_module_file_name); in load_xlcall32()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/python-loader/
H A Dpython-loader.c112 gchar *full_module_file_name = NULL; in gplp_load_base() local
140 full_module_file_name = path; in gplp_load_base()
145 if (full_module_file_name == NULL) { in gplp_load_base()
153 f = gnumeric_fopen_error_info (full_module_file_name, "r", &open_error); in gplp_load_base()
154 g_free (full_module_file_name); in gplp_load_base()