Searched refs:compare (Results 26 - 50 of 419) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DCompare.pm8 our @EXPORT = qw(compare);
18 sub compare { subroutine
19 croak("Usage: compare( file1, file2 [, buffersize]) ")
116 *cmp = \&compare;
125 # Using a negative buffer size puts compare into text_mode too
126 compare($from, $to, $cmp // -1);
141 if (compare("file1","file2") == 0) {
147 The File::Compare::compare function compares the contents of two
151 File::Compare::cmp is a synonym for File::Compare::compare. It is
168 File::Compare::compare an
[all...]
/openbsd-current/sbin/bioctl/
H A DMakefile14 CDIAGFLAGS+= -Wsign-compare
/openbsd-current/usr.bin/spell/
H A Dlook.c44 int compare(u_char *, u_char *, u_char *);
118 if (compare(string, p, back) > 0)
145 result = compare(string, front, back);
157 compare(u_char *s1, u_char *s2, u_char *back) function
/openbsd-current/usr.sbin/dhcrelay6/
H A DMakefile11 CFLAGS+=-Wshadow -Wpointer-arith -Wsign-compare
/openbsd-current/usr.sbin/slowcgi/
H A DMakefile9 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/dhcpleasectl/
H A DMakefile12 CFLAGS+= -Wsign-compare
/openbsd-current/sbin/resolvd/
H A DMakefile14 CFLAGS+= -Wsign-compare
/openbsd-current/distrib/special/bioctl/
H A DMakefile15 CDIAGFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/dhcp6leasectl/
H A DMakefile12 CFLAGS+= -Wsign-compare
/openbsd-current/usr.bin/dig/lib/isc/
H A Dheap.c53 ! heap->compare(heap->array[(i)], \
62 isc_heapcompare_t compare; member in struct:isc_heap
67 isc_heap_create(isc_heapcompare_t compare, argument
74 REQUIRE(compare != NULL);
86 heap->compare = compare;
131 i > 1 && heap->compare(elt, heap->array[p]) ;
152 if (j < size && heap->compare(heap->array[j+1],
155 if (heap->compare(elt, heap->array[j]))
201 less = heap->compare(el
[all...]
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dconfig_h.PL11 use File::Compare qw(compare);
88 if (compare("$file.new", $core_config_h)) {
95 if (compare("$file.new",$file))
/openbsd-current/regress/sys/sys/tree/splay/
H A Dsplay-test.c43 compare(struct node *a, struct node *b) function
50 SPLAY_PROTOTYPE(tree, node, node, compare);
52 SPLAY_GENERATE(tree, node, node, compare);
/openbsd-current/sbin/ipsecctl/
H A DMakefile12 CFLAGS+= -Wsign-compare
/openbsd-current/regress/sys/crypto/aes/
H A DMakefile16 CDIAGFLAGS+= -Wsign-compare
/openbsd-current/regress/sys/crypto/chachapoly/
H A DMakefile14 CDIAGFLAGS+= -Wsign-compare
/openbsd-current/regress/sys/crypto/cmac/
H A DMakefile14 CDIAGFLAGS+= -Wsign-compare
/openbsd-current/regress/sys/crypto/gmac/
H A DMakefile14 CDIAGFLAGS+= -Wsign-compare
/openbsd-current/regress/sys/crypto/hmac/
H A DMakefile14 CDIAGFLAGS+= -Wsign-compare
/openbsd-current/usr.bin/bgplg/bgplg/
H A DMakefile11 CFLAGS+= -Wsign-compare
/openbsd-current/usr.bin/m4/
H A DMakefile9 -Wno-unused -Wno-char-subscripts -Wno-sign-compare
/openbsd-current/usr.sbin/dhcrelay/
H A DMakefile13 CFLAGS+=-Wsign-compare
/openbsd-current/usr.sbin/dvmrpctl/
H A DMakefile12 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/eigrpctl/
H A DMakefile10 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/hostapd/
H A DMakefile13 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/iscsictl/
H A DMakefile14 CFLAGS+= -Wsign-compare

Completed in 235 milliseconds

1234567891011>>