Searched refs:compare (Results 1 - 25 of 417) sorted by last modified time

1234567891011>>

/openbsd-current/usr.bin/ssh/
H A Dsshd-session.c533 get_hostkey_index(struct sshkey *key, int compare, struct ssh *ssh) argument
540 (compare && sensitive_data.host_certificates[i] &&
546 (compare && sensitive_data.host_keys[i] &&
550 (compare && sensitive_data.host_pubkeys[i] &&
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dperlhost.h2148 compare(const void *arg1, const void *arg2) function
2203 qsort(m_lppEnvList, m_dwEnvCount, sizeof(LPSTR), compare);
2294 compVal = compare(&lpEnvPtr, &lpLocalEnv);
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dsort.t394 sub compare { $a cmp $b }
395 sub reenter { my @force = sort compare qw/a b/ }
956 sub compare { $cc++; $_[0]{val} cmp $_[1]{val} }
960 use overload 'cmp' => \&compare, '""' => \&str;
966 is($cc, 1, 'overload compare called once');
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dregen_lib.pl74 # Don't use compare because if there are errors it doesn't give any
119 if (compare($name, $final_name) == 0) {
/openbsd-current/gnu/usr.bin/perl/lib/
H A Doverload.pm1332 compare an object to 0. In fact, it is easier to write a numeric
/openbsd-current/gnu/usr.bin/perl/ext/File-Glob/
H A Dbsd_glob.c161 static int compare(const void *, const void *);
607 ? ci_compare : compare);
626 return compare(p, q);
631 compare(const void *p, const void *q) function
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm1909 readable). Its purpose is mostly to support testing, i.e. to compare
/openbsd-current/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DNormalize.pm454 If you want to check exactly, compare the string with its NFC/NFKC/FCC.
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.pm671 compare data structures by comparing their frozen representations (or
1313 compare equal due to possible stringification of numbers. When the
/openbsd-current/gnu/usr.bin/perl/cpan/bignum/lib/
H A Dbigint.pm800 to compare them to the results under -Mbigfloat or -Mbigrat:
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.pm700 '<=>' => \&compare;
713 sub compare { subroutine
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/
H A DTester.pm40 The final stage is to call C<test_test> that will simply compare what you
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DMore.pm105 facilities to skip tests, test future features and compare complicated
333 Similar to C<ok()>, C<is()> and C<isnt()> compare their two arguments
495 to compare two arguments using any binary perl operator. The test
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/
H A Dpod2usage2.t52 sub compare
69 ok (compare ($text, <<'EOT'), "Output test pod2usage ()");
79 ok (compare ($text, <<'EOT'), "Output test pod2usage (-message => '...', -verbose => 1)") or diag("Got:\n$text\n");
99 ok (compare ($text, <<'EOT'), "Output test pod2usage (-verbose => 2, -exit => 42)");
123 ok (compare ($text, <<'EOT'), "Output test pod2usage (0)");
141 ok (compare ($text, <<'EOT'), "Output test pod2usage (42)");
149 ok (compare ($text, <<'EOT'), "Output test pod2usage (-verbose => 0, -exit => 'NOEXIT')");
158 ok (compare ($text, <<'EOT'), "Output test pod2usage (-verbose => 99, -sections => 'DESCRIPTION')");
177 ok (compare ($text, <<'EOT'), "Output test pod2usage (-verbose => 2, -input => \*DATA)") or diag "Got:\n$text\n";
194 ok (compare (
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/
H A DPP.pm2782 overhead and is only rarely useful, e.g. when you want to compare some
2854 thus may break tests that compare entire JSON texts). If you do
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstall.pm140 return File::Compare::compare(@_);
1072 # The reason why we compare file's contents is, that we cannot
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.pm148 compare => 2,
780 $b->{'compare'} ;
803 equivalent of the keys C<hash>, C<compare> and C<prefix> store pointers
815 sub compare
835 C<compare> template.
931 insensitive compare function will be used.
946 $DB_BTREE->{'compare'} = \&Compare ;
982 The new compare function must be specified when you create the database.
987 you must use the same compare function every time you access the
1003 additionally compare cas
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm3616 install foreign, unmasked, unsigned code on your machine. We compare
/openbsd-current/gnu/usr.bin/perl/
H A Dscope.h142 CLANG_DIAG_IGNORE_STMT(-Wstring-compare); \
H A Dpp_sys.c2996 CLANG_DIAG_IGNORE_STMT(-Wtautological-compare);
H A Dmkppport8 use File::Compare qw( compare );
89 if (compare('ppport.h', $dest)) {
H A Dinstallperl702 if ($opts{force} || compare($_, "$installlib/$name") || $opts{notify}) {
745 if ($opts{force} || compare($from, $to) || $opts{notify}) {
H A DConfigure13799 puts("Fail compare");
/openbsd-current/usr.sbin/smtpd/smtpd/
H A DMakefile92 CFLAGS+= -Wsign-compare
/openbsd-current/usr.sbin/mtree/
H A Dcompare.c1 /* $NetBSD: compare.c,v 1.11 1996/09/05 09:56:48 mycroft Exp $ */
2 /* $OpenBSD: compare.c,v 1.31 2024/04/23 13:34:51 jsg Exp $ */
75 compare(char *name, NODE *s, FTSENT *p) function

Completed in 600 milliseconds

1234567891011>>