tmp_str 148 lib/search/regex.c gchar tmp_str[10 + 1]; // longest content is "[\\x%02X\\x%02X]" tmp_str 153 lib/search/regex.c g_snprintf (tmp_str, sizeof (tmp_str), "\\x%02X", (unsigned char) upp->str[loop]); tmp_str 155 lib/search/regex.c tmp_len = g_snprintf (tmp_str, sizeof (tmp_str), "[\\x%02X\\x%02X]", tmp_str 158 lib/search/regex.c g_string_append_len (str_to, tmp_str, tmp_len); tmp_str 408 lib/search/regex.c char *tmp_str; tmp_str 410 lib/search/regex.c tmp_str = g_strndup (&str[loop + 2], tmp_len); tmp_str 411 lib/search/regex.c tmp_token = atoi (tmp_str); tmp_str 414 lib/search/regex.c g_free (tmp_str); tmp_str 537 lib/search/regex.c char *tmp_str; tmp_str 553 lib/search/regex.c tmp_str = g_strndup (curr_str + 2, *skip_len); tmp_str 554 lib/search/regex.c if (tmp_str == NULL) tmp_str 557 lib/search/regex.c ret = atoi (tmp_str); tmp_str 558 lib/search/regex.c g_free (tmp_str); tmp_str 966 lib/search/regex.c gchar *tmp_str; tmp_str 1018 lib/search/regex.c tmp_str = mc_search_regex__get_token_by_num (lc_mc_search, lc_index); tmp_str 1024 lib/search/regex.c mc_search_regex__process_append_str (ret, tmp_str, -1, &replace_flags); tmp_str 1025 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); tmp_str 427 src/vfs/sftpfs/config_parser.c char *tmp_str = super->path_element->host; tmp_str 432 src/vfs/sftpfs/config_parser.c g_free (tmp_str);