fn 1164 lib/util.c char *fn; fn 1175 lib/util.c fn = mc_config_get_full_path (MC_FILEPOS_FILE); fn 1176 lib/util.c f = fopen (fn, "r"); fn 1177 lib/util.c g_free (fn); fn 1256 lib/util.c char *fn, *tmp_fn; fn 1267 lib/util.c fn = mc_config_get_full_path (MC_FILEPOS_FILE); fn 1268 lib/util.c if (fn == NULL) fn 1271 lib/util.c mc_util_make_backup_if_possible (fn, TMP_SUFFIX); fn 1274 lib/util.c f = fopen (fn, "w"); fn 1278 lib/util.c tmp_fn = g_strdup_printf ("%s" TMP_SUFFIX, fn); fn 1320 lib/util.c mc_util_restore_from_backup_if_possible (fn, TMP_SUFFIX); fn 1322 lib/util.c mc_util_unlink_backup_if_possible (fn, TMP_SUFFIX); fn 1324 lib/util.c g_free (fn); fn 64 src/file_history.c char *fn; fn 70 src/file_history.c fn = mc_config_get_full_path (MC_FILEPOS_FILE); fn 71 src/file_history.c if (fn == NULL) fn 74 src/file_history.c f = fopen (fn, "r"); fn 75 src/file_history.c g_free (fn); fn 104 src/file_history.c char *fn; fn 108 src/file_history.c fn = mc_config_get_full_path (MC_FILEPOS_FILE); fn 109 src/file_history.c if (fn == NULL) fn 112 src/file_history.c mc_util_make_backup_if_possible (fn, TMP_SUFFIX); fn 114 src/file_history.c f = fopen (fn, "w"); fn 142 src/file_history.c mc_util_restore_from_backup_if_possible (fn, TMP_SUFFIX); fn 144 src/file_history.c mc_util_unlink_backup_if_possible (fn, TMP_SUFFIX); fn 146 src/file_history.c g_free (fn); fn 125 src/vfs/sftpfs/config_parser.c char *fn; fn 127 src/vfs/sftpfs/config_parser.c fn = tilde_expand (filename); fn 128 src/vfs/sftpfs/config_parser.c vpath = vfs_path_from_str (fn); fn 129 src/vfs/sftpfs/config_parser.c g_free (fn);