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

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive_fe/
H A Dmatching.c51 struct match *exclusions; member in struct:lafe_matching
80 add_pattern(&((*matching)->exclusions), pattern);
160 for (match = matching->exclusions; match != NULL; match = match->next){
217 * the beginning of the path) even though exclusions are not anchored.
243 for (p = (*matching)->exclusions; p != NULL; ) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/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)])
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_normalize_data.pl104 my %exclusions;
197 $exclusions{$data{CODE}} = 1;
287 if ($tag eq '' and @decomp > 1 and not exists $exclusions{$code}) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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
401 for rule in ${exclusions}; do
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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
401 for rule in ${exclusions}; do
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/tls/
H A Dtls_misc.c51 /* const char *tls_set_ciphers(app_ctx, context, grade, exclusions)
55 /* const char *exclusions;
114 /* grade, minus any ciphers specified via a list of exclusions.
331 /* tls_exclude_missing - Append exclusions for missing ciphers */
373 /* No exclusions if evp_name is a valid algorithm */
464 * When the include list is empty, use only the explicit exclusions.
513 const char *grade, const char *exclusions)
538 && strcmp(app_ctx->cipher_exclusions, exclusions) == 0)
581 * Apply locally-specified exclusions.
584 if (exclusions !
512 tls_set_ciphers(TLS_APPL_STATE *app_ctx, const char *context, const char *grade, const char *exclusions) argument
[all...]

Completed in 83 milliseconds