tmp_string        655 lib/search/regex.c         GString *tmp_string = NULL;
tmp_string        664 lib/search/regex.c             tmp_string = mc_search__toupper_case_str (NULL, s);
tmp_string        665 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        670 lib/search/regex.c             tmp_string = mc_search__tolower_case_str (NULL, s);
tmp_string        671 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        675 lib/search/regex.c             tmp_string = mc_search__toupper_case_str (NULL, s);
tmp_string        676 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        680 lib/search/regex.c             tmp_string = mc_search__tolower_case_str (NULL, s);
tmp_string        681 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        685 lib/search/regex.c         if (tmp_string != NULL)
tmp_string        686 lib/search/regex.c             g_string_free (tmp_string, TRUE);