tmp_string        651 lib/search/regex.c         GString *tmp_string = NULL;
tmp_string        660 lib/search/regex.c             tmp_string = mc_search__toupper_case_str (NULL, s);
tmp_string        661 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        666 lib/search/regex.c             tmp_string = mc_search__tolower_case_str (NULL, s);
tmp_string        667 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        671 lib/search/regex.c             tmp_string = mc_search__toupper_case_str (NULL, s);
tmp_string        672 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        676 lib/search/regex.c             tmp_string = mc_search__tolower_case_str (NULL, s);
tmp_string        677 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        681 lib/search/regex.c         if (tmp_string != NULL)
tmp_string        682 lib/search/regex.c             g_string_free (tmp_string, TRUE);