cddl/usr.sbin/zfsd/case_file.cc
995
if (line.compare(0, tentFlag.size(), tentFlag) == 0) {
crypto/heimdal/lib/gssapi/test_kcred.c
140
compare(mechs1, mechs2);
crypto/heimdal/lib/krb5/krb5_ccapi.h
156
cc_int32 (*compare)(cc_credentials_t, cc_credentials_t, cc_uint32*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
199
cc_int32 (*compare)(cc_ccache_t, cc_ccache_t, cc_uint32*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
224
cc_int32 (*compare)(cc_context_t, cc_context_t, cc_uint32*);
crypto/heimdal/lib/krb5/store-test.c
102
nerr += compare("Integer (host)", sp, data, 4);
crypto/heimdal/lib/krb5/store-test.c
109
nerr += compare("Principal", sp, "\x0\x0\x0\x1"
crypto/heimdal/lib/krb5/store-test.c
80
nerr += compare("Integer", sp, "\x1\x2\x3\x4", 4);
crypto/heimdal/lib/krb5/store-test.c
85
nerr += compare("Integer (LE)", sp, "\x4\x3\x2\x1", 4);
crypto/heimdal/lib/krb5/store-test.c
90
nerr += compare("Integer (BE)", sp, "\x1\x2\x3\x4", 4);
crypto/heimdal/lib/roken/glob.c
145
static int compare (const void *, const void *);
crypto/heimdal/lib/roken/glob.c
483
pglob->gl_pathc - oldpathc, sizeof(char *), compare);
crypto/krb5/src/include/CredentialsCache.h
1175
cc_int32 (*compare) (cc_ccache_t in_ccache,
crypto/krb5/src/include/CredentialsCache.h
1294
cc_int32 (*compare) (cc_credentials_t in_credentials,
crypto/krb5/src/include/CredentialsCache.h
1423
((context) -> functions -> compare (context, compare_to, equal))
crypto/krb5/src/include/CredentialsCache.h
1475
((ccache) -> functions -> compare (ccache, compare_to, equal))
crypto/krb5/src/include/CredentialsCache.h
1498
((credentials) -> functions -> compare (credentials, compare_to, equal))
crypto/krb5/src/include/CredentialsCache.h
876
cc_int32 (*compare) (cc_context_t in_cc_context,
crypto/krb5/src/lib/krb5/krb/t_etypes.c
216
compare(ctx, tests[i].str ? list : ctx->tgs_etypes,
crypto/krb5/src/plugins/kdb/db2/adb_openclose.c
34
btinfo.compare = NULL;
crypto/krb5/src/plugins/kdb/db2/adb_openclose.c
89
db->btinfo.compare = NULL;
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
353
bti.compare = NULL;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
139
if (b.compare == NULL) {
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
140
b.compare = __bt_defcmp;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
148
b.compare = __bt_defcmp;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
168
t->bt_cmp = b.compare;
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_open.c
87
btopeninfo.compare = NULL;
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
198
b.compare = NULL;
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
285
compare(&keydata, &data);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
96
void compare __P((DBT *, DBT *));
crypto/openssh/openbsd-compat/glob.c
155
static int compare(const void *, const void *);
crypto/openssh/openbsd-compat/glob.c
592
compare);
crypto/openssh/sshd-auth.c
352
get_hostkey_index(struct sshkey *key, int compare, struct ssh *ssh)
crypto/openssh/sshd-auth.c
359
(compare && host_certificates[i] &&
crypto/openssh/sshd-auth.c
364
(compare && host_pubkeys[i] &&
crypto/openssh/sshd-session.c
550
get_hostkey_index(struct sshkey *key, int compare, struct ssh *ssh)
crypto/openssh/sshd-session.c
557
(compare && sensitive_data.host_certificates[i] &&
crypto/openssh/sshd-session.c
563
(compare && sensitive_data.host_keys[i] &&
crypto/openssh/sshd-session.c
567
(compare && sensitive_data.host_pubkeys[i] &&
crypto/openssl/crypto/property/property_query.c
14
static int property_idx_cmp(const void *keyp, const void *compare)
crypto/openssl/crypto/property/property_query.c
17
const OSSL_PROPERTY_DEFINITION *defn = (const OSSL_PROPERTY_DEFINITION *)compare;
crypto/openssl/include/internal/priority_queue.h
21
static ossl_unused ossl_inline PRIORITY_QUEUE_OF(type) * ossl_pqueue_##type##_new(int (*compare)(const ctype *, const ctype *)) \
crypto/openssl/include/internal/priority_queue.h
24
(int (*)(const void *, const void *))compare); \
crypto/openssl/include/internal/priority_queue.h
76
OSSL_PQUEUE *ossl_pqueue_new(int (*compare)(const void *, const void *));
crypto/openssl/include/openssl/safestack.h
172
static ossl_unused ossl_inline sk_##t1##_compfunc sk_##t1##_set_cmp_func(STACK_OF(t1) *sk, sk_##t1##_compfunc compare) \
crypto/openssl/include/openssl/safestack.h
174
return (sk_##t1##_compfunc)OPENSSL_sk_set_cmp_func((OPENSSL_STACK *)sk, (OPENSSL_sk_compfunc)compare); \
crypto/openssl/include/openssl/safestack.h
79
static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \
crypto/openssl/include/openssl/safestack.h
81
return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
crypto/openssl/include/openssl/safestack.h
87
static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_reserve(sk_##t1##_compfunc compare, int n) \
crypto/openssl/include/openssl/safestack.h
89
return (STACK_OF(t1) *)OPENSSL_sk_new_reserve((OPENSSL_sk_compfunc)compare, n); \
crypto/openssl/ssl/priority_queue.c
159
if (pq->compare(h[n].data, h[p].data) >= 0)
crypto/openssl/ssl/priority_queue.c
179
if (pq->compare(h[p].data, h[p + 1].data) > 0)
crypto/openssl/ssl/priority_queue.c
182
while (pq->htop > p && pq->compare(h[p].data, h[n].data) < 0) {
crypto/openssl/ssl/priority_queue.c
189
if (pq->compare(h[p].data, h[p + 1].data) > 0)
crypto/openssl/ssl/priority_queue.c
326
OSSL_PQUEUE *ossl_pqueue_new(int (*compare)(const void *, const void *))
crypto/openssl/ssl/priority_queue.c
330
if (compare == NULL)
crypto/openssl/ssl/priority_queue.c
336
pq->compare = compare;
crypto/openssl/ssl/priority_queue.c
52
int (*compare)(const void *, const void *);
crypto/openssl/ssl/quic/quic_cfq.c
257
list_insert_sorted(&cfq->new_list, item, compare);
crypto/openssl/ssl/quic/quic_cfq.c
294
list_insert_sorted(&cfq->new_list, ex, compare);
crypto/openssl/ssl/quic/quic_cfq.c
301
list_insert_sorted(&cfq->new_list, ex, compare);
crypto/openssl/ssl/quic/quic_txpim.c
212
qsort(ex->chunks, ex->num_chunks, sizeof(QUIC_TXPIM_CHUNK), compare);
include/db.h
119
int (*compare) /* comparison function */
lib/clang/liblldb/LLDBWrapLua.cpp
591
int compare = strcmp(name, iname);
lib/clang/liblldb/LLDBWrapLua.cpp
592
if (compare == 0) {
lib/clang/liblldb/LLDBWrapLua.cpp
594
} else if (compare < 0) {
lib/clang/liblldb/LLDBWrapLua.cpp
600
} else if (compare > 0) {
lib/libc/db/btree/bt_open.c
133
if (b.compare == NULL) {
lib/libc/db/btree/bt_open.c
134
b.compare = __bt_defcmp;
lib/libc/db/btree/bt_open.c
142
b.compare = __bt_defcmp;
lib/libc/db/btree/bt_open.c
161
t->bt_cmp = b.compare;
lib/libc/db/recno/rec_open.c
76
btopeninfo.compare = NULL;
lib/libc/db/test/btree.tests/main.c
128
b.compare = NULL;
lib/libc/db/test/dbtest.c
238
compare(&keydata, &data);
lib/libc/db/test/dbtest.c
48
void compare(DBT *, DBT *);
lib/libc/gen/glob-compat11.c
116
static int compare(const void *, const void *);
lib/libc/gen/glob-compat11.c
579
pglob->gl_pathc - oldpathc, sizeof(char *), compare);
lib/libc/gen/glob.c
151
static int compare(const void *, const void *);
lib/libc/gen/glob.c
642
pglob->gl_pathc - oldpathc, sizeof(char *), compare);
lib/libc/posix1e/acl_support.c
137
sizeof(struct acl_entry), (compare) _posix1e_acl_entry_compare);
lib/libc/posix1e/acl_support.c
88
typedef int (*compare)(const void *, const void *);
libexec/bootpd/hash.c
176
hash_Exists(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare,
libexec/bootpd/hash.c
183
if ((*compare) (key, memberptr->data)) {
libexec/bootpd/hash.c
204
hash_Insert(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare,
libexec/bootpd/hash.c
210
if (hash_Exists(hashtable, hashcode, compare, key)) {
libexec/bootpd/hash.c
232
hash_Delete(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare,
libexec/bootpd/hash.c
248
while (memberptr && (*compare) (key, memberptr->data)) {
libexec/bootpd/hash.c
267
if ((*compare) (key, memberptr->data)) {
libexec/bootpd/hash.c
294
hash_Lookup(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare,
libexec/bootpd/hash.c
301
if ((*compare) (key, memberptr->data)) {
sbin/ifconfig/ifconfig.c
368
int (*compare)(struct ifaddrs *, struct ifaddrs *, struct ifa_queue *),
sbin/ifconfig/ifconfig.c
391
list = sortifaddrs(list, compare, q);
sbin/ifconfig/ifconfig.c
392
right = sortifaddrs(right, compare, q);
sbin/ifconfig/ifconfig.c
402
} else if (compare(list, right, q) <= 0) {
sbin/ipf/common/ipf_y.y
108
%type <num> opt compare range opttype flagset optlist ipv6hdrlist ipv6hdr
sbin/ipf/common/ipf_y.y
1242
portc: port compare { $$ = $2;
sbin/ipf/common/ipf_y.y
1679
compare:
sbin/ipf/ipnat/ipnat_y.y
1048
compare portspec { $$.pc = $1; $$.p1 = $2; $$.p2 = 0; }
sbin/ipf/ipnat/ipnat_y.y
115
%type <num> hexnumber compare range proto
sbin/ipf/ipnat/ipnat_y.y
1191
compare:
sbin/nvmecontrol/identify_ext.c
246
compare ? "Supported" : "Not Supported");
sbin/nvmecontrol/identify_ext.c
50
uint8_t compare, write_unc, dsm, t;
sbin/nvmecontrol/identify_ext.c
59
compare = NVMEV(NVME_CTRLR_DATA_ONCS_COMPARE, oncs);
stand/usb/tools/sysinit.c
246
qsort(start, entries, sizeof(void *), &compare);
sys/dev/bhnd/bhnd_subr.c
499
int (*compare)(const void *, const void *);
sys/dev/bhnd/bhnd_subr.c
503
compare = compare_ascending_probe_order;
sys/dev/bhnd/bhnd_subr.c
506
compare = compare_descending_probe_order;
sys/dev/bhnd/bhnd_subr.c
513
qsort(devlist, devcount, sizeof(*devlist), compare);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2752
aseg->compare = cpu_to_be64(wr->compare_add);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2755
aseg->compare = cpu_to_be64(wr->compare_add_mask);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2758
aseg->compare = 0;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2768
aseg->compare = cpu_to_be64(wr->compare_add);
sys/dev/mlx4/qp.h
430
__be64 compare;
sys/dev/mlx4/qp.h
435
__be64 compare;
sys/dev/mlx5/qp.h
266
__be64 compare;
sys/dev/mlx5/qp.h
306
__be64 compare;
sys/dev/mthca/mthca_qp.c
1582
aseg->compare = cpu_to_be64(wr->compare_add);
sys/dev/mthca/mthca_qp.c
1585
aseg->compare = 0;
sys/dev/mthca/mthca_wqe.h
98
__be64 compare;
sys/fs/nfs/nfs_commonsubs.c
1346
struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp,
sys/fs/nfs/nfs_commonsubs.c
1374
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1383
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1458
if (compare || nap == NULL)
sys/fs/nfs/nfs_commonsubs.c
1466
if (compare && !(*retcmpp)) {
sys/fs/nfs/nfs_commonsubs.c
1504
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1521
if (compare && !(*retcmpp)) {
sys/fs/nfs/nfs_commonsubs.c
1530
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1542
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1554
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1574
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1594
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1619
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1635
if (compare && !(*retcmpp)) {
sys/fs/nfs/nfs_commonsubs.c
1643
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1654
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1663
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1701
if (compare && !(*retcmpp)) {
sys/fs/nfs/nfs_commonsubs.c
1714
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1728
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1748
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1768
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1781
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1797
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1815
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1826
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1837
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1848
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1862
if (compare && !(*retcmpp)) {
sys/fs/nfs/nfs_commonsubs.c
1880
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1894
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1916
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1929
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1941
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1967
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
1982
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2001
if (compare && !(*retcmpp))
sys/fs/nfs/nfs_commonsubs.c
2006
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2018
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2031
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2059
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2093
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2132
if (compare && !(*retcmpp)) {
sys/fs/nfs/nfs_commonsubs.c
2161
if (compare && !(*retcmpp)) {
sys/fs/nfs/nfs_commonsubs.c
2187
if (compare && !(*retcmpp)) {
sys/fs/nfs/nfs_commonsubs.c
2197
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2209
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2225
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2237
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2250
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2262
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2277
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2295
if (compare && !(*retcmpp))
sys/fs/nfs/nfs_commonsubs.c
2300
if (compare && !(*retcmpp))
sys/fs/nfs/nfs_commonsubs.c
2307
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2320
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2339
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2352
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2370
if (compare && !(*retcmpp))
sys/fs/nfs/nfs_commonsubs.c
2376
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2393
if (compare && !(*retcmpp)) {
sys/fs/nfs/nfs_commonsubs.c
2423
if (i == 1 && compare && !(*retcmpp) &&
sys/fs/nfs/nfs_commonsubs.c
2432
if (compare && !(*retcmpp) && i > 0)
sys/fs/nfs/nfs_commonsubs.c
2435
if (compare && !(*retcmpp) && i != 1)
sys/fs/nfs/nfs_commonsubs.c
2444
if (compare && !(*retcmpp) && i != nfs_srvmaxio)
sys/fs/nfs/nfs_commonsubs.c
2449
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2466
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2483
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2497
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2507
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2544
if (compare) {
sys/fs/nfs/nfs_commonsubs.c
2583
if (compare && !(*retcmpp))
sys/netpfil/ipfilter/netinet/ipf_rb.h
24
int (* compare)(struct _t *, struct _t *); \
tests/sys/fs/fusefs/io.cc
305
compare((void*)((char*)p + pg_offset), control_buf, offs, size);
tests/sys/fs/fusefs/io.cc
327
compare(test_buf, control_buf, offs, size);
tests/sys/net/bpf/pcap-test.c
244
{ .cmd = "compare", .func = compare,.argc = 2 },
tests/sys/sys/arb_test.c
45
compare(const struct node *a, const struct node *b)
tests/sys/sys/arb_test.c
52
ARB_PROTOTYPE(tree, node, next, compare);
tests/sys/sys/arb_test.c
54
ARB_GENERATE(tree, node, next, compare);
tests/sys/sys/rb_test.c
44
compare(struct node *a, struct node *b)
tests/sys/sys/rb_test.c
51
RB_PROTOTYPE(tree, node, node, compare);
tests/sys/sys/rb_test.c
53
RB_GENERATE(tree, node, node, compare);
tests/sys/sys/splay_test.c
43
compare(struct node *a, struct node *b)
tests/sys/sys/splay_test.c
50
SPLAY_PROTOTYPE(tree, node, node, compare);
tests/sys/sys/splay_test.c
52
SPLAY_GENERATE(tree, node, node, compare);
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
382
qsort(&table[i][0], n, sizeof(PTW_tableentry), &compare);
usr.bin/look/look.c
252
if (compare(string, p, back) == GREATER)
usr.bin/look/look.c
277
switch (compare(string, front, back)) {
usr.bin/look/look.c
296
for (; front < back && compare(string, front, back) == EQUAL; ++front) {
usr.bin/look/look.c
72
static int compare(wchar_t *, unsigned char *, unsigned char *);
usr.bin/top/machine.c
829
compare_fn *compare;
usr.bin/top/machine.c
831
compare = sort_info->si_compare;
usr.bin/top/machine.c
965
if (compare != NULL)
usr.bin/top/machine.c
966
qsort(pref, active_procs, sizeof(*pref), compare);
usr.bin/units/units.c
436
qsort(theunit->numerator, count, sizeof(char *), compare);
usr.bin/units/units.c
438
qsort(theunit->denominator, count, sizeof(char *), compare);
usr.bin/units/units.c
81
static int compare(const void *item1, const void *item2);
usr.bin/xinstall/xinstall.c
141
static int compare(int, const char *, size_t, int, const char *, size_t,
usr.bin/xinstall/xinstall.c
859
files_match = !(compare(from_fd, from_name,
usr.bin/xinstall/xinstall.c
916
if (compare(temp_fd, tempfile, (size_t)temp_sb.st_size, to_fd,
usr.sbin/efibootmgr/efibootmgr.c
581
qsort(vals, cnt, sizeof(uint16_t), compare);
usr.sbin/kldxref/kldxref.c
751
compare(const FTSENT *const *a, const FTSENT *const *b)
usr.sbin/kldxref/kldxref.c
807
ftsp = fts_open(argv, fts_options, compare);
usr.sbin/makefs/cd9660.c
1207
compare = cd9660_compare_filename(iter->isoDirRecord->name,
usr.sbin/makefs/cd9660.c
1209
if (compare == 0) {
usr.sbin/makefs/cd9660.c
939
int compare;
usr.sbin/makefs/cd9660.c
960
compare = cd9660_compare_filename(cn_new->isoDirRecord->name,
usr.sbin/makefs/cd9660.c
963
if (compare == 0)
usr.sbin/makefs/cd9660.c
964
compare = cd9660_compare_filename(cn_new->node->name,
usr.sbin/makefs/cd9660.c
967
if (compare < 0)
usr.sbin/sa/pdb.c
179
bti.compare = sa_cmp;
usr.sbin/sa/usrdb.c
104
bti.compare = uid_compare;
usr.sbin/sa/usrdb.c
173
bti.compare = uid_compare;