fn               1159 lib/util.c         char *fn;
fn               1170 lib/util.c         fn = mc_config_get_full_path (MC_FILEPOS_FILE);
fn               1171 lib/util.c         f = fopen (fn, "r");
fn               1172 lib/util.c         g_free (fn);
fn               1251 lib/util.c         char *fn, *tmp_fn;
fn               1262 lib/util.c         fn = mc_config_get_full_path (MC_FILEPOS_FILE);
fn               1263 lib/util.c         if (fn == NULL)
fn               1266 lib/util.c         mc_util_make_backup_if_possible (fn, TMP_SUFFIX);
fn               1269 lib/util.c         f = fopen (fn, "w");
fn               1273 lib/util.c         tmp_fn = g_strdup_printf ("%s" TMP_SUFFIX, fn);
fn               1315 lib/util.c             mc_util_restore_from_backup_if_possible (fn, TMP_SUFFIX);
fn               1317 lib/util.c             mc_util_unlink_backup_if_possible (fn, TMP_SUFFIX);
fn               1319 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);