Searched refs:found (Results 501 - 525 of 1552) sorted by relevance

<<21222324252627282930>>

/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Dconnect.c333 int found = 0; local
371 found = 1;
378 if (!found)
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/ntlm/
H A Daccept_sec_context.c58 int found = 0; local
110 found = 1;
113 if (!found) {
170 /* Go over backends and find best match, if not found use empty targetinfo */
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dkeyset.c569 int ret, found = 0; local
591 found = 1;
606 if (!found) {
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Duregiontest.c524 UBool found = FALSE; local
528 found = TRUE;
532 if ( !found ) {
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.cpp29 bool found = false ; local
30 while ( !found && index < rangeCount )
33 if ( found = ( distanceInRange < ranges[ index ].length ) )
/macosx-10.10.1/KerberosHelper-151/Source/
H A Dtest-na.c235 check_valid(bool expected, bool found, const char *check) argument
237 if (expected ^ found)
239 check, check, found ? "" : "not ");
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DDecodedExtensions.cpp380 bool found; // we understand this OID local
384 found = clOidToNssInfo(nssExten->extnId, nssObjLen, templ);
385 if(!found) {
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSCircle.c896 __block bool found = false; local
898 if(peerid && peer && CFEqualSafe(peerid, SOSPeerInfoGetPeerID(peer))) found = true;
900 return found;
905 __block SOSPeerInfoRef found = false; local
907 if(peerid && peer && CFEqualSafe(peerid, SOSPeerInfoGetPeerID(peer))) found = peer;
909 return found;
918 __block bool found = false; local
920 if(peerid && peer && CFEqualSafe(peerid, SOSPeerInfoGetPeerID(peer))) found = true;
922 return found;
932 __block bool found local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecTrustSettings.c394 * specific constraints was found for the cert. Returns true in
395 * *foundAnyEntry if any entry was found for the cert, even if it
401 * Returns the domain in which a setting was found in *foundDomain.
474 /* validate cert returns true if matching entry was found */
476 bool found = ts->evaluateCert(certHashStr, policyOID,
480 if(found) {
488 if(found && (*resultType != kSecTrustSettingsResultUnspecified)) {
489 trustSettingsDbg("SecTrustSettingsEvaluateCert: found in domain %d", domain);
/macosx-10.10.1/Security-57031.1.35/certificates/ota_cert_tool/ios_ota_cert_tool/
H A DValidateAsset.c39 int found = 0; local
44 found = 1;
47 if (0 == found)
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/unix/
H A DConnectionUnix.cpp317 bool found = false; local
333 found = true;
338 if (!found)
/macosx-10.10.1/apache-793/httpd/modules/http/
H A Dbyterange_filter.c444 int found = 0; local
547 found = 1;
588 if (found == 0) {
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlzexternal/
H A Ddriver.c274 isc_boolean_t found = ISC_FALSE; local
288 found = ISC_TRUE;
298 if (!found)
/macosx-10.10.1/bind9-45.101/bind9/contrib/dlz/example/
H A Ddlz_example.c242 bool found = false; local
253 found = true;
261 if (!found) {
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldAPIs.cpp499 bool found = dyld::flatFindExportedSymbolWithHint(symbolName, libraryNameHint, &sym, &image); local
500 if ( ! found ) {
502 found = dyld::flatFindExportedSymbol(symbolName, &sym, &image);
504 if ( found )
673 bool found = dyld::flatFindExportedSymbolWithHint(symbolName, libraryNameHint, &sym, &image); local
674 if ( ! found ) {
676 found = dyld::flatFindExportedSymbol(symbolName, &sym, &image);
678 if ( !found && dyld::gLogAPIs )
680 return found;
1139 bool found local
[all...]
/macosx-10.10.1/perl-103/versioner/
H A Dversioner.c222 found:
231 if (access(buf, F_OK) == 0) goto found;
239 if (access(buf, F_OK) == 0) goto found;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/
H A Ddistribute_setup.py243 found = False
246 found = True
248 if not found:
362 log.warn('No setuptools distribution found')
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/
H A Ddistribute_setup.py243 found = False
246 found = True
248 if not found:
362 log.warn('No setuptools distribution found')
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AppleScriptKit/
H A Ddistribute_setup.py243 found = False
246 found = True
248 if not found:
362 log.warn('No setuptools distribution found')
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AppleScriptObjC/
H A Ddistribute_setup.py243 found = False
246 found = True
248 if not found:
362 log.warn('No setuptools distribution found')
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/
H A Ddistribute_setup.py243 found = False
246 found = True
248 if not found:
362 log.warn('No setuptools distribution found')
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CFNetwork/
H A Ddistribute_setup.py243 found = False
246 found = True
248 if not found:
362 log.warn('No setuptools distribution found')
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/
H A Ddistribute_setup.py243 found = False
246 found = True
248 if not found:
362 log.warn('No setuptools distribution found')
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Collaboration/
H A Ddistribute_setup.py243 found = False
246 found = True
248 if not found:
362 log.warn('No setuptools distribution found')
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreData/
H A Ddistribute_setup.py243 found = False
246 found = True
248 if not found:
362 log.warn('No setuptools distribution found')

Completed in 503 milliseconds

<<21222324252627282930>>