fn 980 lib/util.c char *fn; fn 991 lib/util.c fn = mc_config_get_full_path (MC_FILEPOS_FILE); fn 992 lib/util.c f = fopen (fn, "r"); fn 993 lib/util.c g_free (fn); fn 1072 lib/util.c char *fn, *tmp_fn; fn 1083 lib/util.c fn = mc_config_get_full_path (MC_FILEPOS_FILE); fn 1084 lib/util.c if (fn == NULL) fn 1087 lib/util.c mc_util_make_backup_if_possible (fn, TMP_SUFFIX); fn 1090 lib/util.c f = fopen (fn, "w"); fn 1094 lib/util.c tmp_fn = g_strdup_printf ("%s" TMP_SUFFIX, fn); fn 1136 lib/util.c mc_util_restore_from_backup_if_possible (fn, TMP_SUFFIX); fn 1138 lib/util.c mc_util_unlink_backup_if_possible (fn, TMP_SUFFIX); fn 1140 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 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);