tmp_string        632 lib/search/regex.c         GString *tmp_string = NULL;
tmp_string        641 lib/search/regex.c             tmp_string = mc_search__toupper_case_str (NULL, s);
tmp_string        642 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        647 lib/search/regex.c             tmp_string = mc_search__tolower_case_str (NULL, s);
tmp_string        648 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        652 lib/search/regex.c             tmp_string = mc_search__toupper_case_str (NULL, s);
tmp_string        653 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        657 lib/search/regex.c             tmp_string = mc_search__tolower_case_str (NULL, s);
tmp_string        658 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        662 lib/search/regex.c         if (tmp_string != NULL)
tmp_string        663 lib/search/regex.c             g_string_free (tmp_string, TRUE);