Searched refs:matched (Results 1 - 25 of 199) sorted by last modified time

12345678

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp783 bool matched; local
806 matched = ((nlen >= (keyLen - 1)) && (0 == strncmp(ckey, names, keyLen - 1)));
808 matched = (keyLen == nlen) && (0 == strncmp(ckey, names, keyLen));
810 if( matched)
815 } while( (names < lastName) && (false == matched));
825 bool matched; local
827 matched = (0 != (result = CompareKey( name, regEntry, gIODTNameKey)))
H A DIOPlatformExpert.cpp188 OSString * name, OSString ** matched ) const
190 return( nub->IORegistryEntry::compareName( name, matched ));
474 // provides an XML power tree description against which a device is matched based
1215 OSString * name, OSString ** matched ) const
1217 return( IODTCompareNubName( nub, name, matched )
1218 || super::compareNubName( nub, name, matched) );
1398 OSString ** matched ) const
1400 return( IODTCompareNubName( this, name, matched ));
1500 OSString ** matched ) const
1503 compareNubName( this, name, matched ));
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c7145 zoneid_t zoneid, int (*matched)(dtrace_probe_t *, void *), void *arg)
7161 if ((*matched)(probe, arg) == DTRACE_MATCH_FAIL)
7209 if ((rc = (*matched)(probe, arg)) != DTRACE_MATCH_NEXT) {
7232 if ((rc = (*matched)(probe, arg)) != DTRACE_MATCH_NEXT) {
7864 * consumer comes along, or whenever a retained enabling is to be matched.) If
11309 int total_matched = 0, matched = 0; local
11324 if ((matched = dtrace_probe_enable(&ep->dted_probe, enab)) < 0)
11327 total_matched += matched;
11392 * If an enabling is to be enabled without having matched probes (that is, if
13055 * is if the anonymous enabling ultimately matched anythin
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-death-test.cc515 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); local
516 if (matched) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Dregengine.inc292 - dissect - figure out what matched what, no back references
301 const char *sp; /* start of string matched by it */
302 const char *stp; /* string matched by it cannot pass here */
307 const char *ssp; /* start of string matched by subsubRE */
308 const char *sep; /* end of string matched by subsubRE */
328 /* figure out what it matched */
396 break; /* failed or matched null */
433 break; /* it matched all of it */
480 - backref - figure out what matched what, figuring in back references
488 const char *sp; /* start of string matched b
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c2465 Boolean matched = FALSE; local
2483 while (!matched && (name != NULL)) {
2506 matched = TRUE;
2519 if (!matched) {
2533 return matched;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_preauth.cpp159 void matched(const TypedList *) const { } //@@@ prelim function in class:Security::PreAuthorizationAcls::SourceValidationContext
H A Dacl_threshold.cpp51 void matched(const TypedList *) const { } //@@@ ignore sub-matches for now function in class:SublistValidationContext
72 uint32 matched = 0; local
74 if ((matched += elements[n]->validate(ctx)) >= minimumNeeded)
77 else if (matched + subSampleCount - n <= minimumNeeded)
H A Daclsubject.cpp125 ctx.matched(ctx[n]);
126 return true; // matched this sample; validation successful
H A Daclsubject.h110 virtual void matched(const TypedList *match) const = 0;
111 void matched(const TypedList &match) const { return matched(&match); } function in class:Security::AclValidationContext
H A Dobjectacl.cpp104 void matched(const TypedList *) const { } // ignore match info function in class:BaseValidationContext
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dcsutilities.cpp137 bool matched = false; local
150 matched = true;
156 return matched;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DTPCertInfo.cpp752 bool matched=false; local
755 matched=true;
762 return matched;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_preauth.cpp159 void matched(const TypedList *) const { } //@@@ prelim function in class:Security::PreAuthorizationAcls::SourceValidationContext
H A Dacl_threshold.cpp51 void matched(const TypedList *) const { } //@@@ ignore sub-matches for now function in class:SublistValidationContext
72 uint32 matched = 0; local
74 if ((matched += elements[n]->validate(ctx)) >= minimumNeeded)
77 else if (matched + subSampleCount - n <= minimumNeeded)
H A Daclsubject.cpp125 ctx.matched(ctx[n]);
126 return true; // matched this sample; validation successful
H A Daclsubject.h110 virtual void matched(const TypedList *match) const = 0;
111 void matched(const TypedList &match) const { return matched(&match); } function in class:Security::AclValidationContext
H A Dobjectacl.cpp104 void matched(const TypedList *) const { } // ignore match info function in class:BaseValidationContext
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcsutilities.cpp137 bool matched = false; local
150 matched = true;
156 return matched;
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp529 bool IOPCIDevice::compareName( OSString * name, OSString ** matched ) const
531 return (parent->compareNubName(this, name, matched));
H A DIOPCIBridge.cpp2522 OSString * name, OSString ** matched ) const
2524 return (IODTCompareNubName(nub, name, matched));
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCSSStyleDeclarationSection.css145 .style-declaration-section > .header > .selector > .matched {
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dx509asn1.c1032 bool matched; local
1045 matched = !strcmp(p, oid);
1047 return matched? ccp: (const char *) NULL;
1063 int matched = -1; local
1092 for(p = cert.extensions.beg; p < cert.extensions.end && matched != 1;) {
1104 for(q = elem.beg; matched != 1 && q < elem.end;) {
1118 matched = i;
1122 matched = (size_t) (name.end - q) == addrlen &&
1130 switch (matched) {
1132 /* an alternative name matched th
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_subs.c2610 int matched = 0; local
2619 matched = 1;
2646 matched = 1;
2653 if (matched)
/macosx-10.10.1/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c1108 int matched = -1; /* -1 is no alternative match yet, 1 means match and 0 local
1145 /* loop through all alternatives while none has matched */
1146 for(i=0; (i<numalts) && (matched != 1); i++) {
1172 matched = 1;
1174 matched = 0;
1181 matched = 1;
1183 matched = 0;
1191 if(matched == 1)
1192 /* an alternative name matched the server hostname */
1193 infof(data, "\t subjectAltName: %s matched\
[all...]

Completed in 288 milliseconds

12345678