backup_path      1184 lib/util.c         char *backup_path;
backup_path      1190 lib/util.c         backup_path = g_strdup_printf ("%s%s", file_name, backup_suffix);
backup_path      1191 lib/util.c         if (backup_path == NULL)
backup_path      1194 lib/util.c         ret = mc_util_write_backup_content (file_name, backup_path);
backup_path      1199 lib/util.c                 chmod (backup_path, stat_buf.st_mode);
backup_path      1201 lib/util.c                 chmod (backup_path, S_IRUSR | S_IWUSR);
backup_path      1204 lib/util.c         g_free (backup_path);
backup_path      1215 lib/util.c         char *backup_path;
backup_path      1217 lib/util.c         backup_path = g_strdup_printf ("%s%s", file_name, backup_suffix);
backup_path      1218 lib/util.c         if (backup_path == NULL)
backup_path      1221 lib/util.c         ret = mc_util_write_backup_content (backup_path, file_name);
backup_path      1222 lib/util.c         g_free (backup_path);
backup_path      1232 lib/util.c         char *backup_path;
backup_path      1234 lib/util.c         backup_path = g_strdup_printf ("%s%s", file_name, backup_suffix);
backup_path      1235 lib/util.c         if (backup_path == NULL)
backup_path      1238 lib/util.c         if (exist_file (backup_path))
backup_path      1242 lib/util.c             vpath = vfs_path_from_str (backup_path);
backup_path      1247 lib/util.c         g_free (backup_path);