Searched refs:exclusions (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/crypto/heimdal/lib/wind/
H A Dgen-normalize.py134 exclusions = UnicodeData.read(sys.argv[2]) variable
139 if v[4] and not re.search('<[a-zA-Z]+> *', v[4]) and not exclusions.has_key(k)])
/freebsd-10.3-release/contrib/gcc/
H A Dgenmultilib56 # The optional sixth argument is a list of exclusions used internally by
57 # the compiler similar to exceptions. The difference being that exclusions
122 exclusions=$6
395 for rule in ${exclusions}; do
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_match.c98 struct match_list exclusions; member in struct:archive_match
227 match_list_init(&(a->exclusions));
250 match_list_free(&(a->exclusions));
322 if ((r = add_pattern_mbs(a, &(a->exclusions), pattern)) != ARCHIVE_OK)
341 if ((r = add_pattern_wcs(a, &(a->exclusions), pattern)) != ARCHIVE_OK)
356 return add_pattern_from_file(a, &(a->exclusions), 1, pathname,
370 return add_pattern_from_file(a, &(a->exclusions), 0, pathname,
708 for (match = a->exclusions.first; match != NULL;
773 * the beginning of the path) even though exclusions are not anchored.

Completed in 81 milliseconds