converted_str 96 lib/search/lib.c gchar *converted_str; converted_str 107 lib/search/lib.c converted_str = mc_search__recode_str (str, str_len, charset, cp_display, &converted_str_len); converted_str 111 lib/search/lib.c converted_str = g_strndup (str, str_len); converted_str 114 lib/search/lib.c next_char = str_cget_next_char (converted_str); converted_str 116 lib/search/lib.c tmp_len = next_char - converted_str; converted_str 118 lib/search/lib.c converted_str[tmp_len] = '\0'; converted_str 122 lib/search/lib.c mc_search__recode_str (converted_str, tmp_len, cp_display, charset, &converted_str_len); converted_str 125 lib/search/lib.c *just_letters = str_isalnum (converted_str) && !str_isdigit (converted_str); converted_str 127 lib/search/lib.c g_free (converted_str); converted_str 130 lib/search/lib.c return converted_str; converted_str 141 lib/search/lib.c gchar *converted_str, *tmp_str1, *tmp_str2, *tmp_str3; converted_str 148 lib/search/lib.c tmp_str2 = converted_str = converted_str 153 lib/search/lib.c tmp_str3 = tmp_str1 = g_strdup (converted_str); converted_str 160 lib/search/lib.c mc_search__recode_str (converted_str, converted_str_len, cp_display, charset, &tmp_len); converted_str 161 lib/search/lib.c g_free (converted_str); converted_str 168 lib/search/lib.c gchar *converted_str, *tmp_str2; converted_str 173 lib/search/lib.c tmp_str2 = converted_str = g_strndup (str, str_len); converted_str 178 lib/search/lib.c ret = g_string_new_len (converted_str, str_len); converted_str 179 lib/search/lib.c g_free (converted_str); converted_str 191 lib/search/lib.c gchar *converted_str, *tmp_str1, *tmp_str2, *tmp_str3; converted_str 198 lib/search/lib.c tmp_str2 = converted_str = converted_str 203 lib/search/lib.c tmp_str3 = tmp_str1 = g_strdup (converted_str); converted_str 211 lib/search/lib.c mc_search__recode_str (converted_str, converted_str_len, cp_display, charset, &tmp_len); converted_str 212 lib/search/lib.c g_free (converted_str); converted_str 220 lib/search/lib.c gchar *converted_str, *tmp_str2; converted_str 225 lib/search/lib.c tmp_str2 = converted_str = g_strndup (str, str_len); converted_str 230 lib/search/lib.c ret = g_string_new_len (converted_str, str_len); converted_str 231 lib/search/lib.c g_free (converted_str);