backup_path      1342 lib/util.c         char *backup_path;
backup_path      1348 lib/util.c         backup_path = g_strdup_printf ("%s%s", file_name, backup_suffix);
backup_path      1349 lib/util.c         if (backup_path == NULL)
backup_path      1352 lib/util.c         ret = mc_util_write_backup_content (file_name, backup_path);
backup_path      1357 lib/util.c                 chmod (backup_path, stat_buf.st_mode);
backup_path      1359 lib/util.c                 chmod (backup_path, S_IRUSR | S_IWUSR);
backup_path      1362 lib/util.c         g_free (backup_path);
backup_path      1373 lib/util.c         char *backup_path;
backup_path      1375 lib/util.c         backup_path = g_strdup_printf ("%s%s", file_name, backup_suffix);
backup_path      1376 lib/util.c         if (backup_path == NULL)
backup_path      1379 lib/util.c         ret = mc_util_write_backup_content (backup_path, file_name);
backup_path      1380 lib/util.c         g_free (backup_path);
backup_path      1390 lib/util.c         char *backup_path;
backup_path      1392 lib/util.c         backup_path = g_strdup_printf ("%s%s", file_name, backup_suffix);
backup_path      1393 lib/util.c         if (backup_path == NULL)
backup_path      1396 lib/util.c         if (exist_file (backup_path))
backup_path      1400 lib/util.c             vpath = vfs_path_from_str (backup_path);
backup_path      1405 lib/util.c         g_free (backup_path);