Searched refs:excluded (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/support/installation/
H A Dmodules.tcl12 proc Exclude {m} {global excluded ; lappend excluded $m ; return }
25 set excluded [list]
/macosx-10.10.1/rsync-45/rsync/testsuite/
H A Ddelete.test27 # --delete-excluded.
34 $RSYNC -r --exclude=baz --filter=': filters' --delete-excluded "$fromdir/" "$todir/"
H A Dexclude.test109 # Create the chk dir with what we expect to be excluded
143 # and --delete-excluded.
145 checkit "$RSYNC -avvC --filter=\"merge $excl\" --delete-excluded \
201 $RSYNC -av --delete-excluded --exclude='*' "$fromdir/" "$todir/"
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddns64.c44 dns_acl_t * excluded; /* member in struct:dns_dns64
59 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded,
96 new->excluded = NULL;
97 if (excluded != NULL)
98 dns_acl_attach(excluded, &new->excluded);
123 if (dns64->excluded != NULL)
124 dns_acl_detach(&dns64->excluded);
254 if (dns64->excluded == NULL) {
275 dns64->excluded,
57 dns_dns64_create(isc_mem_t *mctx, isc_netaddr_t *prefix, unsigned int prefixlen, isc_netaddr_t *suffix, dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded, unsigned int flags, dns_dns64_t **dns64) argument
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dexclude.c158 bool excluded = !! (exclude[0].options & EXCLUDE_INCLUDE); local
161 excluded to included or vice versa. */
166 if (excluded == !! (options & EXCLUDE_INCLUDE))
180 excluded ^= matched;
184 return excluded;
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dexclude.c176 bool excluded = !! (exclude[0].options & EXCLUDE_INCLUDE); local
179 excluded to included or vice versa. */
184 if (excluded == !! (options & EXCLUDE_INCLUDE))
185 excluded ^= exclude_fnmatch (pattern, f, options);
188 return excluded;
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_masquerade.c93 /* Stuff for excluded names. */
95 int excluded; local
106 * Don't masquerade excluded names (regardless of domain).
110 excluded = (string_list_match(cleanup_masq_exceptions, lowercase(name)) != 0);
118 if (excluded)
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dmkdepend.tcl168 set excluded 0
173 set excluded 1
178 if {!$excluded} {
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Ddns64.h50 dns_acl_t *client, dns_acl_t *mapped, dns_acl_t *excluded,
62 * 'excluded' defines which AAAA are to be treated as non-existent for the
63 * purposed of determining whether to perform syntesis. If 'excluded' is
156 * Determine if there are any non-excluded AAAA records in from the
159 * excluded in the matched records return ISC_FALSE. If no records
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkSet.c620 CFMutableSetRef excluded = NULL; local
640 excluded = CFSetCreateMutable(NULL, 0, &kCFTypeSetCallBacks);
647 __SCBondInterfaceListCollectMembers(bonds, excluded);
654 __SCBridgeInterfaceListCollectMembers(bridges, excluded);
658 n_exclusions = CFSetGetCount(excluded);
662 if (excluded != NULL) {
663 CFRelease(excluded);
675 if (CFSetContainsValue(excluded, interface)) {
676 // if excluded
684 CFRelease(excluded);
1292 CFMutableSetRef excluded; local
1466 CFSetRef excluded = NULL; local
[all...]
H A DVLANConfiguration.c255 CFSetRef excluded)
268 if ((excluded != NULL)
269 && CFSetContainsValue(excluded, interface)) {
289 CFMutableSetRef excluded = NULL; local
300 excluded = CFSetCreateMutable(NULL, 0, &kCFTypeSetCallBacks);
301 __SCBondInterfaceListCollectMembers(bond_interfaces, excluded);
307 if (excluded == NULL) {
308 excluded = CFSetCreateMutable(NULL, 0, &kCFTypeSetCallBacks);
310 __SCBridgeInterfaceListCollectMembers(bridge_interfaces, excluded);
319 addAvailableInterfaces(available, interfaces, excluded);
254 addAvailableInterfaces(CFMutableArrayRef available, CFArrayRef interfaces, CFSetRef excluded) argument
[all...]
H A DBridgeConfiguration.c316 CFMutableSetRef excluded; local
320 excluded = CFSetCreateMutable (NULL, 0, &kCFTypeSetCallBacks);
326 __SCBondInterfaceListCollectMembers(interfaces, excluded);
334 __SCBridgeInterfaceListCollectMembers(interfaces, excluded);
352 CFSetAddValue(excluded, physical);
376 if (CFSetContainsValue(excluded, interface)) {
377 // if excluded
386 CFRelease(excluded);
H A DBondConfiguration.c332 CFMutableSetRef excluded; local
336 excluded = CFSetCreateMutable (NULL, 0, &kCFTypeSetCallBacks);
341 __SCBondInterfaceListCollectMembers(interfaces, excluded);
348 __SCBridgeInterfaceListCollectMembers(interfaces, excluded);
366 CFSetAddValue(excluded, physical);
390 if (CFSetContainsValue(excluded, interface)) {
391 // if excluded
400 CFRelease(excluded);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dns64/
H A Dtests.sh51 echo "I: checking non-excluded AAAA lookup works ($n)"
60 echo "I: checking excluded only AAAA lookup works ($n)"
62 $DIG $DIGOPTS excluded-only.example. @10.53.0.2 -b 10.53.0.2 aaaa > dig.out.ns2.test$n || ret=1
69 echo "I: checking excluded AAAA and non-mapped A lookup works ($n)"
71 $DIG $DIGOPTS excluded-bad-a.example. @10.53.0.2 -b 10.53.0.2 aaaa > dig.out.ns2.test$n || ret=1
78 echo "I: checking excluded only AAAA and mapped A lookup works ($n)"
80 $DIG $DIGOPTS excluded-good-a.example. @10.53.0.2 -b 10.53.0.2 aaaa > dig.out.ns2.test$n || ret=1
87 echo "I: checking partially excluded only AAAA lookup works ($n)"
89 $DIG $DIGOPTS partially-excluded-only.example. @10.53.0.2 -b 10.53.0.2 aaaa > dig.out.ns2.test$n || ret=1
97 echo "I: checking partially-excluded AAA
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Dsearchtools.js309 var excluded = []; variable
327 var toAppend = excluded;
342 // console.info('excluded: ', excluded);
390 // now check if the files don't contain excluded terms
398 // ensure that none of the excluded terms is in the
400 for (var i = 0; i < excluded.length; i++) {
401 if (terms[excluded[i]] == file ||
402 $.contains(terms[excluded[i]] || [], file)) {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/installation/
H A Dmodules.tcl12 proc Exclude {m} {global excluded ; lappend excluded $m ; return }
25 set excluded [list]
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Ddiff.h192 /* Patterns that match file names to be excluded. */ variable in typeref:struct:exclude
193 XTERN struct exclude *excluded;
H A Ddir.c100 if (excluded_filename (excluded, d_name))
H A Ddiff.c276 excluded = new_exclude ();
484 add_exclude (excluded, optarg, exclude_options ());
488 if (add_exclude_file (add_exclude, excluded, optarg,
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/
H A Dinstaller.tcl232 global config package_version distribution package_name modules excluded
235 foreach p $excluded {
479 +excluded {set config(no-exclude) 1}
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/
H A Dinstaller.tcl232 global config package_version distribution package_name modules excluded
235 foreach p $excluded {
479 +excluded {set config(no-exclude) 1}
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dmultiop.tcl162 excluded? QueryExcluded as? QueryAs type? QueryType \
391 excluded $excl \
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dcertextensions.h529 CE_GeneralSubtrees *excluded; // optional member in struct:__CE_NameConstraints
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dtar.c1458 if (add_exclude_file (add_exclude, excluded, arg,
1529 add_exclude (excluded, arg, MAKE_EXCL_OPTIONS (args));
1979 excluded = new_exclude ();
H A Dcommon.h164 /* Patterns that match file names to be excluded. */
165 GLOBAL struct exclude *excluded;
162 GLOBAL struct exclude *excluded; variable in typeref:struct:exclude

Completed in 407 milliseconds

12