tmp_str           138 lib/search/regex.c         gchar tmp_str[10 + 1];  /* longest content is "[\\x%02X\\x%02X]" */
tmp_str           143 lib/search/regex.c                 g_snprintf (tmp_str, sizeof (tmp_str), "\\x%02X", (unsigned char) upp->str[loop]);
tmp_str           146 lib/search/regex.c                 g_snprintf (tmp_str, sizeof (tmp_str), "[\\x%02X\\x%02X]",
tmp_str           149 lib/search/regex.c         g_string_append_len (str_to, tmp_str, tmp_len);
tmp_str           423 lib/search/regex.c                 char *tmp_str;
tmp_str           425 lib/search/regex.c                 tmp_str = g_strndup (&str[loop + 2], tmp_len);
tmp_str           426 lib/search/regex.c                 tmp_token = atoi (tmp_str);
tmp_str           429 lib/search/regex.c                 g_free (tmp_str);
tmp_str           556 lib/search/regex.c         char *tmp_str;
tmp_str           572 lib/search/regex.c         tmp_str = g_strndup (curr_str + 2, *skip_len);
tmp_str           573 lib/search/regex.c         if (tmp_str == NULL)
tmp_str           576 lib/search/regex.c         ret = atoi (tmp_str);
tmp_str           577 lib/search/regex.c         g_free (tmp_str);
tmp_str          1051 lib/search/regex.c         gchar *tmp_str;
tmp_str          1103 lib/search/regex.c         tmp_str = mc_search_regex__get_token_by_num (lc_mc_search, lc_index);
tmp_str          1109 lib/search/regex.c         mc_search_regex__process_append_str (ret, tmp_str, -1, &replace_flags);
tmp_str          1110 lib/search/regex.c         g_free (tmp_str);
tmp_str            70 lib/skin/common.c     char *tmp_str;
tmp_str            77 lib/skin/common.c     tmp_str = getenv ("MC_SKIN");
tmp_str            78 lib/skin/common.c     if (tmp_str != NULL)
tmp_str            79 lib/skin/common.c         return g_strdup (tmp_str);