fn                983 lib/util.c         char *fn, *filename_str;
fn                994 lib/util.c         fn = mc_config_get_full_path (MC_FILEPOS_FILE);
fn                995 lib/util.c         f = fopen (fn, "r");
fn                996 lib/util.c         g_free (fn);
fn               1078 lib/util.c         char *fn, *tmp_fn;
fn               1090 lib/util.c         fn = mc_config_get_full_path (MC_FILEPOS_FILE);
fn               1091 lib/util.c         if (fn == NULL)
fn               1094 lib/util.c         mc_util_make_backup_if_possible (fn, TMP_SUFFIX);
fn               1097 lib/util.c         f = fopen (fn, "w");
fn               1101 lib/util.c         tmp_fn = g_strdup_printf ("%s" TMP_SUFFIX, fn);
fn               1144 lib/util.c             mc_util_restore_from_backup_if_possible (fn, TMP_SUFFIX);
fn               1146 lib/util.c             mc_util_unlink_backup_if_possible (fn, TMP_SUFFIX);
fn               1148 lib/util.c         g_free (fn);
fn                108 src/file_history.c     char *fn;
fn                114 src/file_history.c     fn = mc_config_get_full_path (MC_FILEPOS_FILE);
fn                115 src/file_history.c     if (fn == NULL)
fn                118 src/file_history.c     f = fopen (fn, "r");
fn                119 src/file_history.c     g_free (fn);
fn                136 src/file_history.c     char *fn;
fn                140 src/file_history.c     fn = mc_config_get_full_path (MC_FILEPOS_FILE);
fn                141 src/file_history.c     if (fn == NULL)
fn                144 src/file_history.c     mc_util_make_backup_if_possible (fn, TMP_SUFFIX);
fn                146 src/file_history.c     f = fopen (fn, "w");
fn                166 src/file_history.c         mc_util_restore_from_backup_if_possible (fn, TMP_SUFFIX);
fn                168 src/file_history.c         mc_util_unlink_backup_if_possible (fn, TMP_SUFFIX);
fn                170 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);