tmp 165 lib/search/glob.c GString *tmp; tmp 167 lib/search/glob.c tmp = mc_search__glob_translate_to_regex (mc_search_cond->str); tmp 172 lib/search/glob.c g_string_prepend_c (tmp, '^'); tmp 173 lib/search/glob.c g_string_append_c (tmp, '$'); tmp 175 lib/search/glob.c mc_search_cond->str = tmp; tmp 136 lib/search/hex.c GString *tmp; tmp 176 lib/search/hex.c tmp = mc_search__hex_translate_to_regex (mc_search_cond->str, &error, &error_pos); tmp 177 lib/search/hex.c if (tmp != NULL) tmp 180 lib/search/hex.c mc_search_cond->str = tmp; tmp 89 lib/search/normal.c GString *tmp; tmp 91 lib/search/normal.c tmp = mc_search__normal_translate_to_regex (mc_search_cond->str); tmp 94 lib/search/normal.c mc_search_cond->str = tmp; tmp 817 lib/search/regex.c GString *tmp; tmp 819 lib/search/regex.c tmp = mc_search_cond->str; tmp 820 lib/search/regex.c mc_search_cond->str = mc_search__cond_struct_new_regex_ci_str (charset, tmp); tmp 821 lib/search/regex.c g_string_free (tmp, TRUE); tmp 853 lib/search/regex.c GString *tmp; tmp 855 lib/search/regex.c tmp = mc_search_cond->str; tmp 856 lib/search/regex.c mc_search_cond->str = mc_search__cond_struct_new_regex_ci_str (charset, tmp); tmp 857 lib/search/regex.c g_string_free (tmp, TRUE); tmp 183 lib/skin/colors.c mc_skin_color_t *mc_skin_color, *tmp; tmp 199 lib/skin/colors.c tmp = mc_skin_color_get_with_defaults (group, "_default_"); tmp 202 lib/skin/colors.c (tmp != NULL) ? g_strdup (tmp->fgcolor) : NULL; tmp 205 lib/skin/colors.c (tmp != NULL) ? g_strdup (tmp->bgcolor) : NULL; tmp 208 lib/skin/colors.c (tmp != NULL) ? g_strdup (tmp->attrs) : NULL; tmp 926 lib/strutil/strutil.c char *p, *tmp; tmp 933 lib/strutil/strutil.c tmp = g_strdup (text); tmp 934 lib/strutil/strutil.c p = tmp; tmp 959 lib/strutil/strutil.c g_free (tmp); tmp 1077 lib/strutil/strutilutf8.c char *tmp; tmp 1108 lib/strutil/strutilutf8.c tmp = g_utf8_normalize (start, end - start, G_NORMALIZE_ALL); tmp 1109 lib/strutil/strutilutf8.c g_string_append (fixed, tmp); tmp 1110 lib/strutil/strutilutf8.c g_free (tmp); tmp 1125 lib/strutil/strutilutf8.c tmp = g_utf8_normalize (start, end - start, G_NORMALIZE_ALL); tmp 1126 lib/strutil/strutilutf8.c g_string_append (fixed, tmp); tmp 1127 lib/strutil/strutilutf8.c g_free (tmp); tmp 1141 lib/strutil/strutilutf8.c char *tmp, *fold; tmp 1154 lib/strutil/strutilutf8.c tmp = g_utf8_normalize (fold, -1, G_NORMALIZE_ALL); tmp 1155 lib/strutil/strutilutf8.c g_string_append (fixed, tmp); tmp 1156 lib/strutil/strutilutf8.c g_free (tmp); tmp 1175 lib/strutil/strutilutf8.c tmp = g_utf8_normalize (fold, -1, G_NORMALIZE_ALL); tmp 1176 lib/strutil/strutilutf8.c g_string_append (fixed, tmp); tmp 1177 lib/strutil/strutilutf8.c g_free (tmp); tmp 81 lib/strutil/xstrtol.c uintmax_t tmp; tmp 100 lib/strutil/xstrtol.c tmp = strtol (s, p, base); tmp 107 lib/strutil/xstrtol.c tmp = 1; tmp 123 lib/strutil/xstrtol.c *val = tmp; tmp 134 lib/strutil/xstrtol.c *val = tmp; tmp 187 lib/strutil/xstrtol.c overflow = bkm_scale (&tmp, 512); tmp 194 lib/strutil/xstrtol.c overflow = bkm_scale (&tmp, 1024); tmp 202 lib/strutil/xstrtol.c overflow = bkm_scale_by_power (&tmp, base, 6); tmp 207 lib/strutil/xstrtol.c overflow = bkm_scale_by_power (&tmp, base, 3); tmp 212 lib/strutil/xstrtol.c overflow = bkm_scale_by_power (&tmp, base, 1); tmp 217 lib/strutil/xstrtol.c overflow = bkm_scale_by_power (&tmp, base, 2); tmp 221 lib/strutil/xstrtol.c overflow = bkm_scale_by_power (&tmp, base, 5); tmp 226 lib/strutil/xstrtol.c overflow = bkm_scale_by_power (&tmp, base, 4); tmp 230 lib/strutil/xstrtol.c overflow = bkm_scale (&tmp, 2); tmp 234 lib/strutil/xstrtol.c overflow = bkm_scale_by_power (&tmp, base, 8); tmp 238 lib/strutil/xstrtol.c overflow = bkm_scale_by_power (&tmp, base, 7); tmp 242 lib/strutil/xstrtol.c *val = tmp; tmp 252 lib/strutil/xstrtol.c *val = tmp; tmp 182 lib/tty/tty-slang.c char tmp[BUF_SMALL]; tmp 188 lib/tty/tty-slang.c g_snprintf (tmp, sizeof (tmp), "k%d", key); tmp 189 lib/tty/tty-slang.c send = SLtt_tgetstr (tmp); tmp 192 lib/tty/tty-slang.c g_snprintf (tmp, sizeof (tmp), ESC_STR "&f%dk%dd%dL%s%s", key, tmp 194 lib/tty/tty-slang.c SLtt_write_string (tmp); tmp 1108 lib/util.c GList *tmp; tmp 1111 lib/util.c tmp = g_list_remove_link (list, lc_link); tmp 1112 lib/util.c (void) tmp; tmp 688 lib/widget/input_complete.c char *tmp = found; tmp 691 lib/widget/input_complete.c g_free (tmp); tmp 546 src/args.c char *tmp; tmp 550 src/args.c tmp = argv[i]; tmp 555 src/args.c if (*tmp == '+') tmp 560 src/args.c lineno = strtol (tmp + 1, &error, 10); tmp 577 src/args.c end = tmp + strlen (tmp); tmp 580 src/args.c if (p > tmp && p[-1] == ':') tmp 582 src/args.c while (p > tmp && g_ascii_isdigit ((gchar) p[-1])) tmp 585 src/args.c if (tmp < p && p < end && p[-1] == ':') tmp 591 src/args.c fname = g_strndup (tmp, p - 1 - tmp); tmp 592 src/args.c tmp_vpath = vfs_path_from_str (tmp); tmp 613 src/args.c arg = mcedit_arg_new (tmp, 0); tmp 781 src/args.c char *tmp; tmp 814 src/args.c tmp = (argc > 0) ? argv[1] : NULL; tmp 823 src/args.c if (tmp == NULL) tmp 829 src/args.c mc_run_param0 = g_strdup (tmp); tmp 847 src/args.c if (tmp != NULL) tmp 849 src/args.c mc_run_param0 = g_strdup (tmp); tmp 850 src/args.c tmp = (argc > 1) ? argv[2] : NULL; tmp 851 src/args.c if (tmp != NULL) tmp 852 src/args.c mc_run_param1 = g_strdup (tmp); tmp 73 src/clipboard.c char *tmp, *cmd; tmp 83 src/clipboard.c tmp = mc_config_get_full_path (EDIT_HOME_CLIP_FILE); tmp 84 src/clipboard.c cmd = g_strconcat (clipboard_store_path, " ", tmp, " 2>/dev/null", (char *) NULL); tmp 90 src/clipboard.c g_free (tmp); tmp 252 src/clipboard.c char *tmp; tmp 254 src/clipboard.c tmp = g_strconcat (*(event_data->text), " ", buf, (char *) NULL); tmp 256 src/clipboard.c *(event_data->text) = tmp; tmp 123 src/diffviewer/search.c GString *tmp; tmp 125 src/diffviewer/search.c tmp = str_convert_to_input (exp); tmp 127 src/diffviewer/search.c exp = g_string_free (tmp, FALSE); tmp 1371 src/diffviewer/ydiff.c char *tmp = dst; tmp 1431 src/diffviewer/ydiff.c sz = dst - tmp; tmp 1470 src/diffviewer/ydiff.c char *tmp = dst; tmp 1534 src/diffviewer/ydiff.c sz = dst - tmp; tmp 1573 src/diffviewer/ydiff.c char tmp[BUFSIZ]; /* XXX capacity must be >= MAX{dstsize + 1, amount} */ tmp 1576 src/diffviewer/ydiff.c if (sizeof (tmp) < amount || sizeof (tmp) <= dstsize || sizeof (cvt) < 8 * amount) tmp 1589 src/diffviewer/ydiff.c sz = f_gets (tmp, amount, f); tmp 1593 src/diffviewer/ydiff.c base = cvt_cpy (cvt, tmp, sz, old_base, ts); tmp 1619 src/diffviewer/ydiff.c sz = f_gets (tmp, dstsize - useful + 1, f); tmp 1622 src/diffviewer/ydiff.c const char *ptr = tmp; tmp 1625 src/diffviewer/ydiff.c if (ptr < tmp + sz) tmp 184 src/editor/editcmd.c gchar *tmp; tmp 315 src/editor/editcmd.c tmp = g_strdup_printf (_("Error writing to pipe: %s"), p); tmp 316 src/editor/editcmd.c edit_error_dialog (_("Error"), tmp); tmp 317 src/editor/editcmd.c g_free (tmp); tmp 325 src/editor/editcmd.c tmp = g_strdup_printf (_("Cannot open pipe for writing: %s"), p); tmp 326 src/editor/editcmd.c edit_error_dialog (_("Error"), get_sys_error (tmp)); tmp 328 src/editor/editcmd.c g_free (tmp); tmp 901 src/editor/editcmd.c GString *tmp; tmp 903 src/editor/editcmd.c tmp = str_convert_to_display (str); tmp 904 src/editor/editcmd.c if (tmp != NULL) tmp 906 src/editor/editcmd.c if (tmp->len != 0) tmp 907 src/editor/editcmd.c return g_string_free (tmp, FALSE); tmp 908 src/editor/editcmd.c g_string_free (tmp, TRUE); tmp 920 src/editor/editcmd.c GString *tmp; tmp 922 src/editor/editcmd.c tmp = str_convert_to_input (str); tmp 923 src/editor/editcmd.c if (tmp->len != 0) tmp 924 src/editor/editcmd.c return g_string_free (tmp, FALSE); tmp 925 src/editor/editcmd.c g_string_free (tmp, TRUE); tmp 1086 src/editor/editcmd.c gchar *tmp; tmp 1088 src/editor/editcmd.c tmp = mc_config_get_full_path (EDIT_HOME_CLIP_FILE); tmp 1089 src/editor/editcmd.c ret = edit_save_block (edit, tmp, start, finish); tmp 1090 src/editor/editcmd.c g_free (tmp); tmp 3111 src/editor/editcmd.c vfs_path_t *tmp; tmp 3116 src/editor/editcmd.c tmp = mc_config_get_full_vpath (EDIT_HOME_CLIP_FILE); tmp 3117 src/editor/editcmd.c ret = (edit_insert_file (edit, tmp) >= 0); tmp 3118 src/editor/editcmd.c vfs_path_free (tmp); tmp 3171 src/editor/editcmd.c char *exp, *tmp; tmp 3177 src/editor/editcmd.c tmp = mc_config_get_full_path (EDIT_HOME_CLIP_FILE); tmp 3180 src/editor/editcmd.c MC_HISTORY_EDIT_SAVE_BLOCK, tmp, INPUT_COMPLETE_FILENAMES); tmp 3181 src/editor/editcmd.c g_free (tmp); tmp 3205 src/editor/editcmd.c char *tmp; tmp 3209 src/editor/editcmd.c tmp = mc_config_get_full_path (EDIT_HOME_CLIP_FILE); tmp 3211 src/editor/editcmd.c MC_HISTORY_EDIT_INSERT_FILE, tmp, INPUT_COMPLETE_FILENAMES); tmp 3212 src/editor/editcmd.c g_free (tmp); tmp 3240 src/editor/editcmd.c char *exp, *tmp, *tmp_edit_block_name, *tmp_edit_temp_name; tmp 3250 src/editor/editcmd.c tmp = mc_config_get_full_path (EDIT_HOME_BLOCK_FILE); tmp 3251 src/editor/editcmd.c edit_save_block (edit, tmp, start_mark, end_mark); tmp 3252 src/editor/editcmd.c g_free (tmp); tmp 3263 src/editor/editcmd.c tmp = tmp 3270 src/editor/editcmd.c e = system (tmp); tmp 3271 src/editor/editcmd.c g_free (tmp); tmp 3281 src/editor/editcmd.c tmp = g_strdup_printf (_("Sort returned non-zero: %s"), q); tmp 3282 src/editor/editcmd.c edit_error_dialog (_("Sort"), tmp); tmp 3283 src/editor/editcmd.c g_free (tmp); tmp 3314 src/editor/editcmd.c char *exp, *tmp, *tmp_edit_temp_file; tmp 3328 src/editor/editcmd.c tmp = g_strconcat (exp, " > ", tmp_edit_temp_file, (char *) NULL); tmp 3330 src/editor/editcmd.c e = system (tmp); tmp 3331 src/editor/editcmd.c g_free (tmp); tmp 150 src/editor/editcmd_dialogs.c GString *tmp; tmp 152 src/editor/editcmd_dialogs.c tmp = str_convert_to_input (search_text); tmp 154 src/editor/editcmd_dialogs.c search_text = g_string_free (tmp, FALSE); tmp 252 src/editor/editcmd_dialogs.c char tmp[BUF_MEDIUM]; tmp 266 src/editor/editcmd_dialogs.c g_snprintf (tmp, sizeof (tmp), "\"%s\"", from_text); tmp 267 src/editor/editcmd_dialogs.c repl_from = g_strdup (str_trunc (tmp, dlg_width - 7)); tmp 269 src/editor/editcmd_dialogs.c g_snprintf (tmp, sizeof (tmp), "\"%s\"", to_text); tmp 270 src/editor/editcmd_dialogs.c repl_to = g_strdup (str_trunc (tmp, dlg_width - 7)); tmp 373 src/editor/editdraw.c char tmp[17]; tmp 380 src/editor/editdraw.c g_snprintf (tmp, sizeof (tmp), "[%s][%s]", edit_window_state_char, edit_window_close_char); tmp 381 src/editor/editdraw.c tty_print_string (tmp); tmp 371 src/editor/spell.c char *tmp; tmp 373 src/editor/spell.c tmp = g_strdup (entry->name); tmp 374 src/editor/spell.c g_array_append_val (lang_list, tmp); tmp 400 src/editor/spell.c char *tmp; tmp 402 src/editor/spell.c tmp = g_array_index (array, char *, i); tmp 403 src/editor/spell.c g_free (tmp); tmp 136 src/editor/spell_dialogs.c char *tmp = NULL; tmp 140 src/editor/spell_dialogs.c tmp = g_strdup (curr); tmp 141 src/editor/spell_dialogs.c *new_word = tmp; tmp 447 src/filemanager/cmd.c char *tmp = cd_path; tmp 449 src/filemanager/cmd.c cd_path = g_strconcat (PATH_SEP_STR, tmp, (char *) NULL); tmp 450 src/filemanager/cmd.c g_free (tmp); tmp 585 src/filemanager/ext.c char *tmp; tmp 588 src/filemanager/ext.c tmp = name_quote (vfs_path_get_last_path_str (filename_vpath), FALSE); tmp 589 src/filemanager/ext.c ret = get_popen_information (FILE_CMD, tmp, buf, buflen); tmp 590 src/filemanager/ext.c g_free (tmp); tmp 605 src/filemanager/ext.c char *tmp, *lang, *args; tmp 608 src/filemanager/ext.c tmp = name_quote (vfs_path_get_last_path_str (filename_vpath), FALSE); tmp 610 src/filemanager/ext.c args = g_strconcat (" -L", lang, " -i ", tmp, (char *) NULL); tmp 616 src/filemanager/ext.c g_free (tmp); tmp 1588 src/filemanager/file.c vfs_path_t *tmp; tmp 1590 src/filemanager/file.c tmp = dst_vpath; tmp 1592 src/filemanager/file.c vfs_path_free (tmp); tmp 2873 src/filemanager/file.c vfs_path_t *tmp; tmp 2875 src/filemanager/file.c tmp = dst_vpath; tmp 2877 src/filemanager/file.c vfs_path_free (tmp); tmp 1280 src/filemanager/filegui.c char *dest_dir, *tmp; tmp 1293 src/filemanager/filegui.c tmp = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_PASSWORD); tmp 1297 src/filemanager/filegui.c def_text_secure = strutils_glob_escape (tmp); tmp 1299 src/filemanager/filegui.c def_text_secure = strutils_regex_escape (tmp); tmp 1300 src/filemanager/filegui.c g_free (tmp); tmp 1426 src/filemanager/filegui.c tmp = dest_dir; tmp 1427 src/filemanager/filegui.c dest_dir = tilde_expand (tmp); tmp 1428 src/filemanager/filegui.c g_free (tmp); tmp 778 src/filemanager/filemanager.c const char *tmp; tmp 790 src/filemanager/filemanager.c tmp = vfs_path_as_str (selected_name); tmp 793 src/filemanager/filemanager.c tmp = selection (current_panel)->fname; tmp 795 src/filemanager/filemanager.c command_insert (cmdline, tmp, TRUE); tmp 545 src/filemanager/hotlist.c char *tmp; tmp 547 src/filemanager/hotlist.c tmp = g_strconcat ("cd ", hlp->directory, (char *) NULL); tmp 548 src/filemanager/hotlist.c input_insert (cmdline, tmp, FALSE); tmp 549 src/filemanager/hotlist.c g_free (tmp); tmp 1159 src/filemanager/panel.c char buffer1[6], buffer2[6], tmp[BUF_SMALL]; tmp 1165 src/filemanager/panel.c g_snprintf (tmp, sizeof (tmp), " %s/%s (%d%%) ", buffer1, buffer2, tmp 1168 src/filemanager/panel.c widget_gotoyx (w, w->lines - 1, w->cols - 2 - (int) strlen (tmp)); tmp 1170 src/filemanager/panel.c tty_print_string (tmp); tmp 1260 src/filemanager/panel.c gchar *tmp; tmp 1280 src/filemanager/panel.c tmp = panels_options.show_dot_files ? panel_hiddenfiles_show_char : panel_hiddenfiles_hide_char; tmp 1281 src/filemanager/panel.c tmp = g_strdup_printf ("%s[%s]%s", tmp, panel_history_show_list_char, tmp 1285 src/filemanager/panel.c tty_print_string (tmp); tmp 1287 src/filemanager/panel.c g_free (tmp); tmp 1296 src/filemanager/panel.c tmp = panel_get_encoding_info_str (panel); tmp 1297 src/filemanager/panel.c if (tmp != NULL) tmp 1299 src/filemanager/panel.c tty_printf ("%s", tmp); tmp 1300 src/filemanager/panel.c widget_gotoyx (w, 0, 3 + strlen (tmp)); tmp 1301 src/filemanager/panel.c g_free (tmp); tmp 1309 src/filemanager/panel.c tmp = panel_correct_path_to_show (panel); tmp 1310 src/filemanager/panel.c tty_printf (" %s ", str_term_trim (tmp, MIN (MAX (w->cols - 12, 0), w->cols))); tmp 1311 src/filemanager/panel.c g_free (tmp); tmp 1414 src/filemanager/panel.c char *tmp; tmp 1416 src/filemanager/panel.c tmp = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_PASSWORD); tmp 1417 src/filemanager/panel.c panel->dir_history.list = list_append_unique (panel->dir_history.list, tmp); tmp 2835 src/filemanager/panel.c char *tmp, *cmd; tmp 2837 src/filemanager/panel.c tmp = name_quote (fe->fname, FALSE); tmp 2838 src/filemanager/panel.c cmd = g_strconcat (".", PATH_SEP_STR, tmp, (char *) NULL); tmp 2839 src/filemanager/panel.c g_free (tmp); tmp 4141 src/filemanager/panel.c char *tmp; tmp 4143 src/filemanager/panel.c tmp = tmp 4146 src/filemanager/panel.c flist = tmp; tmp 1494 src/subshell/common.c fd_set tmp; tmp 1497 src/subshell/common.c FD_ZERO (&tmp); tmp 1498 src/subshell/common.c FD_SET (mc_global.tty.subshell_pty, &tmp); tmp 1501 src/subshell/common.c && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0) tmp 1541 src/subshell/common.c fd_set tmp; tmp 1542 src/subshell/common.c FD_ZERO (&tmp); tmp 1543 src/subshell/common.c FD_SET (mc_global.tty.subshell_pty, &tmp); tmp 1546 src/subshell/common.c && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0) tmp 490 src/usermenu.c char *tmp; tmp 492 src/usermenu.c tmp = name_quote (parameter, FALSE); tmp 493 src/usermenu.c fputs (tmp, cmd_file); tmp 494 src/usermenu.c g_free (tmp); tmp 918 src/usermenu.c char *tmp; tmp 920 src/usermenu.c tmp = quote_func (panel->dir.list[i].fname, FALSE); tmp 921 src/usermenu.c g_string_append (block, tmp); tmp 923 src/usermenu.c g_free (tmp); tmp 318 src/vfs/cpio/cpio.c ssize_t tmp; tmp 334 src/vfs/cpio/cpio.c tmp = mc_read (arch->fd, buf, top); tmp 335 src/vfs/cpio/cpio.c if (tmp == 0 || tmp == -1) tmp 341 src/vfs/cpio/cpio.c top += tmp; tmp 406 src/vfs/extfs/extfs.c char *tmp = NULL; tmp 427 src/vfs/extfs/extfs.c tmp = name_quote (vfs_path_get_last_path_str (name_vpath), FALSE); tmp 432 src/vfs/extfs/extfs.c vfs_path_get_last_path_str (local_name_vpath) : tmp, (char *) NULL); tmp 433 src/vfs/extfs/extfs.c g_free (tmp); tmp 451 src/vfs/fish/fish.c GString *tmp; tmp 453 src/vfs/fish/fish.c tmp = g_string_sized_new (250); tmp 456 src/vfs/fish/fish.c g_string_append (tmp, "FISH_HAVE_HEAD=1 export FISH_HAVE_HEAD; "); tmp 459 src/vfs/fish/fish.c g_string_append (tmp, "FISH_HAVE_SED=1 export FISH_HAVE_SED; "); tmp 462 src/vfs/fish/fish.c g_string_append (tmp, "FISH_HAVE_AWK=1 export FISH_HAVE_AWK; "); tmp 465 src/vfs/fish/fish.c g_string_append (tmp, "FISH_HAVE_PERL=1 export FISH_HAVE_PERL; "); tmp 468 src/vfs/fish/fish.c g_string_append (tmp, "FISH_HAVE_LSQ=1 export FISH_HAVE_LSQ; "); tmp 471 src/vfs/fish/fish.c g_string_append (tmp, "FISH_HAVE_DATE_MDYT=1 export FISH_HAVE_DATE_MDYT; "); tmp 474 src/vfs/fish/fish.c g_string_append (tmp, "FISH_HAVE_TAIL=1 export FISH_HAVE_TAIL; "); tmp 476 src/vfs/fish/fish.c return g_string_free (tmp, FALSE); tmp 1530 src/vfs/ftpfs/ftpfs.c char tmp[MC_MAXPATHLEN]; tmp 1545 src/vfs/ftpfs/ftpfs.c strcpy (tmp, fel->linkname); tmp 1551 src/vfs/ftpfs/ftpfs.c strcpy (tmp, dir->remote_path); tmp 1552 src/vfs/ftpfs/ftpfs.c if (tmp[1] != '\0') tmp 1553 src/vfs/ftpfs/ftpfs.c strcat (tmp, PATH_SEP_STR); tmp 1554 src/vfs/ftpfs/ftpfs.c strcat (tmp + 1, fel->linkname); tmp 1559 src/vfs/ftpfs/ftpfs.c canonicalize_pathname (tmp); tmp 1560 src/vfs/ftpfs/ftpfs.c fe = _get_file_entry_t (bucket, tmp, 0, 0); tmp 1570 src/vfs/ftpfs/ftpfs.c strcpy (tmp, fe->linkname); tmp 1577 src/vfs/ftpfs/ftpfs.c *(strrchr (tmp, PATH_SEP) + 1) = '\0'; /* dirname */ tmp 1578 src/vfs/ftpfs/ftpfs.c if ((strlen (tmp) + strlen (fe->linkname)) >= MC_MAXPATHLEN) tmp 1580 src/vfs/ftpfs/ftpfs.c strcat (tmp, fe->linkname); tmp 829 src/vfs/smbfs/helpers/lib/util.c pstring tmp; tmp 830 src/vfs/smbfs/helpers/lib/util.c pstrcpy (tmp, Mask); tmp 831 src/vfs/smbfs/helpers/lib/util.c memset (tmp + l1, '?', lfill); tmp 832 src/vfs/smbfs/helpers/lib/util.c pstrcpy (tmp + l1 + lfill, Mask + l1 + 1); tmp 833 src/vfs/smbfs/helpers/lib/util.c pstrcpy (Mask, tmp); tmp 194 src/vfs/undelfs/undelfs.c char *tmp; tmp 197 src/vfs/undelfs/undelfs.c tmp = g_strndup (dirname, p - dirname); tmp 198 src/vfs/undelfs/undelfs.c *fsname = g_strconcat ("/dev/", tmp, (char *) NULL); tmp 199 src/vfs/undelfs/undelfs.c g_free (tmp); tmp 128 src/viewer/dialogs.c GString *tmp; tmp 130 src/viewer/dialogs.c tmp = str_convert_to_input (exp); tmp 132 src/viewer/dialogs.c exp = g_string_free (tmp, FALSE); tmp 326 src/viewer/mcviewer.c char tmp[BUF_MEDIUM]; tmp 334 src/viewer/mcviewer.c g_snprintf (tmp, sizeof (tmp), _("Cannot open \"%s\"\n%s"), tmp 337 src/viewer/mcviewer.c mcview_show_error (view, tmp); tmp 349 src/viewer/mcviewer.c g_snprintf (tmp, sizeof (tmp), _("Cannot stat \"%s\"\n%s"), tmp 352 src/viewer/mcviewer.c mcview_show_error (view, tmp); tmp 399 src/viewer/mcviewer.c g_snprintf (tmp, sizeof (tmp), _("Cannot open \"%s\" in parse mode\n%s"), tmp 402 src/viewer/mcviewer.c mcview_show_error (view, tmp); tmp 88 tests/lib/search/glob_translate_to_regex.c GString *tmp = g_string_new (data->input_value); tmp 92 tests/lib/search/glob_translate_to_regex.c dest_str = mc_search__glob_translate_to_regex (tmp); tmp 95 tests/lib/search/glob_translate_to_regex.c g_string_free (tmp, TRUE); tmp 153 tests/lib/search/hex_translate_to_regex.c GString *tmp, *dest_str; tmp 157 tests/lib/search/hex_translate_to_regex.c tmp = g_string_new (data->input_value); tmp 160 tests/lib/search/hex_translate_to_regex.c dest_str = mc_search__hex_translate_to_regex (tmp, &error, NULL); tmp 162 tests/lib/search/hex_translate_to_regex.c g_string_free (tmp, TRUE);