g_strdup           75 lib/charsets.c     desc->id = g_strdup (id);
g_strdup           76 lib/charsets.c     desc->name = g_strdup (name);
g_strdup          131 lib/charsets.c             default_codepage = g_strdup (p);
g_strdup          158 lib/charsets.c                         desc->name = g_strdup (p);
g_strdup          170 lib/event/manage.c         g_tree_insert (mc_event_grouplist, g_strdup (event_group_name), (gpointer) event_group);
g_strdup          194 lib/event/manage.c         g_tree_insert (event_group, g_strdup (event_name), (gpointer) callbacks);
g_strdup          105 lib/logging.c          return g_strdup (env_filename);
g_strdup          144 lib/mcconfig/common.c     mc_config->ini_path = g_strdup (ini_path);
g_strdup          130 lib/mcconfig/get.c         return g_strdup (def);
g_strdup          136 lib/mcconfig/get.c         return g_strdup (def);
g_strdup          141 lib/mcconfig/get.c     return ret != NULL ? ret : g_strdup (def);
g_strdup           52 lib/mcconfig/set.c         return g_strdup (value);
g_strdup           56 lib/mcconfig/set.c         return g_strdup (value);
g_strdup           66 lib/mcconfig/set.c         return g_strdup (value);
g_strdup          224 lib/search/lib.c         ret[lc_index] = g_strdup (type_str->str);
g_strdup          451 lib/search/regex.c         return g_strdup ("");
g_strdup           73 lib/search/search.c     mc_search_cond->charset = g_strdup (charset);
g_strdup          166 lib/search/search.c         g_strdup (original_charset != NULL
g_strdup           70 lib/shell.c            mc_shell->path = g_strdup ("/bin/bash");
g_strdup           72 lib/shell.c            mc_shell->path = g_strdup ("/bin/ash");
g_strdup           74 lib/shell.c            mc_shell->path = g_strdup ("/bin/dash");
g_strdup           76 lib/shell.c            mc_shell->path = g_strdup ("/bin/busybox");
g_strdup           78 lib/shell.c            mc_shell->path = g_strdup ("/bin/zsh");
g_strdup           80 lib/shell.c            mc_shell->path = g_strdup ("/bin/tcsh");
g_strdup           82 lib/shell.c            mc_shell->path = g_strdup ("/bin/csh");
g_strdup           92 lib/shell.c            mc_shell->path = g_strdup ("/bin/sh");
g_strdup          113 lib/shell.c                shell_name = g_strdup (pwd->pw_shell);
g_strdup          117 lib/shell.c            shell_name = g_strdup (shell_env);
g_strdup          135 lib/skin/colors.c     orig = g_strdup (str);
g_strdup          136 lib/skin/colors.c     str2 = g_strdup (str);
g_strdup          154 lib/skin/colors.c         str = g_strdup (values[0]);
g_strdup          163 lib/skin/colors.c             str2 = g_strdup (values[0]);
g_strdup          205 lib/skin/colors.c         mc_skin_color_look_up_alias (mc_skin, g_strstrip (g_strdup (values[0]))) :
g_strdup          206 lib/skin/colors.c         (tmp != NULL) ? g_strdup (tmp->fg) : NULL;
g_strdup          208 lib/skin/colors.c         mc_skin_color_look_up_alias (mc_skin, g_strstrip (g_strdup (values[1]))) :
g_strdup          209 lib/skin/colors.c         (tmp != NULL) ? g_strdup (tmp->bg) : NULL;
g_strdup          211 lib/skin/colors.c         mc_skin_color_look_up_alias (mc_skin, g_strstrip (g_strdup (values[2]))) :
g_strdup          212 lib/skin/colors.c         (tmp != NULL) ? g_strdup (tmp->attrs) : NULL;
g_strdup          231 lib/skin/colors.c         mc_skin_color->fg = g_strdup ("default");
g_strdup          232 lib/skin/colors.c         mc_skin_color->bg = g_strdup ("default");
g_strdup           74 lib/skin/common.c         return g_strdup (mc_global.tty.skin);
g_strdup           79 lib/skin/common.c         return g_strdup (tmp_str);
g_strdup          103 lib/skin/common.c     mc_skin__default.name = g_strdup ("default");
g_strdup          127 lib/skin/common.c         skin_override != NULL ? g_strdup (skin_override) : mc_skin_get_default_name ();
g_strdup          204 lib/skin/common.c         return g_strdup (default_value);
g_strdup          405 lib/strutil/strutil.c     codeset = termenc != NULL ? g_ascii_strup (termenc, -1) : g_strdup (str_detect_termencoding ());
g_strdup          413 lib/strutil/strutil.c             codeset = g_strdup (str_detect_termencoding ());
g_strdup          420 lib/strutil/strutil.c             codeset = g_strdup (DEFAULT_CHARSET);
g_strdup          936 lib/strutil/strutil.c     tmp = g_strdup (text);
g_strdup          251 lib/strutil/strutil8bit.c         ret = g_strdup (def_msg != NULL ? def_msg : "");
g_strdup          262 lib/strutil/strutil8bit.c             ret = g_strdup (def_msg != NULL ? def_msg : "");
g_strdup          583 lib/strutil/strutil8bit.c     rets = g_strdup (str);
g_strdup          219 lib/strutil/strutilascii.c         return g_strdup (mcerror->message);
g_strdup          221 lib/strutil/strutilascii.c     return g_strdup (def_msg != NULL ? def_msg : "");
g_strdup          418 lib/strutil/strutilutf8.c         return g_strdup (mcerror->message);
g_strdup          420 lib/strutil/strutilutf8.c     return g_strdup (def_msg != NULL ? def_msg : "");
g_strdup          906 lib/strutil/strutilutf8.c         buffer = g_strdup (text);
g_strdup          227 lib/tty/color.c     tty_color_defaults.fg = g_strdup (color->fg);
g_strdup          228 lib/tty/color.c     tty_color_defaults.bg = g_strdup (color->bg);
g_strdup          229 lib/tty/color.c     tty_color_defaults.attrs = g_strdup (color->attrs);
g_strdup         1460 lib/tty/key.c      cname = g_strstrip (g_strdup (name));
g_strdup          301 lib/tty/tty.c          return g_strdup (str);
g_strdup          305 lib/tty/tty.c          return g_strdup (str);
g_strdup          313 lib/tty/tty.c          return g_strdup (str);
g_strdup          123 lib/util.c         p = p2 = g_strdup (vfs_path_as_str (vpath));
g_strdup          321 lib/util.c         return (s == NULL || *s == '\0' ? NULL : g_strdup (s));
g_strdup          982 lib/util.c         valcopy = g_strdup (p);
g_strdup         1443 lib/util.c         return g_strdup (locale);
g_strdup          134 lib/utilunix.c     cache[*last].string = g_strdup (text);
g_strdup          211 lib/utilunix.c         *execute_name = g_strdup (shell);
g_strdup          219 lib/utilunix.c             *execute_name = g_strdup (shell);
g_strdup          724 lib/utilunix.c         return g_strdup (directory);
g_strdup          752 lib/utilunix.c         return g_strdup (directory);
g_strdup         1246 lib/utilunix.c             tmp_element = g_strdup (element);
g_strdup          183 lib/vfs/direntry.c     char *const pathref = g_strdup (a_path);
g_strdup          244 lib/vfs/direntry.c     char *const path = g_strdup (a_path);
g_strdup          955 lib/vfs/direntry.c     entry->name = g_strdup (name);
g_strdup         1257 lib/vfs/direntry.c         path = g_strdup (ino->ent->name);
g_strdup         1276 lib/vfs/direntry.c         return g_strdup (ino->ent->name);
g_strdup          682 lib/vfs/interface.c                 super->path_element->path = g_strdup (path_element->path);
g_strdup          738 lib/vfs/interface.c         p1 = g_strdup (prefix);
g_strdup          725 lib/vfs/parse_ls_vga.c     p_copy = g_strdup (p);
g_strdup          837 lib/vfs/parse_ls_vga.c             t = g_strdup (p + column_ptr[idx2 + 1]);
g_strdup          849 lib/vfs/parse_ls_vga.c             t = g_strdup (p + column_ptr[idx]);
g_strdup          176 lib/vfs/path.c         result = g_strdup (path);
g_strdup          212 lib/vfs/path.c         return g_strdup (semi);
g_strdup          248 lib/vfs/path.c     pcopy = g_strdup (path);
g_strdup          269 lib/vfs/path.c             path_element->password = g_strdup (inner_colon);
g_strdup          273 lib/vfs/path.c             path_element->user = g_strdup (pcopy);
g_strdup          321 lib/vfs/path.c     path_element->host = g_strdup (rest);
g_strdup          409 lib/vfs/path.c             element->vfs_prefix = g_strdup (op);
g_strdup          464 lib/vfs/path.c         element->vfs_prefix = g_strdup (vfs_prefix_start);
g_strdup          475 lib/vfs/path.c                 element->path = g_strdup ("");
g_strdup          592 lib/vfs/path.c     return g_strdup (dir);
g_strdup          748 lib/vfs/path.c         path = g_strdup (path_str);
g_strdup          880 lib/vfs/path.c     new_element->user = g_strdup (element->user);
g_strdup          881 lib/vfs/path.c     new_element->password = g_strdup (element->password);
g_strdup          882 lib/vfs/path.c     new_element->host = g_strdup (element->host);
g_strdup          885 lib/vfs/path.c     new_element->path = g_strdup (element->path);
g_strdup          887 lib/vfs/path.c     new_element->vfs_prefix = g_strdup (element->vfs_prefix);
g_strdup          889 lib/vfs/path.c     new_element->encoding = g_strdup (element->encoding);
g_strdup          958 lib/vfs/path.c     new_vpath->str = g_strdup (vpath->str);
g_strdup         1099 lib/vfs/path.c     path_element->encoding = g_strdup (encoding);
g_strdup           94 lib/vfs/utilvfs.c     return (p_i != NULL && p_i->pw_name != NULL) ? g_strdup (p_i->pw_name) : g_strdup ("anonymous");
g_strdup          261 lib/vfs/utilvfs.c             path_element->path = g_strdup (PATH_SEP_STR);
g_strdup          285 lib/vfs/utilvfs.c             path_element->password = g_strdup (inner_colon);
g_strdup          289 lib/vfs/utilvfs.c             path_element->user = g_strdup (pcopy);
g_strdup          348 lib/vfs/utilvfs.c     path_element->host = g_strdup (rest);
g_strdup          347 lib/vfs/vfs.c      p = g_strdup (filename);
g_strdup          384 lib/vfs/vfs.c      return g_strdup (result);
g_strdup          410 lib/vfs/vfs.c      return g_strdup (current_path->str);
g_strdup          141 lib/widget/buttonbar.c     bb->labels[idx - 1].text = g_strdup (text);
g_strdup          253 lib/widget/dialog-switch.c             title = g_strdup ("");
g_strdup          628 lib/widget/dialog.c         t = g_strdup ("");
g_strdup          155 lib/widget/frame.c         t = g_strstrip (g_strdup (title));
g_strdup          128 lib/widget/groupbox.c         t = g_strstrip (g_strdup (title));
g_strdup          282 lib/widget/history.c         hd->text = g_strdup (q);
g_strdup          174 lib/widget/hline.c         l->text = g_strdup (text);
g_strdup          196 lib/widget/input.c         return g_strdup (url);
g_strdup          212 lib/widget/input.c         return g_strdup (url);
g_strdup          993 lib/widget/input.c         in->history.name = g_strdup (histname);
g_strdup          177 lib/widget/input_complete.c             filename = g_strdup (++temp);
g_strdup          182 lib/widget/input_complete.c             dirname = g_strdup (".");
g_strdup          183 lib/widget/input_complete.c             filename = g_strdup (text);
g_strdup          604 lib/widget/input_complete.c                 path = g_strdup (getenv ("PATH"));
g_strdup          640 lib/widget/input_complete.c                 return g_strdup (*(words++));
g_strdup          650 lib/widget/input_complete.c                 return g_strdup (*(words++));
g_strdup          944 lib/widget/input_complete.c                 cdpath_ref = g_strdup (getenv ("CDPATH"));
g_strdup          147 lib/widget/label.c     l->text = g_strdup (text);
g_strdup          172 lib/widget/label.c         label->text = g_strdup (text);
g_strdup          822 lib/widget/listbox.c     entry->text = g_strdup (text);
g_strdup          932 lib/widget/menu.c     menu->help_node = g_strdup (help_node);
g_strdup          281 lib/widget/quick.c                     items[i] = g_strdup (_(quick_widget->u.radio.items[i]));
g_strdup          215 lib/widget/widget-common.c         result.end = g_strdup (cp);
g_strdup          219 lib/widget/widget-common.c         result.start = g_strdup (text);
g_strdup          201 lib/widget/wtools.c     p_text = g_strstrip (g_strdup (text));
g_strdup          800 src/args.c             mc_run_param0 = g_strdup (tmp);
g_strdup          820 src/args.c                 mc_run_param0 = g_strdup (tmp);
g_strdup          823 src/args.c                     mc_run_param1 = g_strdup (tmp);
g_strdup          249 src/clipboard.c                 *(event_data->text) = g_strdup (buf);
g_strdup          134 src/diffviewer/search.c             exp = g_strdup ("");
g_strdup          638 src/diffviewer/ydiff.c         buffer = tmpbuf = g_strdup (text);
g_strdup         2443 src/diffviewer/ydiff.c     dview->label[DIFF_LEFT] = g_strdup (label1);
g_strdup         2444 src/diffviewer/ydiff.c     dview->label[DIFF_RIGHT] = g_strdup (label2);
g_strdup          220 src/editor/editcmd.c             savedir = g_strdup (".");
g_strdup          410 src/editor/editcomplete.c         curr = g_strdup (curr);
g_strdup          142 src/editor/editsearch.c             search_text = g_strdup ("");
g_strdup          237 src/editor/editsearch.c     repl_from = g_strdup (str_trunc (tmp, dlg_width - 7));
g_strdup          240 src/editor/editsearch.c     repl_to = g_strdup (str_trunc (tmp, dlg_width - 7));
g_strdup          550 src/editor/editsearch.c     return g_strdup (str);
g_strdup          569 src/editor/editsearch.c     return g_strdup (str);
g_strdup          837 src/editor/editsearch.c         input1 = g_strdup (saved1 != NULL ? saved1 : "");
g_strdup          838 src/editor/editsearch.c         input2 = g_strdup (saved2 != NULL ? saved2 : "");
g_strdup          868 src/editor/editsearch.c         saved1 = g_strdup (input1);
g_strdup          870 src/editor/editsearch.c         saved2 = g_strdup (input2);
g_strdup          361 src/editor/editwidget.c         return g_strdup (shortcut);
g_strdup          388 src/editor/editwidget.c         filename = g_strdup (_("[NoName]"));
g_strdup          390 src/editor/editwidget.c         filename = g_strdup (vfs_path_as_str (edit->filename_vpath));
g_strdup          258 src/editor/etags.c                     def_hash->filename = g_strdup (filename);
g_strdup          511 src/editor/format.c             stop_format_chars = g_strdup ("\t");
g_strdup          380 src/editor/spell.c             g_ptr_array_add (lang_list, g_strdup (entry->name));
g_strdup          436 src/editor/spell.c         spell_language = g_strdup (lang);
g_strdup          520 src/editor/spell.c                     g_ptr_array_add (suggest, g_strdup (cur_sugg_word));
g_strdup          790 src/editor/spell.c             tmp = g_strdup (curr);
g_strdup          899 src/editor/syntax.c     error_file_name = g_strdup (filename);
g_strdup         1067 src/editor/syntax.c                     c->whole_word_chars_left = g_strdup (whole_left);
g_strdup         1068 src/editor/syntax.c                     c->whole_word_chars_right = g_strdup (whole_right);
g_strdup         1073 src/editor/syntax.c                     c->whole_word_chars_left = g_strdup (whole_left);
g_strdup         1078 src/editor/syntax.c                     c->whole_word_chars_right = g_strdup (whole_right);
g_strdup         1143 src/editor/syntax.c                 k->whole_word_chars_left = g_strdup (whole_left);
g_strdup         1144 src/editor/syntax.c                 k->whole_word_chars_right = g_strdup (whole_right);
g_strdup         1149 src/editor/syntax.c                 k->whole_word_chars_left = g_strdup (whole_left);
g_strdup         1154 src/editor/syntax.c                 k->whole_word_chars_right = g_strdup (whole_right);
g_strdup         1205 src/editor/syntax.c                 key = g_strdup (key);
g_strdup         1210 src/editor/syntax.c                 *argv++ = g_strdup (*a++);
g_strdup         1328 src/editor/syntax.c             g_ptr_array_add (pnames, g_strdup (args[2]));
g_strdup         1366 src/editor/syntax.c                     edit->syntax_type = g_strdup (syntax_type);
g_strdup         1519 src/editor/syntax.c         saved_type = g_strdup (type);   /* save edit->syntax_type */
g_strdup         1589 src/editor/syntax.c         current_syntax = g_strdup (edit->syntax_type);
g_strdup         1603 src/editor/syntax.c             edit->syntax_type = g_strdup (g_ptr_array_index (names, syntax - N_DFLT_ENTRIES));
g_strdup          247 src/execute.c              return g_strdup (default_str);
g_strdup          270 src/execute.c          return g_strdup ("");
g_strdup          262 src/filemanager/boxes.c         current_skin_name = g_strdup (skin_name);
g_strdup          635 src/filemanager/boxes.c     current_skin_name = g_strdup (mc_skin__default.name);
g_strdup         1108 src/filemanager/boxes.c         val = g_strdup (vfs_path_as_str (selected_name));
g_strdup          183 src/filemanager/cd.c         cdpath = g_strdup (getenv ("CDPATH"));
g_strdup          233 src/filemanager/cd.c     p = g_strstrip (g_strdup (path));
g_strdup          375 src/filemanager/chattr.c     fat->filename = g_strdup (filename);
g_strdup          256 src/filemanager/file.c     s = g_strdup (src);
g_strdup         1140 src/filemanager/file.c     char *nfile1 = g_strdup (path_trunc (file1, 15));
g_strdup         1141 src/filemanager/file.c     char *nfile2 = g_strdup (path_trunc (file2, 15));
g_strdup         1970 src/filemanager/file.c         dest_dir = g_strdup (tmp_dest_dir);
g_strdup         1476 src/filemanager/filegui.c             ctx->dest_mask = g_strdup ("\\0");
g_strdup         1479 src/filemanager/filegui.c             ctx->dest_mask = g_strdup (ctx->dest_mask);
g_strdup         1486 src/filemanager/filegui.c             dest_dir = g_strdup ("./");
g_strdup          411 src/filemanager/filemanager.c         return g_strdup (shortcut);
g_strdup          415 src/filemanager/filemanager.c         return g_strdup (shortcut);
g_strdup          442 src/filemanager/filemanager.c     path = g_strdup (str_trunc (p, len - 4));
g_strdup         1663 src/filemanager/filemanager.c         return g_strdup ("");
g_strdup         1829 src/filemanager/filemanager.c             last_wd_string = g_strdup (vfs_path_as_str (current_panel->cwd_vpath));
g_strdup          677 src/filemanager/find.c         in_start_dir = g_strdup (".");
g_strdup          802 src/filemanager/find.c                 in_start_dir = g_strdup (temp_dir);
g_strdup          833 src/filemanager/find.c                 *pattern = g_strdup (options.file_pattern ? "*" : ".*");
g_strdup          839 src/filemanager/find.c             in_start_dir = g_strdup (*start_dir);
g_strdup          846 src/filemanager/find.c                 *start_dir = g_strdup (vfs_path_as_str (panel->cwd_vpath));
g_strdup          933 src/filemanager/find.c             old_dir = g_strdup (dir);
g_strdup          939 src/filemanager/find.c         old_dir = g_strdup (dir);
g_strdup         1810 src/filemanager/find.c         *dirname = g_strdup (dir_tmp);
g_strdup         1812 src/filemanager/find.c         *filename = g_strdup (file_tmp);
g_strdup         1216 src/filemanager/hotlist.c                      g_strdup (*profile_keys), HL_TYPE_GROUP, LISTBOX_APPEND_AT_END);
g_strdup         1224 src/filemanager/hotlist.c                      g_strdup (*profile_keys), HL_TYPE_ENTRY, LISTBOX_APPEND_AT_END);
g_strdup         1475 src/filemanager/hotlist.c     hotlist->label = g_strdup (_("Top level group"));
g_strdup         1480 src/filemanager/hotlist.c     hotlist->directory = g_strdup ("Hotlist");
g_strdup         1595 src/filemanager/hotlist.c         add2hotlist (g_strdup (".."), g_strdup (".."), HL_TYPE_DOTDOT, LISTBOX_APPEND_AT_END);
g_strdup         1667 src/filemanager/hotlist.c         target = g_strdup (hlp != NULL ? hlp->directory : text);
g_strdup          999 src/filemanager/layout.c             tmp_prompt = g_strdup (mc_prompt);
g_strdup         1344 src/filemanager/layout.c                 panel1->name = g_strdup (get_nth_panel_name (1));
g_strdup         1352 src/filemanager/layout.c                 panel2->name = g_strdup (get_nth_panel_name (0));
g_strdup         1451 src/filemanager/layout.c             panels[idx].last_saved_dir = g_strdup (vfs_path_as_str (p->cwd_vpath));
g_strdup         1470 src/filemanager/layout.c         return g_strdup (".");
g_strdup         1477 src/filemanager/layout.c         return g_strdup (vfs_path_as_str (cwd_vpath));
g_strdup         1480 src/filemanager/layout.c     return g_strdup (panels[i].last_saved_dir);
g_strdup         1550 src/filemanager/layout.c         *login = g_strdup (host);
g_strdup          132 src/filemanager/listmode.c         ret = g_strdup (possible_items[i]);
g_strdup          329 src/filemanager/listmode.c     s = g_strdup (oldlistformat);
g_strdup          684 src/filemanager/mountlist.c                 me->me_devname = g_strdup (dash + source_s);
g_strdup          685 src/filemanager/mountlist.c                 me->me_mountdir = g_strdup (line + target_s);
g_strdup          686 src/filemanager/mountlist.c                 me->me_mntroot = g_strdup (line + mntroot_s);
g_strdup          687 src/filemanager/mountlist.c                 me->me_type = g_strdup (dash + type_s);
g_strdup          731 src/filemanager/mountlist.c                 me->me_devname = g_strdup (mnt->mnt_fsname);
g_strdup          732 src/filemanager/mountlist.c                 me->me_mountdir = g_strdup (mnt->mnt_dir);
g_strdup          734 src/filemanager/mountlist.c                 me->me_type = g_strdup (mnt->mnt_type);
g_strdup          762 src/filemanager/mountlist.c             me->me_devname = g_strdup (fsp->f_mntfromname);
g_strdup          763 src/filemanager/mountlist.c             me->me_mountdir = g_strdup (fsp->f_mntonname);
g_strdup          787 src/filemanager/mountlist.c             me->me_devname = g_strdup (fsp->f_mntfromname);
g_strdup          788 src/filemanager/mountlist.c             me->me_mountdir = g_strdup (fsp->f_mntonname);
g_strdup          790 src/filemanager/mountlist.c             me->me_type = g_strdup (fsp->f_fstypename);
g_strdup          844 src/filemanager/mountlist.c                     name = g_strdup (PATH_SEP_STR);
g_strdup          878 src/filemanager/mountlist.c                     g_strdup (fi.device_name[0] != '\0' ? fi.device_name : fi.fsh_name);
g_strdup          879 src/filemanager/mountlist.c                 me->me_mountdir = g_strdup (re != NULL ? re->name : fi.fsh_name);
g_strdup          881 src/filemanager/mountlist.c                 me->me_type = g_strdup (fi.fsh_name);
g_strdup          929 src/filemanager/mountlist.c             me->me_devname = g_strdup (stats[counter].f_mntfromname);
g_strdup          930 src/filemanager/mountlist.c             me->me_mountdir = g_strdup (stats[counter].f_mntonname);
g_strdup          932 src/filemanager/mountlist.c             me->me_type = g_strdup (FS_TYPE (stats[counter]));
g_strdup          958 src/filemanager/mountlist.c             me->me_devname = g_strdup (mnt.mt_dev);
g_strdup          959 src/filemanager/mountlist.c             me->me_mountdir = g_strdup (mnt.mt_filsys);
g_strdup          971 src/filemanager/mountlist.c                     me->me_type = g_strdup (typebuf);
g_strdup         1014 src/filemanager/mountlist.c                 me->me_devname = g_strdup (mnt.mnt_special);
g_strdup         1015 src/filemanager/mountlist.c                 me->me_mountdir = g_strdup (mnt.mnt_mountp);
g_strdup         1017 src/filemanager/mountlist.c                 me->me_type = g_strdup (mnt.mnt_fstype);
g_strdup         1085 src/filemanager/mountlist.c                 me->me_devname = g_strdup (mnt.mnt_special);
g_strdup         1086 src/filemanager/mountlist.c                 me->me_mountdir = g_strdup (mnt.mnt_mountp);
g_strdup         1088 src/filemanager/mountlist.c                 me->me_type = g_strdup (mnt.mnt_fstype);
g_strdup         1157 src/filemanager/mountlist.c                 me->me_devname = g_strdup (thisent + vmp->vmt_data[VMT_OBJECT].vmt_off);
g_strdup         1159 src/filemanager/mountlist.c             me->me_mountdir = g_strdup (thisent + vmp->vmt_data[VMT_STUB].vmt_off);
g_strdup         1161 src/filemanager/mountlist.c             me->me_type = g_strdup (fstype_to_string (vmp->vmt_gfstype));
g_strdup         1200 src/filemanager/mountlist.c                 me->me_devname = g_strdup (dev.f_mntfromname);
g_strdup         1201 src/filemanager/mountlist.c                 me->me_mountdir = g_strdup (dev.f_mntonname);
g_strdup         1203 src/filemanager/mountlist.c                 me->me_type = g_strdup (dev.f_fstypename);
g_strdup         1312 src/filemanager/mountlist.c     me->me_devname = g_strdup (dev);
g_strdup         1313 src/filemanager/mountlist.c     me->me_mountdir = g_strdup (dir);
g_strdup         1315 src/filemanager/mountlist.c     me->me_type = g_strdup (tp);
g_strdup         1206 src/filemanager/panel.c         old_cwd = g_strdup (vfs_path_as_str (panel->cwd_vpath));
g_strdup         1462 src/filemanager/panel.c         return g_strdup (panel->name);
g_strdup         1821 src/filemanager/panel.c             darr->title = g_strdup (panel_get_title_without_hotkey (panel_fields[i].title_hotkey));
g_strdup         2133 src/filemanager/panel.c         reg_exp = g_strdup ("^[^\\.]+$");
g_strdup         4501 src/filemanager/panel.c     panel->user_format = g_strdup (DEFAULT_USER_FORMAT);
g_strdup         4506 src/filemanager/panel.c         panel->user_status_format[i] = g_strdup (DEFAULT_USER_FORMAT);
g_strdup         4517 src/filemanager/panel.c     panel->name = g_strdup (panel_name);
g_strdup         4525 src/filemanager/panel.c         section = g_strdup (panel->name);
g_strdup         4717 src/filemanager/panel.c         p->user_format = g_strdup (DEFAULT_USER_FORMAT);
g_strdup         4722 src/filemanager/panel.c         p->user_status_format[p->list_format] = g_strdup (DEFAULT_USER_FORMAT);
g_strdup         5106 src/filemanager/panel.c             ret[lc_index++] = g_strdup (_(panel_fields[i].title_hotkey));
g_strdup         5194 src/filemanager/panel.c             ret[lc_index++] = g_strdup (_(panel_fields[i].title_hotkey));
g_strdup          501 src/filemanager/panelize.c     add2panelize (g_strdup (_("Other command")), g_strdup (""));
g_strdup          505 src/filemanager/panelize.c         add2panelize (g_strdup (_("Modified git files")), g_strdup ("git ls-files --modified"));
g_strdup          506 src/filemanager/panelize.c         add2panelize (g_strdup (_("Find rejects after patching")),
g_strdup          507 src/filemanager/panelize.c                       g_strdup ("find . -name \\*.rej -print"));
g_strdup          508 src/filemanager/panelize.c         add2panelize (g_strdup (_("Find *.orig after patching")),
g_strdup          509 src/filemanager/panelize.c                       g_strdup ("find . -name \\*.orig -print"));
g_strdup          510 src/filemanager/panelize.c         add2panelize (g_strdup (_("Find SUID and SGID programs")),
g_strdup          511 src/filemanager/panelize.c                       g_strdup
g_strdup          171 src/filemanager/treestore.c     res = g_strdup (buffer);
g_strdup          133 src/help.c         local_text = g_strdup (text);
g_strdup          734 src/keymap.c           file_name = g_strdup (config_file_name);
g_strdup          139 src/main.c             mc_global.sysconfig_dir = g_strdup (datadir_env);
g_strdup          141 src/main.c             mc_global.sysconfig_dir = g_strdup (SYSCONFDIR);
g_strdup          143 src/main.c         mc_global.share_data_dir = g_strdup (DATADIR);
g_strdup          808 src/setup.c            mc_global.panels_config->ini_path = g_strdup (panels_profile_name);
g_strdup          316 src/subshell/common.c         putenv (g_strdup (sid_str));
g_strdup          329 src/subshell/common.c             init_file = g_strdup (".bashrc");
g_strdup          357 src/subshell/common.c             init_file = g_strdup (".profile");
g_strdup          749 src/usermenu.c             *v = g_strdup (value);
g_strdup          776 src/usermenu.c         return g_strdup ("%");
g_strdup          871 src/usermenu.c                 result = g_strdup (syntax_type);
g_strdup          961 src/usermenu.c     result = g_strdup ("% ");
g_strdup          992 src/usermenu.c         menu = g_strdup (menu_file);
g_strdup          994 src/usermenu.c         menu = g_strdup (edit_widget != NULL ? EDIT_LOCAL_MENU : MC_LOCAL_MENU);
g_strdup          240 src/vfs/cpio/cpio.c     super->name = g_strdup (vfs_path_as_str (vpath));
g_strdup          129 src/vfs/extfs/extfs.c     vsuper->name = g_strdup (name);
g_strdup          135 src/vfs/extfs/extfs.c         super->local_name = g_strdup (vfs_path_get_last_path_str (local_name_vpath));
g_strdup          156 src/vfs/extfs/extfs.c     entry->name = g_strdup (name);
g_strdup          895 src/vfs/extfs/extfs.c         return g_strdup ("no_archive_name");
g_strdup          904 src/vfs/extfs/extfs.c         ret_str = g_strdup (path);
g_strdup         1081 src/vfs/extfs/extfs.c         entry->ino->localname = g_strdup (local_filename);
g_strdup          306 src/vfs/ftpfs/ftpfs.c         return g_strdup (remote_path);
g_strdup          320 src/vfs/ftpfs/ftpfs.c         return g_strdup (".");
g_strdup          322 src/vfs/ftpfs/ftpfs.c     ret = g_strdup (remote_path);
g_strdup          364 src/vfs/ftpfs/ftpfs.c         path_element->user = g_strdup ("anonymous");
g_strdup          570 src/vfs/ftpfs/ftpfs.c     arch->base.name = g_strdup (PATH_SEP_STR);
g_strdup          625 src/vfs/ftpfs/ftpfs.c         op = g_strdup (super->path_element->password);
g_strdup          627 src/vfs/ftpfs/ftpfs.c         op = g_strdup (netrcpass);
g_strdup          633 src/vfs/ftpfs/ftpfs.c         op = g_strdup (ftpfs_anonymous_passwd);
g_strdup          645 src/vfs/ftpfs/ftpfs.c         super->path_element->password = g_strdup (op);
g_strdup          664 src/vfs/ftpfs/ftpfs.c         name = g_strdup (super->path_element->user);
g_strdup          766 src/vfs/ftpfs/ftpfs.c                     no_proxy = g_slist_prepend (no_proxy, g_strdup (s));
g_strdup          871 src/vfs/ftpfs/ftpfs.c         host = g_strdup (super->path_element->host);
g_strdup         1012 src/vfs/ftpfs/ftpfs.c         ftp_super->current_dir = g_strdup (PATH_SEP_STR);
g_strdup         1088 src/vfs/ftpfs/ftpfs.c                             return g_strdup (bufp);
g_strdup         1873 src/vfs/ftpfs/ftpfs.c         dirlist = g_slist_prepend (dirlist, g_strdup (lc_buffer));
g_strdup         2261 src/vfs/ftpfs/ftpfs.c         ftp_super->current_dir = g_strdup (remote_path);
g_strdup         2611 src/vfs/ftpfs/ftpfs.c             *login = g_strdup (rupp->login);
g_strdup         2612 src/vfs/ftpfs/ftpfs.c             *pass = g_strdup (rupp->pass);
g_strdup         2662 src/vfs/ftpfs/ftpfs.c             *login = g_strdup (buffer);
g_strdup         2684 src/vfs/ftpfs/ftpfs.c                 tmp_pass = g_strdup (buffer);
g_strdup         2713 src/vfs/ftpfs/ftpfs.c     rupp->host = g_strdup (host);
g_strdup         2714 src/vfs/ftpfs/ftpfs.c     rupp->login = g_strdup (*login);
g_strdup         2715 src/vfs/ftpfs/ftpfs.c     rupp->pass = g_strdup (tmp_pass);
g_strdup         2745 src/vfs/ftpfs/ftpfs.c         ftpfs_anonymous_passwd = g_strdup ("anonymous@");
g_strdup          406 src/vfs/ftpfs/ftpfs_parse_ls.c                 *linkname = g_strdup (arrow + 4);
g_strdup          411 src/vfs/ftpfs/ftpfs_parse_ls.c     *filename = g_strdup (name);
g_strdup          517 src/vfs/ftpfs/ftpfs_parse_ls.c     *filename = g_strdup (t);
g_strdup          773 src/vfs/ftpfs/ftpfs_parse_ls.c     *filename = g_strdup (name);
g_strdup          898 src/vfs/ftpfs/ftpfs_parse_ls.c             *filename = g_strdup (t);
g_strdup          904 src/vfs/ftpfs/ftpfs_parse_ls.c     *filename = g_strdup (t);
g_strdup          982 src/vfs/ftpfs/ftpfs_parse_ls.c     *filename = g_strdup (t);
g_strdup         1093 src/vfs/ftpfs/ftpfs_parse_ls.c                 *linkname = g_strdup (arrow + 4);
g_strdup         1098 src/vfs/ftpfs/ftpfs_parse_ls.c     *filename = g_strdup (name);
g_strdup          281 src/vfs/sfs/sfs.c         cf->name = g_strdup (vfs_path_as_str (vpath));
g_strdup          521 src/vfs/sfs/sfs.c         sfs_info[sfs_no].prefix = g_strdup (key);
g_strdup          522 src/vfs/sfs/sfs.c         sfs_info[sfs_no].command = g_strdup (c);
g_strdup          169 src/vfs/sftpfs/config_parser.c                 *pointer_str = g_strdup (value);
g_strdup          374 src/vfs/sftpfs/config_parser.c         super->path_element->user = g_strdup (config_entity->user);
g_strdup          379 src/vfs/sftpfs/config_parser.c         super->path_element->host = g_strdup (config_entity->real_host);
g_strdup          384 src/vfs/sftpfs/config_parser.c         sftpfs_super->privkey = g_strdup (config_entity->identity_file);
g_strdup          715 src/vfs/sftpfs/sftpfs.c     arch->base.name = g_strdup (PATH_SEP_STR);
g_strdup          222 src/vfs/shell/shell.c     return g_strdup (def_content);
g_strdup          652 src/vfs/shell/shell.c     super->name = g_strdup (PATH_SEP_STR);
g_strdup          219 src/vfs/tar/tar-internal.c     *string = g_strdup (value);
g_strdup          286 src/vfs/tar/tar-xheader.c     kp->pattern = g_strdup (kw);
g_strdup          287 src/vfs/tar/tar-xheader.c     kp->value = g_strdup (value);
g_strdup          588 src/vfs/tar/tar.c             (*inode)->linkname = g_strdup (link_name);
g_strdup          748 src/vfs/tar/tar.c             file_name = g_strdup (next_long_name->buffer + BLOCKSIZE);
g_strdup          783 src/vfs/tar/tar.c             link_name = g_strdup (next_long_link->buffer + BLOCKSIZE);
g_strdup          914 src/vfs/tar/tar.c     archive->name = g_strdup (vfs_path_as_str (vpath));
g_strdup          186 src/vfs/undelfs/undelfs.c             *file = g_strdup (p + 1);
g_strdup          194 src/vfs/undelfs/undelfs.c     *file = g_strdup ("");
g_strdup          128 src/viewer/dialogs.c             exp = g_strdup ("");
g_strdup           82 src/viewer/lib.c     filename = g_strdup (vfs_path_as_str (view->filename_vpath));
g_strdup           83 src/viewer/lib.c     command = g_strdup (view->command);
g_strdup          424 src/viewer/mcviewer.c     view->command = g_strdup (command);
g_strdup          209 tests/lib/utilunix__my_system-common.c     execvp__file__captured = g_strdup (file);
g_strdup          212 tests/lib/utilunix__my_system-common.c         g_ptr_array_add (execvp__args__captured, g_strdup (*one_arg));
g_strdup          173 tests/lib/vfs/canonicalize_pathname.c     actual_path = g_strdup (data->input_path);
g_strdup           55 tests/lib/vfs/vfs_s_get_path.c     super->name = g_strdup (vfs_path_as_str (vpath));
g_strdup           42 tests/lib/vfs/vfs_setup_cwd.c     return g_strdup ("/some/path");
g_strdup          173 tests/lib/vfs/vfs_split.c     path = g_strdup (data->input_string);
g_strdup           56 tests/lib/widget/complete_engine.c     try_complete__text__captured = g_strdup (text);
g_strdup          257 tests/src/editor/edit_complete_word_cmd.c     edit_completion_dialog_show__return_value = g_strdup (data->input_completed_word);
g_strdup           83 tests/src/execute__common.c     do_execute__lc_shell__captured = g_strdup (lc_shell);
g_strdup           84 tests/src/execute__common.c     do_execute__command__captured = g_strdup (command);
g_strdup          150 tests/src/execute__common.c     message_title__captured = (title == MSG_ERROR) ? g_strdup (_("Error")) : g_strdup (title);
g_strdup           53 tests/src/execute__execute_external_editor_or_viewer.c     execute_external_cmd_opts__command__captured = g_strdup (command);
g_strdup           89 tests/src/execute__execute_external_editor_or_viewer.c     do_executev__lc_shell__captured = g_strdup (lc_shell);
g_strdup           93 tests/src/execute__execute_external_editor_or_viewer.c         g_ptr_array_add (do_executev__argv__captured, g_strdup (*argv));
g_strdup          148 tests/src/execute__execute_external_editor_or_viewer.c         g_strdup
g_strdup           58 tests/src/execute__execute_get_external_cmd_opts_from_config.c     g_ptr_array_add (mc_config_get_string__group__captured, g_strdup (group));
g_strdup           59 tests/src/execute__execute_get_external_cmd_opts_from_config.c     g_ptr_array_add (mc_config_get_string__param__captured, g_strdup (param));
g_strdup           60 tests/src/execute__execute_get_external_cmd_opts_from_config.c     g_ptr_array_add (mc_config_get_string__default_value__captured, g_strdup (default_value));
g_strdup          153 tests/src/execute__execute_get_external_cmd_opts_from_config.c     g_ptr_array_add (mc_config_get_string__return_value, g_strdup (data->config_opts_string));
g_strdup          143 tests/src/filemanager/cd_to.c         input_command = g_strdup (data->command);
g_strdup           44 tests/src/filemanager/get_random_hint.c     return g_strdup ("not_exists");
g_strdup           50 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     super->name = g_strdup (PATH_SEP_STR);
g_strdup           77 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c         ret = g_slist_prepend (ret, g_strdup (buf));