Searched refs:exclusions (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | genmultilib | 122 exclusions=$6 395 for rule in ${exclusions}; do
|
| /freebsd-10-stable/crypto/heimdal/lib/wind/ |
| D | gen-normalize.py | 134 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)])
|
| D | rfc3490.txt | 440 There are currently no other exclusions on the applicability of IDNA
|
| /freebsd-10-stable/contrib/libarchive/libarchive/ |
| D | archive_match.c | 102 struct match_list exclusions; member 231 match_list_init(&(a->exclusions)); in archive_match_new() 254 match_list_free(&(a->exclusions)); in archive_match_free() 326 if ((r = add_pattern_mbs(a, &(a->exclusions), pattern)) != ARCHIVE_OK) in archive_match_exclude_pattern() 345 if ((r = add_pattern_wcs(a, &(a->exclusions), pattern)) != ARCHIVE_OK) in archive_match_exclude_pattern_w() 360 return add_pattern_from_file(a, &(a->exclusions), 1, pathname, in archive_match_exclude_pattern_from_file() 374 return add_pattern_from_file(a, &(a->exclusions), 0, pathname, in archive_match_exclude_pattern_from_file_w() 739 for (match = a->exclusions.first; match != NULL; in path_excluded()
|