/osnet-11/usr/src/grub/grub2/include/grub/util/ |
H A D | version.h | 24 * its comparing function. compare() is expected to return 0 if the two 26 * than the second and less than 0 otherwise. (basically, compare behaves 32 int (*compare)(const char *, const char *); member in struct:grub_util_version_info
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
H A D | just_plain_nasty.t | 51 '<=>' => \&compare, 55 sub compare { return int(rand(3))-1 }; subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Compare.pm | 13 @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 127 compare($from, $to, $cmp); 142 if (compare("file1","file2") == 0) { 148 The File::Compare::compare function compares the contents of two 152 File::Compare::cmp is a synonym for File::Compare::compare. It is 169 File::Compare::compare an [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | sort.t | 304 sub compare { $a cmp $b } subroutine 305 sub reenter { my @force = sort compare qw/a b/ }
|
H A D | tiehandle.t | 15 sub compare { subroutine 31 ::compare(TIEHANDLE => @_); 37 ::compare(PRINT => @_); 42 ::compare(PRINTF => @_); 47 ::compare(READLINE => @_); 52 ::compare(GETC => @_); 57 ::compare(READ => @_); 63 ::compare(WRITE => @_); 69 ::compare(CLOSE => @_); 102 compare( [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
H A D | Cookie.pm | 22 use overload '""' => \&as_string, 'cmp' => \&compare, 'fallback' => 1; 165 sub compare { subroutine
|
/osnet-11/usr/src/lib/libfru/libgenutil/ |
H A D | Str.cc | 141 Str::compare(const Str& rhs) const function in class:Str
|
/osnet-11/usr/src/lib/libast/common/hash/ |
H A D | hashlib.h | 46 Hash_compare_f compare; /* name comparision routine */ member in struct:__anon1135
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppexpr.c | 109 compare(char* pred, char* args, int match) function 237 return compare(pred, args, index == X_MATCH);
|
/osnet-11/usr/src/lib/libresolv2/common/dst/ |
H A D | dst_internal.h | 86 int (*compare)(const DST_KEY *key1, const DST_KEY *key2); member in struct:dst_func
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | uniq.c | 62 "[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 284 compare = (Compare_f)strncasecmp; 335 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare);
|
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Tuple.java | 312 * @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
|
H A D | ProbeData.java | 437 compare(ProbeData d1, ProbeData d2) method in class:ProbeData.Cmp 439 return ProbeData.compare(d1, d2, sortFields); 563 cmp = v1.compareTo(v2); // compare signed values 623 compare(ProbeData d1, ProbeData d2, KeyField[] comparedFields) method in class:ProbeData 755 return DEFAULT_CMP.compare(this, d);
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | env.c | 61 static int compare(Dt_t *dt, Void_t* key1, Void_t* key2, Dtdisc_t* disc) function 81 compare
|
/osnet-11/usr/src/lib/pam_modules/authtok_check/ |
H A D | packer.c | 195 * int compare(a, b) 202 compare(const void *a, const void *b) function 264 qsort((void *)offsets, off_idx, sizeof (int), compare);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | db.h | 125 int (*compare) /* comparison function */ member in struct:__anon1013
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | hsearch.c | 388 compare(a, b) function 395 int (* hcompar)() = compare;
|
/osnet-11/usr/src/lib/libdscfg/common/ |
H A D | cfg_vols.c | 80 static int compare(const void *, const void *); 660 qsort(devlist, devcount, sizeof (device_t), compare); 905 qsort(devlist, devcount, sizeof (device_t), compare); 1225 compare(const void *va, const void *vb) function 1256 result = bsearch(&key, devlist, devcount, sizeof (device_t), compare);
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_fmri.c | 653 uint32_t compare; local 686 (void) nvlist_lookup_uint32(out, TOPO_METH_COMPARE_RET, &compare); 690 return (compare); 817 if (strcmp(bufa, bufb) != 0) /* compare schemes */
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 905 uu_compare_fn_t *compare = NULL; local 941 compare = compare_mountpoints; 949 compare, 0);
|
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/ |
H A D | bootconfig.py | 890 def compare (self, other, cmp_default=True): member in class:BootInstance
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_map.c | 1618 int compare; local 1629 compare = strcasecmp("nisObject", name); 1635 if (compare == 0) {
|
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool_commit.c | 597 * comparing using the compare function for the configuration 602 int compare; local 609 compare = 0; 611 compare = pool_elem_compare_name(stc_elems[i], 613 if (compare < 0) { 616 } else if (compare > 0) { 619 } else { /* compare == 0 */
|
/osnet-11/usr/src/grub/grub2/grub-core/video/ |
H A D | sm712.c | 180 grub_uint8_t compare; member in struct:__anon695 321 grub_sm712_write_dda_lookup (int idx, grub_uint8_t compare, grub_uint16_t dda, argument 324 grub_sm712_cr_write (((compare << SM712_DDA_REG3_COMPARE_SHIFT) 659 grub_sm712_write_dda_lookup (i, dda_lookups[i].compare, dda_lookups[i].dda,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_sort.c | 120 /* RTHRESH is the number of elements in a run that must compare low 135 ** PTHRESH adjacent pairs compare in the same way, suggesting overall order. 139 ** b and b+1 are a pair that compare with sense ``sense''. 382 ** then head 1. Then compare the new heads, and repeat, 564 does about 20% fewer calls to compare than does the qsort in the Visual 645 and 'compare' is the pointer to the compare routine. 655 ((*compare)(aTHX_ array[elt1], array[elt2])) 702 int (*compare)(const void * elt1, const void * elt2), 722 doqsort_all_asserts(array, num_elts, elt_size, compare, \ 736 S_qsortsvu(pTHX_ SV ** array, size_t num_elts, SVCOMPARE_t compare) argument [all...] |