tmp_str 136 lib/search/regex.c gchar tmp_str[10 + 1]; /* longest content is "[\\x%02X\\x%02X]" */ tmp_str 141 lib/search/regex.c g_snprintf (tmp_str, sizeof (tmp_str), "\\x%02X", (unsigned char) upp->str[loop]); tmp_str 144 lib/search/regex.c g_snprintf (tmp_str, sizeof (tmp_str), "[\\x%02X\\x%02X]", tmp_str 147 lib/search/regex.c g_string_append_len (str_to, tmp_str, tmp_len); tmp_str 420 lib/search/regex.c char *tmp_str; tmp_str 422 lib/search/regex.c tmp_str = g_strndup (&str[loop + 2], tmp_len); tmp_str 423 lib/search/regex.c tmp_token = atoi (tmp_str); tmp_str 426 lib/search/regex.c g_free (tmp_str); tmp_str 553 lib/search/regex.c char *tmp_str; tmp_str 569 lib/search/regex.c tmp_str = g_strndup (curr_str + 2, *skip_len); tmp_str 570 lib/search/regex.c if (tmp_str == NULL) tmp_str 573 lib/search/regex.c ret = atoi (tmp_str); tmp_str 574 lib/search/regex.c g_free (tmp_str); tmp_str 1047 lib/search/regex.c gchar *tmp_str; tmp_str 1099 lib/search/regex.c tmp_str = mc_search_regex__get_token_by_num (lc_mc_search, lc_index); tmp_str 1105 lib/search/regex.c mc_search_regex__process_append_str (ret, tmp_str, -1, &replace_flags); tmp_str 1106 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);