Home
last modified time | relevance | path

Searched refs:rr_moved (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/makefs/tests/
H A Dmakefs_cd9660_tests.sh338 check_image_contents -X .rr_moved
343 test -d $TEST_MOUNT_DIR/.rr_moved
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c271 char rr_moved; /* Flag to rr_moved. */ member
333 struct file_info *rr_moved; member
2070 (flags & 0x02) && iso9660->rr_moved == NULL && in parse_file_info()
2074 iso9660->rr_moved = file; in parse_file_info()
2075 file->rr_moved = 1; in parse_file_info()
2083 if (parent == NULL || parent->rr_moved == 0) { in parse_file_info()
2107 } else if (parent != NULL && parent->rr_moved) in parse_file_info()
2150 parent->rr_moved) { in parse_file_info()
2864 iso9660->rr_moved != NULL && in next_cache_entry()
2865 iso9660->rr_moved->rr_moved_has_re_only) in next_cache_entry()
[all …]
H A Darchive_write_set_format_iso9660.c6654 isoent_rr_move_dir(struct archive_write *a, struct isoent **rr_moved, in isoent_rr_move_dir() argument
6660 if ((rrmoved = *rr_moved) == NULL) { in isoent_rr_move_dir()
6678 *rr_moved = rrmoved; in isoent_rr_move_dir()
6739 struct isoent *rootent, *rr_moved; in isoent_rr_move() local
6751 rr_moved = isoent_find_child(rootent, "rr_moved"); in isoent_rr_move()
6752 if (rr_moved != NULL && in isoent_rr_move()
6753 rr_moved != rootent->children.first) { in isoent_rr_move()
6759 isoent_remove_child(rootent, rr_moved); in isoent_rr_move()
6762 isoent_add_child_head(rootent, rr_moved); in isoent_rr_move()
6780 r = isoent_rr_move_dir(a, &rr_moved, in isoent_rr_move()