profile 76 lib/mcconfig/history.c char *profile; profile 84 lib/mcconfig/history.c profile = mc_config_get_full_path (MC_HISTORY_FILE); profile 85 lib/mcconfig/history.c cfg = mc_config_init (profile, TRUE); profile 90 lib/mcconfig/history.c g_free (profile); profile 204 lib/widget/history.c char *profile; profile 210 lib/widget/history.c profile = mc_config_get_full_path (MC_HISTORY_FILE); profile 211 lib/widget/history.c event_data.cfg = mc_config_init (profile, TRUE); profile 217 lib/widget/history.c g_free (profile); profile 232 lib/widget/history.c char *profile; profile 238 lib/widget/history.c profile = mc_config_get_full_path (MC_HISTORY_FILE); profile 239 lib/widget/history.c i = open (profile, O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); profile 244 lib/widget/history.c if (chmod (profile, S_IRUSR | S_IWUSR) != -1 || errno == ENOENT) profile 248 lib/widget/history.c event_data.cfg = mc_config_init (profile, FALSE); profile 257 lib/widget/history.c g_free (profile); profile 469 src/setup.c setup__move_panels_config_into_separate_file (const char *profile) profile 474 src/setup.c if (!exist_file (profile)) profile 477 src/setup.c tmp_cfg = mc_config_init (profile, FALSE); profile 496 src/setup.c tmp_cfg = mc_config_init (profile, FALSE); profile 833 src/setup.c char *profile; profile 835 src/setup.c profile = mc_config_get_full_path (MC_CONFIG_FILE); profile 836 src/setup.c if (!exist_file (profile)) profile 843 src/setup.c g_free (profile); profile 844 src/setup.c profile = inifile; profile 854 src/setup.c g_free (profile); profile 855 src/setup.c profile = inifile; profile 860 src/setup.c profile_name = profile; profile 871 src/setup.c const char *profile; profile 877 src/setup.c profile = setup_init (); profile 892 src/setup.c mc_global.main_config = mc_config_init (profile, FALSE); profile 895 src/setup.c setup__move_panels_config_into_separate_file (profile);