Home
last modified time | relevance | path

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

/dragonfly/lib/libarchive/
H A DSymbol.map170 archive_match_path_excluded;
/dragonfly/contrib/libarchive/cpio/
H A Dcpio.c1002 if (archive_match_path_excluded(cpio->matching, entry)) in mode_in()
1114 if (archive_match_path_excluded(cpio->matching, entry)) in mode_list()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive.h1111 __LA_DECL int archive_match_path_excluded(struct archive *,
H A Darchive_match.c452 archive_match_path_excluded(struct archive *_a, in archive_match_path_excluded() function
H A Darchive_read_disk_posix.c927 r = archive_match_path_excluded(a->matching, entry); in next_entry()