Home
last modified time | relevance | path

Searched defs:matching (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/libarchive/dist/libarchive_fe/
H A Dmatching.c75 lafe_exclude(struct lafe_matching **matching, const char *pattern) in lafe_exclude()
86 lafe_exclude_from_file(struct lafe_matching **matching, const char *pathname) in lafe_exclude_from_file()
102 lafe_include(struct lafe_matching **matching, const char *pattern) in lafe_include()
114 lafe_include_from_file(struct lafe_matching **matching, const char *pathname, in lafe_include_from_file()
151 lafe_excluded(struct lafe_matching *matching, const char *pathname) in lafe_excluded()
230 lafe_cleanup_exclusions(struct lafe_matching **matching) in lafe_cleanup_exclusions()
254 initialize_matching(struct lafe_matching **matching) in initialize_matching()
262 lafe_unmatched_inclusions(struct lafe_matching *matching) in lafe_unmatched_inclusions()
271 lafe_unmatched_inclusions_warn(struct lafe_matching *matching, const char *msg) in lafe_unmatched_inclusions_warn()
/minix3/external/bsd/libarchive/dist/cpio/
H A Dcpio.h89 struct lafe_matching *matching; member
/minix3/external/bsd/libarchive/dist/tar/
H A Dbsdtar.h101 struct lafe_matching *matching; /* for matching.c */ member