Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c357 static int tree_target_is_same_as_parent(struct tree *, const struct stat *);
958 if (st != NULL && !tree_target_is_same_as_parent(t, st)) in next_entry()
2640 tree_target_is_same_as_parent(struct tree *t, const struct stat *st) function