| archive_read_support_format_iso9660.c | 271 char rr_moved; /* Flag to rr_moved. */ member in struct:file_info 333 struct file_info *rr_moved; member in struct:iso9660 2070 (flags & 0x02) && iso9660->rr_moved == NULL && 2072 (strcmp(file->name.s, "rr_moved") == 0 || 2073 strcmp(file->name.s, ".rr_moved") == 0)) { 2074 iso9660->rr_moved = file; 2075 file->rr_moved = 1; 2081 * Sanity check: file's parent is rr_moved. 2083 if (parent == NULL || parent->rr_moved == 0) [all...] |