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

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/libarchive/libarchive/
H A Darchive_match.c102 struct match_list exclusions; member in struct:archive_match
231 match_list_init(&(a->exclusions));
254 match_list_free(&(a->exclusions));
326 if ((r = add_pattern_mbs(a, &(a->exclusions), pattern)) != ARCHIVE_OK)
345 if ((r = add_pattern_wcs(a, &(a->exclusions), pattern)) != ARCHIVE_OK)
360 return add_pattern_from_file(a, &(a->exclusions), 1, pathname,
374 return add_pattern_from_file(a, &(a->exclusions), 0, pathname,
739 for (match = a->exclusions.first; match != NULL;
804 * the beginning of the path) even though exclusions are not anchored.

Completed in 150 milliseconds