mc_config_get_home_dir 99 lib/mcconfig.h MC_MOCKABLE const char *mc_config_get_home_dir (void); mc_config_get_home_dir 158 lib/mcconfig/paths.c if (strcmp (profile_root, mc_config_get_home_dir ()) != 0) mc_config_get_home_dir 1470 lib/util.c profile_root = mc_config_get_home_dir (); mc_config_get_home_dir 553 lib/vfs/path.c const char *home_dir = mc_config_get_home_dir (); mc_config_get_home_dir 241 src/filemanager/cd.c new_vpath = vfs_path_from_str (mc_config_get_home_dir ()); mc_config_get_home_dir 278 src/filemanager/cd.c q_vpath = vfs_path_from_str (mc_config_get_home_dir ()); mc_config_get_home_dir 464 src/filemanager/hotlist.c listbox_add_item (l_hotlist, LISTBOX_APPEND_AT_END, 0, mc_config_get_home_dir (), NULL, mc_config_get_home_dir 795 src/filemanager/hotlist.c listbox_add_item (l_hotlist, LISTBOX_APPEND_AT_END, 0, mc_config_get_home_dir (), NULL, mc_config_get_home_dir 214 src/filemanager/tree.c vpath = vfs_path_from_str (mc_config_get_home_dir ()); mc_config_get_home_dir 298 src/main.c if (!g_path_is_absolute (mc_config_get_home_dir ())) mc_config_get_home_dir 301 src/main.c mc_config_get_home_dir ()); mc_config_get_home_dir 308 src/subshell/common.c ret = chdir (mc_config_get_home_dir ()); /* FIXME? What about when we re-run the subshell? */ mc_config_get_home_dir 212 src/textconf.c (void) printf ("%s %s\n", _("Home directory:"), mc_config_get_home_dir ()); mc_config_get_home_dir 1031 src/usermenu.c menu = mc_build_filename (mc_config_get_home_dir (), global_menu, (char *) NULL); mc_config_get_home_dir 2617 src/vfs/ftpfs/ftpfs.c netrcname = g_build_filename (mc_config_get_home_dir (), ".netrc", (char *) NULL); mc_config_get_home_dir 276 src/vfs/sftpfs/connection.c mc_build_filename (mc_config_get_home_dir (), ".ssh", "known_hosts", (char *) NULL);