Searched refs:equal (Results 76 - 100 of 1059) sorted by relevance

1234567891011>>

/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dtest_kcred.c53 int equal; local
87 maj_stat = gss_compare_name(&min_stat, name1, name2, &equal);
90 if (!equal)
91 errx(1, "names not equal");
94 errx(1, "lifetime not equal");
97 errx(1, "usage not equal");
/macosx-10.10/cddafs-253/Classes/
H A DTSystemUtils.cpp61 CFComparisonResult equal = kCFCompareEqualTo; local
70 equal = ::CFStringCompare ( userName, CFSTR ( kEmptyString ), 0 );
71 require ( ( equal != kCFCompareEqualTo ), ReleaseExit );
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dldap.el397 ((string-equal str "TRUE")
399 ((string-equal str "FALSE")
526 (equal "" filter))
533 (not (equal "" host)))
536 (not (equal "" attrsonly)))
539 (not (equal "" base)))
542 (not (equal "" scope)))
545 (not (equal "" binddn)))
548 (equal 'simple auth))
551 (not (equal "" passw
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Didlw-complete-structtag.el133 (not (equal (char-before) ?!)) ; no sysvars
147 (not (equal start idlwave-current-tags-completion-pos)))
234 (not (equal idlwave-current-tags-buffer
H A Ddcl-mode.el921 ((or (equal type '$) (equal type '$!) (equal type '-))
923 ((equal type 'data)
944 ((equal type '$)
946 ((equal type '\?)
948 ((equal type '$!)
950 ((equal type '-)
952 ((equal type 'data)
954 ((equal typ
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ftpd/
H A Dftpd.tcl268 if {(![Fs exists $path]) && ([string equal $operation "write"])} {
272 } elseif {(![Fs exists $path]) && ([string equal $operation "read"])} {
278 if {([string equal $operation "read"] && (($mode & 00004) > 0)) || \
279 ([string equal $operation "write"] && (($mode & 00002) > 0))} {
313 if {(![string equal $user anonymous]) && (![string equal $user ftp])} {
383 if {[string equal $user anonymous] || [string equal $user ftp]} {
402 if {[string equal $password($user) [::crypt $pass $password($user)]]} {
556 ($data(user) == "")) && (![string equal
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-mime.el392 (equal nil mh-mime-save-parts-default-directory)
393 (equal t mh-mime-save-parts-default-directory))
397 (equal t mh-mime-save-parts-default-directory))
407 (if (and (equal directory "") mh-mime-save-parts-directory)
411 (if (equal nil mh-mime-save-parts-default-directory)
576 (when (or (not ct) (equal (car ct) "text/plain"))
591 ((equal (car handle) "multipart/alternative")
594 (or (equal (car handle) "multipart/signed")
595 (equal (car handle) "multipart/encrypted")))
652 (attachmentp (equal (ca
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dwizard.tcl148 if {[string equal $type "dialog"]} {
363 if {![string equal $step ""]} {
365 if {![string equal $cmd ""]} {
388 if {![string equal $step ""]} {
390 if {![string equal $cmd ""]} {
414 if {![string equal $step ""]} {
416 if {![string equal $cmd ""]} {
429 if {![string equal $step ""]} {
431 if {![string equal $cmd ""]} {
444 if {![string equal
[all...]
H A Dlabelframe.tcl121 if { [string equal $class "LabelFrame"] } {
131 if { [string equal $subclass "LabelFrame"] } {
132 if { [string equal $realopt "-text"] } {
137 if { [string equal $realopt "-width"] } {
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DRequirements.cpp76 // as equal if they're written identically (modulo comments and syntactic sugar).
79 bool SecRequirement::equal(SecCFObject &secOther) function in class:Security::CodeSigning::SecRequirement
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DIdentity.h56 bool equal(SecCFObject &other);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DRequirements.cpp76 // as equal if they're written identically (modulo comments and syntactic sugar).
79 bool SecRequirement::equal(SecCFObject &secOther) function in class:Security::CodeSigning::SecRequirement
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DIdentity.h56 bool equal(SecCFObject &other);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DIdentity.h56 bool equal(SecCFObject &other);
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DVTTScanner.cpp62 matched = WTF::equal(m_data.characters8, characters, charactersCount);
64 matched = WTF::equal(m_data.characters16, characters, charactersCount);
81 matched = WTF::equal(toMatch.impl(), m_data.characters8, matchLength);
83 matched = WTF::equal(toMatch.impl(), m_data.characters16, matchLength);
/macosx-10.10/WebCore-7600.1.25/page/
H A DSessionIDHash.h38 static bool equal(const WebCore::SessionID& a, const WebCore::SessionID& b) { return a == b; } function in struct:WTF::SessionIDHash
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLinkHash.h41 static bool equal(LinkHash a, LinkHash b) { return a == b; } function in struct:WebCore::LinkHashHash
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatSizeHash.h37 static bool equal(const WebCore::FloatSize& a, const WebCore::FloatSize& b) { return a == b; } function in struct:WTF::FloatHash
H A DIntPointHash.h32 static bool equal(const WebCore::IntPoint& a, const WebCore::IntPoint& b) { return a == b; } function in struct:WTF::IntPointHash
H A DIntSizeHash.h31 static bool equal(const WebCore::IntSize& a, const WebCore::IntSize& b) { return a == b; } function in struct:WTF::IntHash
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DProtectionSpaceHash.h52 static bool equal(const ProtectionSpace& a, const ProtectionSpace& b) { return a == b; } function in struct:WebCore::ProtectionSpaceHash
/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGAnimatedPropertyDescription.h74 static bool equal(const SVGAnimatedPropertyDescription& a, const SVGAnimatedPropertyDescription& b) function in struct:WebCore::SVGAnimatedPropertyDescriptionHash
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dtimeclock.el128 the return value is nil, or equal to `timeclock-workday', nothing special
246 definition have worked an average amount equal to `timeclock-workday'
359 (if (equal (car timeclock-last-event) "i")
365 (equal (timeclock-time-to-date
400 (if (equal (downcase (car timeclock-last-event)) "o")
434 (last-in (equal (car timeclock-last-event) "i"))
469 (and (equal (car timeclock-last-event) "i")
507 (equal (car timeclock-last-event) "i"))
632 (last-in (equal (car timeclock-last-event) "i")))
635 (equal timecloc
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Dalgobase.h76 using std::equal;
/macosx-10.10/ruby-106/ruby/lib/rbconfig/
H A Dobsolete.rb21 result = rbconfig if rbconfig.equal?(result)

Completed in 139 milliseconds

1234567891011>>