Searched refs:compare (Results 51 - 75 of 419) sorted by relevance

1234567891011>>

/openbsd-current/usr.sbin/ldpctl/
H A DMakefile11 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/ospf6ctl/
H A DMakefile10 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/relayctl/
H A DMakefile16 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/ripctl/
H A DMakefile11 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/slaacctl/
H A DMakefile12 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/ractl/
H A DMakefile12 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/rad/
H A DMakefile13 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/unwindctl/
H A DMakefile12 CFLAGS+= -Wsign-compare
/openbsd-current/usr.bin/ldap/
H A DMakefile10 CFLAGS+= -Wsign-compare -Wcast-qual
/openbsd-current/usr.sbin/smtpd/mail/
H A DMakefile17 CFLAGS+= -Wsign-compare
/openbsd-current/usr.bin/snmp/
H A DMakefile14 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/ospfctl/
H A DMakefile10 CFLAGS+= -Wsign-compare
/openbsd-current/usr.bin/dig/lib/isc/include/isc/
H A Dheap.h51 isc_heap_create(isc_heapcompare_t compare,
63 *\li "compare" is a function which takes two void * arguments and
/openbsd-current/usr.sbin/iscsid/
H A DMakefile13 CFLAGS+= -Wsign-compare
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp32 return LHS->first->getName().compare(RHS->first->getName());
/openbsd-current/sbin/slaacd/
H A DMakefile14 CFLAGS+= -Wsign-compare
/openbsd-current/libexec/snmpd/snmpd_metrics/
H A DMakefile11 CFLAGS+= -Wsign-compare
/openbsd-current/usr.bin/bgplg/bgplgsh/
H A DMakefile11 CFLAGS+= -Wsign-compare
/openbsd-current/usr.bin/comm/
H A Dcomm.c60 int (*compare)(const char * ,const char *);
68 compare = strcoll;
81 compare = strcasecmp;
125 if (!(comp = compare(line1, line2))) {
/openbsd-current/usr.sbin/bgplgd/
H A DMakefile9 CFLAGS+= -Wsign-compare
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dmacscp.exp110 if {[string compare $definition undefined] == 0 \
121 if {[string compare $definition ""] == 0} {
163 if {[string compare $func_def $expected] == 0} {
324 if {[string compare $result $expected] == 0} {
326 } elseif {[string compare $result $kfail_expected] == 0} {
329 } elseif {[string compare $result timeout] == 0} {
355 [string compare [lindex $result end] {}] == 0} {
357 } elseif {[string compare $result timeout] == 0} {
393 [string compare [lindex $result end] {}] == 0} {
395 } elseif {[string compare
[all...]
H A Dcallfuncs.exp311 if ![string compare $old_reg_content $new_reg_content] then {
332 if ![string compare $old_reg_content $new_reg_content] then {
351 if ![string compare $old_reg_content $new_reg_content] then {
369 if ![string compare $old_reg_content $new_reg_content] then {
426 if ![string compare $old_reg_content $new_reg_content] then {
H A Dcharset.exp274 if {! [string compare [lindex $result 0] $host_charset]} {
306 if {! [string compare $result [list $host_charset $target_charset]]} {
325 if {! [string compare $host_charset iso-8859-1] && ! [string compare $target_charset ascii]} {
485 if {! [string compare $target_charset iso-8859-1]} {
496 if {! [string compare $target_charset ascii]} {
/openbsd-current/usr.bin/look/
H A Dlook.c67 int compare(char *, char *, char *);
211 if (compare(string, p, back) == GREATER)
236 switch (compare(string, front, back)) {
257 for (; front < back && compare(string, front, back) == EQUAL; ++front) {
280 compare(char *s1, char *s2, char *back) function
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFixedPoint.h245 int compare(const APFixedPoint &Other) const;
247 return compare(Other) == 0;
250 return compare(Other) != 0;
252 bool operator>(const APFixedPoint &Other) const { return compare(Other) > 0; }
253 bool operator<(const APFixedPoint &Other) const { return compare(Other) < 0; }
255 return compare(Other) >= 0;
258 return compare(Other) <= 0;

Completed in 245 milliseconds

1234567891011>>