backup_path 1360 lib/util.c char *backup_path; backup_path 1366 lib/util.c backup_path = g_strdup_printf ("%s%s", file_name, backup_suffix); backup_path 1367 lib/util.c if (backup_path == NULL) backup_path 1370 lib/util.c ret = mc_util_write_backup_content (file_name, backup_path); backup_path 1375 lib/util.c chmod (backup_path, stat_buf.st_mode); backup_path 1377 lib/util.c chmod (backup_path, S_IRUSR | S_IWUSR); backup_path 1380 lib/util.c g_free (backup_path); backup_path 1391 lib/util.c char *backup_path; backup_path 1393 lib/util.c backup_path = g_strdup_printf ("%s%s", file_name, backup_suffix); backup_path 1394 lib/util.c if (backup_path == NULL) backup_path 1397 lib/util.c ret = mc_util_write_backup_content (backup_path, file_name); backup_path 1398 lib/util.c g_free (backup_path); backup_path 1408 lib/util.c char *backup_path; backup_path 1410 lib/util.c backup_path = g_strdup_printf ("%s%s", file_name, backup_suffix); backup_path 1411 lib/util.c if (backup_path == NULL) backup_path 1414 lib/util.c if (exist_file (backup_path)) backup_path 1418 lib/util.c vpath = vfs_path_from_str (backup_path); backup_path 1423 lib/util.c g_free (backup_path);