mc_config_get_home_dir 92 lib/mcconfig.h MC_MOCKABLE const char *mc_config_get_home_dir (void); mc_config_get_home_dir 161 lib/mcconfig/paths.c if (strcmp (profile_root, mc_config_get_home_dir ()) != 0) mc_config_get_home_dir 1477 lib/util.c profile_root = mc_config_get_home_dir (); mc_config_get_home_dir 552 lib/vfs/path.c const char *home_dir = mc_config_get_home_dir (); mc_config_get_home_dir 239 src/filemanager/cd.c new_vpath = vfs_path_from_str (mc_config_get_home_dir ()); mc_config_get_home_dir 276 src/filemanager/cd.c q_vpath = vfs_path_from_str (mc_config_get_home_dir ()); mc_config_get_home_dir 463 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 792 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 215 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 306 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 206 src/textconf.c (void) printf ("%s %s\n", _ ("Home directory:"), mc_config_get_home_dir ()); mc_config_get_home_dir 1029 src/usermenu.c menu = mc_build_filename (mc_config_get_home_dir (), global_menu, (char *) NULL); mc_config_get_home_dir 2614 src/vfs/ftpfs/ftpfs.c netrcname = g_build_filename (mc_config_get_home_dir (), ".netrc", (char *) NULL); mc_config_get_home_dir 275 src/vfs/sftpfs/connection.c mc_build_filename (mc_config_get_home_dir (), ".ssh", "known_hosts", (char *) NULL);