fn 984 lib/util.c char *fn, *filename_str; fn 995 lib/util.c fn = mc_config_get_full_path (MC_FILEPOS_FILE); fn 996 lib/util.c f = fopen (fn, "r"); fn 997 lib/util.c g_free (fn); fn 1079 lib/util.c char *fn, *tmp_fn; fn 1091 lib/util.c fn = mc_config_get_full_path (MC_FILEPOS_FILE); fn 1092 lib/util.c if (fn == NULL) fn 1095 lib/util.c mc_util_make_backup_if_possible (fn, TMP_SUFFIX); fn 1098 lib/util.c f = fopen (fn, "w"); fn 1102 lib/util.c tmp_fn = g_strdup_printf ("%s" TMP_SUFFIX, fn); fn 1145 lib/util.c mc_util_restore_from_backup_if_possible (fn, TMP_SUFFIX); fn 1147 lib/util.c mc_util_unlink_backup_if_possible (fn, TMP_SUFFIX); fn 1149 lib/util.c g_free (fn); fn 106 src/file_history.c char *fn; fn 112 src/file_history.c fn = mc_config_get_full_path (MC_FILEPOS_FILE); fn 113 src/file_history.c if (fn == NULL) fn 116 src/file_history.c f = fopen (fn, "r"); fn 117 src/file_history.c g_free (fn); fn 134 src/file_history.c char *fn; fn 138 src/file_history.c fn = mc_config_get_full_path (MC_FILEPOS_FILE); fn 139 src/file_history.c if (fn == NULL) fn 142 src/file_history.c mc_util_make_backup_if_possible (fn, TMP_SUFFIX); fn 144 src/file_history.c f = fopen (fn, "w"); fn 164 src/file_history.c mc_util_restore_from_backup_if_possible (fn, TMP_SUFFIX); fn 166 src/file_history.c mc_util_unlink_backup_if_possible (fn, TMP_SUFFIX); fn 168 src/file_history.c g_free (fn); fn 158 src/vfs/sftpfs/config_parser.c char *fn; fn 160 src/vfs/sftpfs/config_parser.c fn = tilde_expand (filename); fn 161 src/vfs/sftpfs/config_parser.c vpath = vfs_path_from_str (fn); fn 162 src/vfs/sftpfs/config_parser.c g_free (fn);