fn               1146 lib/util.c         char *fn;
fn               1157 lib/util.c         fn = mc_config_get_full_path (MC_FILEPOS_FILE);
fn               1158 lib/util.c         f = fopen (fn, "r");
fn               1159 lib/util.c         g_free (fn);
fn               1238 lib/util.c         char *fn, *tmp_fn;
fn               1249 lib/util.c         fn = mc_config_get_full_path (MC_FILEPOS_FILE);
fn               1250 lib/util.c         if (fn == NULL)
fn               1253 lib/util.c         mc_util_make_backup_if_possible (fn, TMP_SUFFIX);
fn               1256 lib/util.c         f = fopen (fn, "w");
fn               1260 lib/util.c         tmp_fn = g_strdup_printf ("%s" TMP_SUFFIX, fn);
fn               1302 lib/util.c             mc_util_restore_from_backup_if_possible (fn, TMP_SUFFIX);
fn               1304 lib/util.c             mc_util_unlink_backup_if_possible (fn, TMP_SUFFIX);
fn               1306 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);