Searched defs:compare (Results 1 - 25 of 63) sorted by relevance

123

/illumos-gate/usr/src/test/util-tests/tests/printf/
H A Dprintf_test.ksh39 compare() { function
41 test_fail $1 "compare mismatch, got [$2] expected [$3]"
209 compare $t "$comp" "$good"
/illumos-gate/usr/src/tools/scripts/
H A Dinterface_cmp.pl447 ## compare()
452 sub compare { subroutine
535 # numbered <PREFIX>x.y[.z] format, we can compare the
682 compare();
H A Dvalidate_pkg.py183 # system, we don't compare paths here. We only expect this comparison
221 # file and N-1 hardlinks, we have to compare files to hardlinks.
381 # compare them anywhere, this should allow at least marginally
405 def compare(self, other): member in class:DirectoryTree
887 trees[0].compare(trees[1])
/illumos-gate/usr/src/head/
H A Dmacros.h49 #define compare(str1, str2) strcmp((str1), (str2)) macro
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DBSTItem.java59 public int compare(BSTItem otherItem, boolean exact) { method in class:BSTItem
61 return compare(otherItem.key, exact);
65 public int compare(BSTItem otherItem) { method in class:BSTItem
66 return compare(otherItem, true);
69 public int compare(String otherKey) { method in class:BSTItem
70 return compare(otherKey, true);
74 public int compare(String otherKey, boolean exact) { method in class:BSTItem
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dutil.c164 compare(const void *p, const void *q) function
175 sizeof (char *), compare);
/illumos-gate/usr/src/lib/libfru/libgenutil/
H A DStr.cc141 Str::compare(const Str& rhs) const function in class:Str
/illumos-gate/usr/src/test/util-tests/tests/xargs/
H A Dxargs_test.ksh39 compare() { function
41 test_fail $1 "compare mismatch, got [$2] expected [$3]"
51 compare $t "$comp" "$good"
64 compare $t "$comp" "$good"
77 compare $t "$comp" "$good"
87 compare $t "$comp" "$good"
99 compare $t "$comp" "$good"
109 compare $t "$comp" "$good"
119 compare $t "$comp" "$good"
131 compare
[all...]
/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashlib.h46 Hash_compare_f compare; /* name comparision routine */ member in struct:__anon2616
/illumos-gate/usr/src/cmd/look/
H A Dlook.c32 int compare(char *, char *);
99 switch(compare(key,word)) {
119 switch(compare(key,word)) {
134 switch(compare(key,word)) {
146 compare(char *s, char *t) function
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DTuple.java312 * @see Tuple#compare(Tuple t1, Tuple t2, int pos)
321 cmp = Tuple.compare(this, t, i);
345 compare(Tuple t1, Tuple t2, int pos) method in class:Tuple
/illumos-gate/usr/src/lib/libpp/common/
H A Dppexpr.c109 compare(char* pred, char* args, int match) function
237 return compare(pred, args, index == X_MATCH);
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h86 int (*compare)(const DST_KEY *key1, const DST_KEY *key2); member in struct:dst_func
/illumos-gate/usr/src/lib/libcmd/common/
H A Duniq.c62 "[w:check-chars]#[chars?\achars\a is the number of characters to compare "
85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare) argument
149 if(reclen==oreclen && (!reclen || !(*compare)(cp,orecp,reclen)))
254 Compare_f compare = (Compare_f)memcmp; local
282 compare = (Compare_f)strncasecmp;
331 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c373 compare(const void *p, const void *q) function
383 sizeof (char *), compare);
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_s1394if.c79 uint_t offset, uint32_t compare, uint32_t swap, uint32_t *old);
1150 uint32_t compare, uint32_t swap, uint32_t *old)
1211 OHCI_CSR_SEL_BUS_MGR_ID, compare, swap, old);
1216 OHCI_CSR_SEL_BANDWIDTH_AVAIL, compare, swap, old);
1221 OHCI_CSR_SEL_CHANS_AVAIL_HI, compare, swap, old);
1226 OHCI_CSR_SEL_CHANS_AVAIL_LO, compare, swap, old);
1149 hci1394_s1394if_csr_cswap32(void *hal_private, uint_t generation, uint_t offset, uint32_t compare, uint32_t swap, uint32_t *old) argument
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c198 * int compare(a, b)
205 compare(const void *a, const void *b) function
267 qsort((void *)offsets, off_idx, sizeof (int), compare);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Denv.c61 static int compare(Dt_t *dt, Void_t* key1, Void_t* key2, Dtdisc_t* disc) function
81 compare
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c81 compare(const void *lp, const void *rp) function
118 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), compare);
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c384 * compare either by name or by value for sorting.
389 compare(const void *arg1, const void *arg2) function
615 qsort(l_nl, (size_t)l_nname, sizeof (nltype), compare); local
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat_y.y107 %type <num> hexnumber compare range proto
646 compare portspec { $$.pc = $1; $$.p1 = $2; }
760 compare: label
/illumos-gate/usr/src/cmd/lms/tools/
H A DATNetworkTool.h207 int compare(const ATAddress &y) const function in class:ATAddress
240 return (this->compare(y) < 0);
248 return (this->compare(y) > 0);
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c318 uint32_t compare; local
359 /* Send compare-swap to CHANNELS_AVAILABLE */
376 compare = old_value;
381 offset, compare, swap, &old_value);
402 if (old_value == compare) {
524 uint32_t compare; local
565 /* Send compare-swap to CHANNELS_AVAILABLE */
582 compare = old_value;
587 offset, compare, swap, &old_value);
598 if (old_value == compare) {
708 uint32_t compare; local
930 uint32_t compare; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/usb/tools/
H A Dsysinit.c124 compare(const void *_pa, const void *_pb) function
247 qsort(start, entries, sizeof(void *), &compare);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Ddb.h125 int (*compare) /* comparison function */ member in struct:__anon2515

Completed in 131 milliseconds

123