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

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlock001.tcl116 if { [string compare $l BLOCKED ] == 0 } {
H A Drecd002.tcl34 if { [string compare $omethod "-queue"] == 0 } {
H A Dtest085.tcl126 set beginning [expr [string compare \
153 if { [string compare $ekey EMPTYLIST] == 0 || \
154 [string compare $op -current] == 0 } {
194 set beginning [expr [string compare \
H A Dtest001.tcl16 # TEST After all are entered, retrieve all; compare output to original.
146 # Now we will get each key from the DB and compare the results
160 # Now compare the keys to see if they match the dictionary (or ints)
189 if { [string compare $omethod "-recno"] != 0 } {
202 if { [string compare $omethod "-recno"] != 0 } {
H A Dtest003.tcl16 # TEST retrieve all; compare output to original. Close file, reopen, do
77 if { [string compare [file type $f] "file"] != 0 } {
124 # Now we will get each key from the DB and compare the results
138 # Now compare the keys to see if they match the entries in the
150 if { [string compare [file type $f] "file"] != 0 } {
H A Dtest014.tcl199 # Now compare the keys to see if they match the dictionary (or ints)
222 if { [string compare $omethod "-recno"] != 0 } {
236 if { [string compare $omethod "-recno"] != 0 } {
H A Dtest030.tcl122 if { [string compare $k $str] != 0 } {
145 if { [string compare $k $str] != 0 } {
H A Dtest050.tcl135 dbc_get:next(compare) [lindex [lindex $old1 0] 1] DATAOVER1
196 if { [string compare $type by_key] == 0 } {
H A Dreputils.tcl429 if { [string compare [convert_method $method] -recno] != 0 } {
438 if { [string compare $omethod "-recno"] != 0 } {
739 if { [string compare $hold_electp NONE] != 0 } {
746 if { [string compare $dupmasterp NONE] != 0 } {
753 if { [string compare $errp NONE] != 0 } {
822 # Save all ISPERM and NOTPERM responses so we can compare their
833 if { [string compare $errp NONE] != 0 } {
906 if { [string compare $arg $run_repl_flag] == 0 } {
921 if { [string compare $arg $run_repl_flag] != 0 } {
1819 if { [string compare
[all...]
H A Drpc003.tcl21 if { [string compare $rpc_server "localhost"] != 0 } {
H A Dsdb011.tcl116 if { [string compare [$db get_type] hash] == 0 } {
H A Dtest042.tcl133 if { [string compare $fld {Number of records}] == 0 } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dhosts.h189 * as OHCI uses). data and compare are the new data and expected data
193 quadlet_t data, quadlet_t compare);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dlist.h38 * Callback function used to compare 2 data.
57 xmlListDataCompare compare);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dlib1funcs.S236 subs r2, r1, #1 @ compare divisor with 1
238 cmpne r0, r1 @ compare dividend with divisor
295 subs r2, r1, #1 @ compare divisor with 1
296 cmpne r0, r1 @ compare dividend with divisor
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dlist.in.h38 * Callback function used to compare 2 data.
57 xmlListDataCompare compare);
H A Dlist.c181 * @compare: an optional comparison function
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) argument
214 if (compare != NULL)
215 l->linkCompare = compare;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_185.h134 int (*compare) /* comparison function */ member in struct:__anon1923
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dsamba-common.postinst120 if dpkg --compare-versions "$2" lt 2.999+3.0.alpha20-4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Dsamba-common.postinst120 if dpkg --compare-versions "$2" lt 2.999+3.0.alpha20-4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Ddevices.c1034 if(compare(dev->sectors, SECTORS(floppy))){
1040 if(compare(dev->heads, HEADS(floppy))){
1046 if(compare(dev->tracks, TRACKS(floppy))){
1053 if(compare(dev->use_2m, USE_2M(floppy))){
1061 if(compare(dev->ssize, SSIZE(floppy) + 128)){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables-xml.c523 /* compare arguments up to -j or -g for match.
533 int compare = 0; local
546 compare = 0;
548 compare = 1;
554 compare = 0;
564 return compare == 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dlist.c181 * @compare: an optional comparison function
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) argument
214 if (compare != NULL)
215 l->linkCompare = compare;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlist.c181 * @compare: an optional comparison function
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) argument
214 if (compare != NULL)
215 l->linkCompare = compare;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/
H A DMakefile81 CFLAGS += -pipe -fno-strength-reduce -Wno-sign-compare

Completed in 111 milliseconds

12345678