Searched refs:utf8_program (Results 1 – 1 of 1) sorted by relevance
3335 gchar *utf8_program = g_locale_to_utf8 (program, -1, NULL, NULL, NULL); in g_find_program_in_path() local3336 gchar *utf8_retval = g_find_program_in_path_utf8 (utf8_program); in g_find_program_in_path()3339 g_free (utf8_program); in g_find_program_in_path()