Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/libarchive/
HDarchive_match.c121 struct entry_list exclusion_entry_list; member
229 entry_list_init(&(a->exclusion_entry_list)); in archive_match_new()
251 entry_list_free(&(a->exclusion_entry_list)); in archive_match_free()
1421 entry_list_add(&(a->exclusion_entry_list), f); in add_entry()
1512 if (a->exclusion_entry_list.count == 0) in time_excluded()