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 426 lib/search/regex.c char *tmp_str; tmp_str 428 lib/search/regex.c tmp_str = g_strndup (&str[loop + 2], tmp_len); tmp_str 429 lib/search/regex.c tmp_token = atoi (tmp_str); tmp_str 432 lib/search/regex.c g_free (tmp_str); tmp_str 560 lib/search/regex.c char *tmp_str; tmp_str 576 lib/search/regex.c tmp_str = g_strndup (curr_str + 2, *skip_len); tmp_str 577 lib/search/regex.c if (tmp_str == NULL) tmp_str 580 lib/search/regex.c ret = atoi (tmp_str); tmp_str 581 lib/search/regex.c g_free (tmp_str); tmp_str 1054 lib/search/regex.c gchar *tmp_str; tmp_str 1106 lib/search/regex.c tmp_str = mc_search_regex__get_token_by_num (lc_mc_search, lc_index); tmp_str 1112 lib/search/regex.c mc_search_regex__process_append_str (ret, tmp_str, -1, &replace_flags); tmp_str 1113 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);