Searched refs:compare (Results 101 - 125 of 1052) sorted by relevance

1234567891011>>

/netbsd-current/usr.sbin/mtree/
H A DMakefile10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c specspec.c \
/netbsd-current/usr.bin/comm/
H A Dcomm.c73 int (*compare)(const char*,const char*);
79 compare = strcoll;
92 compare = strcasecmp;
137 if (!(comp = compare(line1, line2))) {
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Dheap.h52 isc_heap_create(isc_heapcompare_t compare,
62 *\li "compare" is a function which takes two void * arguments and
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp31 return LHS->first->getName().compare(RHS->first->getName());
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_Adouble.d38 override int compare(in void* p1, in void* p2) const
40 return Array!F.compare(*cast(F[]*)p1, *cast(F[]*)p2);
H A Dti_Afloat.d38 override int compare(in void* p1, in void* p2) const
40 return Array!F.compare(*cast(F[]*)p1, *cast(F[]*)p2);
H A Dti_Areal.d38 override int compare(in void* p1, in void* p2) const
40 return Array!F.compare(*cast(F[]*)p1, *cast(F[]*)p2);
H A Dti_double.d40 override int compare(in void* p1, in void* p2) const @trusted
42 return Floating!F.compare(*cast(F*)p1, *cast(F*)p2);
H A Dti_float.d40 override int compare(in void* p1, in void* p2) const @trusted
42 return Floating!F.compare(*cast(F*)p1, *cast(F*)p2);
H A Dti_real.d40 override int compare(in void* p1, in void* p2) const @trusted
42 return Floating!F.compare(*cast(F*)p1, *cast(F*)p2);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sock/
H A DMakefile.in21 delete.c modify.c modrdn.c compare.c result.c extended.c
23 delete.lo modify.lo modrdn.lo compare.lo result.lo extended.lo
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A DMakefile.in22 SRCS = init.c config.c search.c message_queue.c bind.c add.c compare.c \
25 OBJS = init.lo config.lo search.lo message_queue.lo bind.lo add.lo compare.lo \
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A DMakefile.in16 SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
19 OBJS = init.lo config.lo search.lo bind.lo unbind.lo add.lo compare.lo \
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-perl/
H A DMakefile.in17 SRCS = init.c search.c close.c config.c bind.c compare.c \
19 OBJS = init.lo search.lo close.lo config.lo bind.lo compare.lo \
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A DMakefile.in21 add.cpp bind.cpp compare.cpp delete.cpp modify.cpp modrdn.cpp search.cpp
24 add.lo bind.lo compare.lo delete.lo modify.lo modrdn.lo search.lo
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/
H A DMakefile.in16 SRCS = init.c config.c search.c bind.c compare.c operational.c \
19 OBJS = init.lo config.lo search.lo bind.lo compare.lo operational.lo \
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-meta/
H A DMakefile.in16 SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
19 OBJS = init.lo config.lo search.lo bind.lo unbind.lo add.lo compare.lo \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dperftest.exp91 if { [string compare $GDB_PERFTEST_MODE "run"] != 0 } {
99 if { [string compare $GDB_PERFTEST_MODE "compile"] == 0} {
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbcache.h172 virtual int compare (const void *left, const void *right, int length);
199 /* Number of times that the half-hash compare hit (compare the upper
201 length/data compare missed. */
/netbsd-current/sbin/newfs_ext2fs/
H A DMakefile4 CWARNFLAGS+= -Wno-sign-compare
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dheap.h53 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare,
65 *\li "compare" is a function which takes two void * arguments and
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dheap.h52 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare,
64 *\li "compare" is a function which takes two void * arguments and
/netbsd-current/usr.sbin/bootp/common/
H A Dhash.c185 hash_Exists(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare,
192 if ((*compare) (key, memberptr->data)) {
205 * to determine the bucket number, and "compare" and "key" to determine
214 hash_Insert(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare,
220 if (hash_Exists(hashtable, hashcode, compare, key)) {
243 hash_Delete(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare,
259 while (memberptr && (*compare) (key, memberptr->data)) {
278 if ((*compare) (key, memberptr->data)) {
306 hash_Lookup(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare,
313 if ((*compare) (ke
181 hash_Exists(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare, hash_datum *key) argument
209 hash_Insert(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare, hash_datum *key, hash_datum *element) argument
237 hash_Delete(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare, hash_datum *key, hash_freefp free_data) argument
299 hash_Lookup(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare, hash_datum *key) argument
[all...]
/netbsd-current/external/bsd/libuuid_ul/lib/libuuid_ul/
H A Dsrcs.mk6 compare.c \
/netbsd-current/external/gpl3/binutils/dist/config/
H A Dbootstrap-lto-noplugin.mk9 do-compare = /bin/true

Completed in 197 milliseconds

1234567891011>>