Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_match.c159 static void match_list_free(struct match_list *);
253 match_list_free(&(a->inclusions)); in archive_match_free()
254 match_list_free(&(a->exclusions)); in archive_match_free()
258 match_list_free(&(a->inclusion_unames)); in archive_match_free()
259 match_list_free(&(a->inclusion_gnames)); in archive_match_free()
842 match_list_free(struct match_list *list) in match_list_free() function