Searched refs:compare (Results 76 - 100 of 754) sorted by relevance

1234567891011>>

/macosx-10.10.1/autofs-246/automountlib/
H A Ddeflt.c158 int (*compare)(const char *, const char *, size_t);
168 compare = TSTBITS(thr_data->Dcflags, DC_CASE) ? strncmp : strncasecmp;
185 if ((*compare)(cp, buf_tmp, patlen) == 0) {
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Drexecd.tcl27 if [string compare $c "\0"]==0 {
62 if {[string compare $user abort]==0} {
116 if {[string compare $c "\0"]!=0} {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/mime/
H A Dmime.tcl482 if {![string compare $lower content-type]} {
485 if {![string compare $lower content-transfer-encoding]} {
488 if {(![string compare $lower content-md5]) \
489 || (![string compare $lower mime-version])} {
577 if {[string compare $state(encoding) ""]} {
600 if {[string compare $state(params) ""]} {
603 if {[string compare $state(encoding) ""]} {
606 if {[string compare $state(header) ""]} {
708 if {![string compare $vline ""]} {
718 || (![string compare \
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dtext.tcl218 } elseif {[%W compare insert != 1.0]} {
313 if {[%W compare insert == {insert lineend}]} {
435 if {[%W compare insert != 1.0]} {
560 if {[$w compare $cur != $anchor] || (abs($Priv(pressX) - $x) >= 3)} {
565 if {[$w compare $cur < anchor]} {
574 if {[$w compare $cur < anchor]} {
591 if {[$w compare $cur < anchor]} {
625 if {[$w compare $cur < anchor]} {
703 if {[$w compare $pos == end]} {
725 if {[$w compare
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/db185/
H A Ddb185_int.in84 int (*compare) __P((const DBT185 *, const DBT185 *));
97 int (*compare) /* comparison function */
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dheap.h55 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare,
65 *\li "compare" is a function which takes two void * arguments and
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dheap.h55 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare,
65 *\li "compare" is a function which takes two void * arguments and
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cftree.py28 def compare(l, r, context): function in function:TestCFTree.testCreateTree
31 CFTreeSortChildren(root, compare, None)
112 def compare(left, right, context): function in function:TestCFTree.testModification
120 CFTreeSortChildren(root, compare, None)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cftree.py41 def compare(l, r, context): function in function:TestCFTree.testCreateTree
44 CFTreeSortChildren(root, compare, None)
117 def compare(left, right, context): function in function:TestCFTree.testModification
125 CFTreeSortChildren(root, compare, None)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cftree.py45 def compare(l, r, context): function in function:TestCFTree.testCreateTree
48 CFTreeSortChildren(root, compare, None)
122 def compare(left, right, context): function in function:TestCFTree.testModification
130 CFTreeSortChildren(root, compare, None)
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A DinstallData.tcl33 if {[file isdirectory $f] && [string compare CVS $ftail]} {
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DAnyMemLeaks.tcl5 if {[string compare $tcl_platform(platform) "macintosh"] == 0} {
11 } elseif {[string compare $tcl_platform(platform) "windows"] == 0} {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsv2html65 if {![string compare $f -]} {
89 if {[string compare $f -]} {
H A Dcsvcut76 if {![string compare $f -]} {
101 if {[string compare $f -]} {
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/library/
H A Dautoload.tcl71 if {[string compare $f ""]} {
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dloadtable.tcl37 if {[string compare unix $tcl_platform(platform)]} {
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dmnkytst.cpp165 int32_t result = myCollator->compare(subs, subt); // Tertiary
166 int32_t revResult = myCollator->compare(subt, subs); // Tertiary
170 result = myCollator->compare(subs, subt); // Secondary
171 revResult = myCollator->compare(subt, subs); // Secondary
175 result = myCollator->compare(subs, subt); // Primary
176 revResult = myCollator->compare(subt, subs); // Primary
183 result = myCollator->compare(subs, addOne);
195 result = myCollator->compare(addOne, subs);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/
H A Dtest_cftree.py70 def compare(l, r, context): function in function:TestCFTree.testSortChildren
72 CFTreeSortChildren(tree, compare, (32,))
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Lib/
H A Dtest_cftree.py70 def compare(l, r, context): function in function:TestCFTree.testSortChildren
72 CFTreeSortChildren(tree, compare, (32,))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/
H A Dtest_cftree.py70 def compare(l, r, context): function in function:TestCFTree.testSortChildren
72 CFTreeSortChildren(tree, compare, (32,))
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dfilebox.tcl38 if {![string compare $tcl_platform(platform) unix]} {
69 if {[string compare $file ""]} {
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A DREADME54 To compare the output of two or more runs, use multiview in the src
57 % ./multiview reference compare1 compare2 compare2 > compare.html
60 where the reference and compare files contain the output of different
63 The compare.html file will allow quick comparisons to be drawn,
/macosx-10.10.1/ICU-531.30/icuSources/test/letest/
H A Dxmlreader.cpp167 if (testCase->getTagName().compare(test_case) == 0) {
203 if (tag.compare(test_font) == 0) {
208 } else if (tag.compare(test_text) == 0) {
211 } else if (tag.compare(result_glyphs) == 0) {
213 } else if (tag.compare(result_indices) == 0) {
215 } else if (tag.compare(result_positions) == 0) {
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/leperf/
H A Dxmlreader.cpp167 if (testCase->getTagName().compare(test_case) == 0) {
203 if (tag.compare(test_font) == 0) {
208 } else if (tag.compare(test_text) == 0) {
211 } else if (tag.compare(result_glyphs) == 0) {
213 } else if (tag.compare(result_indices) == 0) {
215 } else if (tag.compare(result_positions) == 0) {
/macosx-10.10.1/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/
H A Dauthorize.m209 CFDictionaryRef compare;
211 compare = ( void * ) CFArrayGetValueAtIndex( deviceIDs, index );
213 if ( _DeviceIsEqual( deviceID, compare ) )

Completed in 575 milliseconds

1234567891011>>