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 468 src/setup.c setup__move_panels_config_into_separate_file (const char *profile) profile 473 src/setup.c if (!exist_file (profile)) profile 476 src/setup.c tmp_cfg = mc_config_init (profile, FALSE); profile 495 src/setup.c tmp_cfg = mc_config_init (profile, FALSE); profile 832 src/setup.c char *profile; profile 834 src/setup.c profile = mc_config_get_full_path (MC_CONFIG_FILE); profile 835 src/setup.c if (!exist_file (profile)) profile 842 src/setup.c g_free (profile); profile 843 src/setup.c profile = inifile; profile 853 src/setup.c g_free (profile); profile 854 src/setup.c profile = inifile; profile 859 src/setup.c profile_name = profile; profile 870 src/setup.c const char *profile; profile 876 src/setup.c profile = setup_init (); profile 891 src/setup.c mc_global.main_config = mc_config_init (profile, FALSE); profile 894 src/setup.c setup__move_panels_config_into_separate_file (profile);