g_string_new      363 lib/charsets.c         return g_string_new (str);
g_string_new      367 lib/charsets.c         return g_string_new (str);
g_string_new      369 lib/charsets.c     buff = g_string_new ("");
g_string_new      397 lib/charsets.c         return g_string_new (str);
g_string_new      401 lib/charsets.c         return g_string_new (str);
g_string_new      403 lib/charsets.c     buff = g_string_new ("");
g_string_new      215 lib/glibcompat.c         return g_string_new (NULL);
g_string_new      106 lib/mcconfig/get.c     buffer = g_string_new ("");
g_string_new       58 lib/mcconfig/set.c     buffer = g_string_new ("");
g_string_new      356 lib/search/search.c         return g_string_new ("");
g_string_new      390 lib/search/search.c     replace_str2 = g_string_new (replace_str);
g_string_new      203 lib/serialize.c     buffer = g_string_new ("");
g_string_new       67 lib/strutil/strescape.c     ret = g_string_new ("");
g_string_new      255 lib/strutil/strutil8bit.c         buf = g_string_new ("");
g_string_new     1494 lib/tty/key.c          s = g_string_new ("");
g_string_new      306 lib/tty/tty.c      buffer = g_string_new ("");
g_string_new     1305 lib/utilunix.c     path = g_string_new (absolute ? PATH_SEP_STR : "");
g_string_new      618 lib/vfs/path.c     buffer = g_string_new ("");
g_string_new     1577 lib/vfs/path.c     pretty_path = g_string_new (element->class->prefix);
g_string_new      470 lib/vfs/vfs.c      vfs_str_buffer = g_string_new ("");
g_string_new      290 lib/widget/widget-common.c     text = g_string_new (hotkey.start);
g_string_new      482 src/args.c         buffer = g_string_new ("");
g_string_new      440 src/editor/editcomplete.c     match_expr = g_string_new ("(^|\\s+|\\b)");
g_string_new     1069 src/editor/syntax.c                 c->left = g_string_new (" ");
g_string_new     1070 src/editor/syntax.c                 c->right = g_string_new (" ");
g_string_new     1106 src/editor/syntax.c                 c->left = g_string_new (*a++);
g_string_new     1114 src/editor/syntax.c                 c->right = g_string_new (*a++);
g_string_new     1136 src/editor/syntax.c             k->keyword = g_string_new (" ");
g_string_new     1185 src/editor/syntax.c             k->keyword = g_string_new (*a++);
g_string_new      309 src/filemanager/dir.c     fentry->fname = g_string_new (fname);
g_string_new      576 src/filemanager/dir.c     fentry->fname = g_string_new ("..");
g_string_new      213 src/filemanager/ext.c     export_vars_string = g_string_new ("MC_EXT_FILENAME=");
g_string_new      242 src/filemanager/ext.c     shell_string = g_string_new ("");
g_string_new     1244 src/filemanager/hotlist.c         tkn_buf = g_string_new ("");
g_string_new      157 src/filemanager/info.c     buff = g_string_new ("");
g_string_new     1500 src/filemanager/panel.c     format_txt = g_string_new ("");
g_string_new     5015 src/filemanager/panel.c     tmp_conv = g_string_new ("");
g_string_new      521 src/filemanager/panelize.c                 buffer = g_string_new (*profile_keys);
g_string_new      524 src/filemanager/panelize.c                 buffer = g_string_new ("");
g_string_new      835 src/vfs/extfs/extfs.c     localpath = g_string_new ("");
g_string_new       74 src/vfs/sftpfs/sftpfs.c     sftpfs_filename_buffer = g_string_new ("");
g_string_new       83 tests/lib/search/glob_translate_to_regex.c     GString *tmp = g_string_new (data->input_value);
g_string_new      152 tests/lib/search/hex_translate_to_regex.c     tmp = g_string_new (data->input_value);
g_string_new      129 tests/lib/search/regex_process_escape_sequence.c     actual_string = g_string_new ("");
g_string_new      200 tests/lib/search/regex_replace_esc_seq.c     replace_str = g_string_new (data->input_string);
g_string_new      281 tests/src/editor/edit_complete_word_cmd.c         actual_completed_str = g_string_new ("");
g_string_new      348 tests/src/editor/edit_complete_word_cmd.c         actual_completed_str = g_string_new ("");
g_string_new       78 tests/src/filemanager/exec_get_export_variables_ext.c     current_panel->dir.list[0].fname = g_string_new ("selected file.txt");
g_string_new       79 tests/src/filemanager/exec_get_export_variables_ext.c     current_panel->dir.list[1].fname = g_string_new ("tagged file1.txt");
g_string_new       81 tests/src/filemanager/exec_get_export_variables_ext.c     current_panel->dir.list[2].fname = g_string_new ("tagged file2.txt");