/illumos-gate/usr/src/test/util-tests/tests/date/ |
H A D | date_test.ksh | 35 compare() function 65 compare 0 "Thu Jan 1 00:00:00 UTC 1970" UTC 66 compare 0 "Wed Dec 31 16:00:00 PST 1969" US/Pacific 67 compare 0 "Thu Jan 1 09:00:00 JST 1970" Japan 68 compare 1234567890 "Fri Feb 13 23:31:30 UTC 2009" UTC 69 compare -1234567890 "Tue Nov 18 00:28:30 UTC 1930" UTC 70 compare 2147483647 "Tue Jan 19 03:14:07 UTC 2038" UTC 71 compare -2147483647 "Fri Dec 13 20:45:53 UTC 1901" UTC 72 compare 558028800 "Mon Sep 7 16:00:00 UTC 1987" UTC 73 compare 0x2142d800 "Mon Sep 7 16:00:00 UTC 1987" UTC [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/xargs/ |
H A D | xargs_test.ksh | 40 compare() { function 52 compare $t "$comp" "$good" 65 compare $t "$comp" "$good" 78 compare $t "$comp" "$good" 88 compare $t "$comp" "$good" 100 compare $t "$comp" "$good" 110 compare $t "$comp" "$good" 120 compare $t "$comp" "$good" 132 compare $t "$comp" "$good" 143 compare $t "$comp" "$good" [all …]
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | BSTItem.java | 59 public int compare(BSTItem otherItem, boolean exact) { in compare() method in BSTItem 61 return compare(otherItem.key, exact); in compare() 65 public int compare(BSTItem otherItem) { in compare() method in BSTItem 66 return compare(otherItem, true); in compare() 69 public int compare(String otherKey) { in compare() method in BSTItem 70 return compare(otherKey, true); in compare() 74 public int compare(String otherKey, boolean exact) { in compare() method in BSTItem
|
H A D | BST.java | 70 int comp = data.compare(theItem); in insert() 108 int comp = data.compare(newKey, exactMatch); in find_tree() 131 int comp = data.compare(newKey, exactMatch); in find() 169 if (data.compare(key, false) < 0) in traverse_find() 187 c = data.compare(key, false); in traverse_find_vector()
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/ |
H A D | memcmp.s | 64 ! for small counts byte compare immediately 69 ! Count > 48. We will byte compare (8 + num of bytes to dbl align) 82 1: ldub [%o1], %o5 ! byte compare loop 93 ! Check to see if there are more bytes to compare 98 retl ! strings compare equal 145 5: ldub [%o0 + %o1], %o5 ! byte compare loop 157 sub %g0, %g0, %o0 ! strings compare equal
|
/illumos-gate/usr/src/cmd/look/ |
H A D | look.c | 30 int compare(char *, char *); 97 switch(compare(key,word)) { in main() 117 switch(compare(key,word)) { in main() 132 switch(compare(key,word)) { in main() 144 compare(char *s, char *t) in compare() function
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memcmp.s | 60 ! for small counts byte compare immediately 65 ! Count > 48. We will byte compare (8 + num of bytes to dbl align) 76 1: ldub [%o1], %o5 ! byte compare loop 87 ! Check to see if there are more bytes to compare 92 retl ! strings compare equal 141 5: ldub [%o0 + %o1], %o5 ! byte compare loop 153 sub %g0, %g0, %o0 ! strings compare equal
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_ioport.c | 185 const ioport_entry_t *compare = &old_ents[i]; in vm_inout_attach() local 186 if (compare->iope_port == port) { in vm_inout_attach() 188 } else if (compare->iope_port < port) { in vm_inout_attach() 223 const ioport_entry_t *compare = &old_ents[i]; in vm_inout_detach() local 224 if (compare->iope_port != port) { in vm_inout_detach() 228 if ((compare->iope_flags & IOPF_FIXED) != 0) { in vm_inout_detach() 236 if (drv_hook && (compare->iope_flags & IOPF_DRV_HOOK) == 0) { in vm_inout_detach() 239 (compare->iope_flags & IOPF_DRV_HOOK) != 0) { in vm_inout_detach()
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | ifbrack.fr | 8 2dup s" [if]" compare-insensitive 0= 12 2dup s" [else]" compare-insensitive 0= 16 2dup s" [then]" compare-insensitive 0= >r 17 2dup s" [endif]" compare-insensitive 0= r>
|
H A D | ficllocal.fr | 12 : ?-- s" --" compare 0= ; 13 : ?}} s" }}" compare 0= ;
|
H A D | wordsets.fr | 16 \ compare is implemented in ficl core. 28 c-addr2 u2 compare
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | IR.rst | 176 Floating-point compare ordered equal 179 Floating-point compare ordered not-equal 182 Floating-point compare ordered less-than-or-equal 185 Floating-point compare ordered greater-or-equal 188 Floating-point compare ordered less-than 191 Floating-point compare ordered greater-than 195 Floating-point compare unordered equal 198 Floating-point compare unordered not-equal 204 Floating-point compare unordered greater-or-equal 207 Floating-point compare unordered less-than [all …]
|
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | s1394_isoch.c | 318 uint32_t compare; in s1394_channel_alloc() local 376 compare = old_value; in s1394_channel_alloc() 402 if (old_value == compare) { in s1394_channel_alloc() 524 uint32_t compare; in s1394_channel_free() local 582 compare = old_value; in s1394_channel_free() 598 if (old_value == compare) { in s1394_channel_free() 708 uint32_t compare; in s1394_bandwidth_alloc() local 764 compare = old_value; in s1394_bandwidth_alloc() 791 if (old_value == compare) { in s1394_bandwidth_alloc() 930 uint32_t compare; in s1394_bandwidth_free() local [all …]
|
/illumos-gate/usr/src/boot/forth/ |
H A D | beadm.4th | 124 2dup value_buffer strget compare 209 2dup s" chain" compare 0= if 278 s" list" compare-insensitive 0= if ( list ) 297 over 2 s" fd" compare 0= >R 298 over 2 s" cd" compare 0= R> or >R 299 over 3 s" net" compare 0= R> or >R 300 over 4 s" disk" compare 0= R> or 346 4 s" zfs:" compare 0= if 358 s" title" name_buffer strget compare 440 name_buffer strget s" chain" compare [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | uniq.c | 85 …io_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare) in uniq() argument 149 if(reclen==oreclen && (!reclen || !(*compare)(cp,orecp,reclen))) in uniq() 254 Compare_f compare = (Compare_f)memcmp; in b_uniq() local 284 compare = (Compare_f)strncasecmp; in b_uniq() 335 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare); in b_uniq()
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | memcmp.s | 102 1: ldub [%o0 + %o1], %o5 ! byte compare loop 106 deccc %o2 ! delay slot, compare count (len) 111 retl ! strings compare equal 147 bz .w4cmp ! if s2 word aligned, compare words 230 b .bytcmp ! compare remaining bytes, if any
|
H A D | strcmp.s | 56 ! align s2, this also happens and then the compare begins. Otherwise, 57 ! a different compare for non-aligned strings is used.
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | memcmp.s | 101 1: ldub [%o0 + %o1], %o5 ! byte compare loop 105 deccc %o2 ! delay slot, compare count (len) 110 retl ! strings compare equal 144 bz,pn %icc, .w4cmp ! if s2 word aligned, compare words 226 b .bytcmp ! compare remaining bytes, if any
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | deflt.c | 223 int (*compare)(const char *, const char *, size_t); in defread_r() local 231 compare = TSTBITS(thr_data->Dcflags, DC_CASE) ? strncmp : strncasecmp; in defread_r() 245 if ((*compare)(cp, buf_tmp, patlen) == 0) { in defread_r()
|
/illumos-gate/usr/src/cmd/bart/ |
H A D | Makefile | 28 SRCS= rules.c create.c compare.c main.c lutbl.c 29 OBJS= rules.o create.o compare.o main.o lutbl.o
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_open.c | 141 if (b.compare == NULL) { 142 b.compare = __bt_defcmp; 150 b.compare = __bt_defcmp; 170 t->bt_cmp = b.compare;
|
/illumos-gate/usr/src/lib/print/libpapi-common/common/ |
H A D | list.c | 132 list_locate(void **list, int (*compare)(void *, void *), void *element) in list_locate() 138 if ((compare)(list[current], element) == 0) in list_locate()
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | util.c | 164 compare(const void *p, const void *q) in compare() function 175 sizeof (char *), compare); in sort_stringtable()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | gfs.c | 798 gfs_dir_lookup_static(int (*compare)(const char *, const char *), in gfs_dir_lookup_static() 814 if (compare(ge->gfse_name, nm) == 0) { in gfs_dir_lookup_static() 897 int (*compare)(const char *, const char *); in gfs_dir_lookup() local 908 compare = strcasecmp; in gfs_dir_lookup() 910 compare = strcmp; in gfs_dir_lookup() 914 error = gfs_dir_lookup_static(compare, dp, nm, dvp, &idx, &vp, realpnp); in gfs_dir_lookup()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | compare.sh | 20 }' 0 1 compare.in
|