Lines Matching refs:gchar
63 gchar *file_name;
65 gchar *cp_file_name;
76 static gpointer _g_module_open (const gchar *file_name,
83 const gchar *symbol_name);
84 static gchar* _g_module_build_path (const gchar *directory,
85 const gchar *module_name);
86 static inline void g_module_set_error (const gchar *error);
88 static inline GModule* g_module_find_by_name (const gchar *name);
120 g_module_find_by_name (const gchar *name) in g_module_find_by_name()
136 g_module_set_error_unduped (gchar *error) in g_module_set_error_unduped()
143 g_module_set_error (const gchar *error) in g_module_set_error()
166 _g_module_open (const gchar *file_name, in _g_module_open()
184 const gchar *symbol_name) in _g_module_symbol()
188 static gchar*
189 _g_module_build_path (const gchar *directory, in _g_module_build_path()
190 const gchar *module_name) in _g_module_build_path()
205 static gchar*
206 parse_libtool_archive (const gchar* libtool_name) in parse_libtool_archive()
211 gchar *lt_dlname = NULL; in parse_libtool_archive()
213 gchar *lt_libdir = NULL; in parse_libtool_archive()
214 gchar *name; in parse_libtool_archive()
221 gchar *display_libtool_name = g_filename_display_name (libtool_name); in parse_libtool_archive()
247 gchar *display_libtool_name = g_filename_display_name (libtool_name); in parse_libtool_archive()
279 gchar *dir = g_path_get_dirname (libtool_name); in parse_libtool_archive()
296 str_check_suffix (const gchar* string, in str_check_suffix()
297 const gchar* suffix) in str_check_suffix()
319 const gchar *env; in _g_module_debug_init()
332 g_module_open (const gchar *file_name, in g_module_open()
337 gchar *name = NULL; in g_module_open()
413 gchar *dot = strrchr (file_name, '.'); in g_module_open()
414 gchar *slash = strrchr (file_name, G_DIR_SEPARATOR); in g_module_open()
429 gchar *real_name = parse_libtool_archive (name); in g_module_open()
444 gchar *display_file_name = g_filename_display_name (file_name); in g_module_open()
452 gchar *saved_error; in g_module_open()
454 const gchar *check_failed = NULL; in g_module_open()
494 gchar *error; in g_module_open()
524 g_module_open (const gchar *file_name, in g_module_open()
527 gchar *utf8_file_name = g_locale_to_utf8 (file_name, -1, NULL, NULL, NULL); in g_module_open()
601 G_CONST_RETURN gchar*
609 const gchar *symbol_name, in g_module_symbol()
612 const gchar *module_error; in g_module_symbol()
626 gchar *name; in g_module_symbol()
639 gchar *error; in g_module_symbol()
651 G_CONST_RETURN gchar*
666 G_CONST_RETURN gchar*
679 gchar*
680 g_module_build_path (const gchar *directory, in g_module_build_path()
681 const gchar *module_name) in g_module_build_path()