Searched refs:memcmp (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Daddr_comp.c44 if (memcmp((char *)addr1->contents, (char *)addr2->contents,
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemcmp.s26 .file "memcmp.s"
29 / memcmp(s1, s2, n)
37 / memcmp(const void *s1, const void *s2, size_t n)
57 ANSI_PRAGMA_WEAK(memcmp,function)
61 ENTRY(memcmp) function
105 SET_SIZE(memcmp)
/osnet-11/usr/src/lib/libc/inc/
H A Dlint.h57 * memcmp()
76 #pragma redefine_extname memcmp _memcmp
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtgetflag.c59 if (memcmp(*p, cap, 2) == 0) {
H A Dtgetnum.c59 if (memcmp(*p, cap, 2) == 0) {
H A Dtgetstr.c66 if (memcmp(*p, cap, 2) == 0) {
/osnet-11/usr/src/lib/libast/common/string/
H A Dswapop.c52 if (!memcmp(internal, swapmem(op, external, tmp, z), z))
/osnet-11/usr/src/lib/libidmap/common/
H A Dsized_array.c90 assert(memcmp(sa->cookie, COOKIE, sizeof (sa->cookie)) == 0);
104 assert(memcmp(sa->cookie, COOKIE, sizeof (sa->cookie)) == 0);
118 assert(memcmp(sa->cookie, COOKIE, sizeof (sa->cookie)) == 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dsdbm.h243 # ifndef memcmp
244 extern int memcmp proto((char*, char*, int));
248 # pragma function(memcmp)
251 # ifndef memcmp
254 # define memcmp my_memcmp macro
256 # define memcmp Perl_my_memcmp macro
259 extern int memcmp proto((char*, char*, int));
266 # define bcmp(s1,s2,l) memcmp(s1,s2,l)
271 # define memNE(s1,s2,l) (memcmp(s1,s2,l))
272 # define memEQ(s1,s2,l) (!memcmp(s
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dbitncmp.c50 x = memcmp(l, r, b);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmemmem.c62 if (cur[0] == cs[0] && memcmp(cur, cs, s_len) == 0)
/osnet-11/usr/src/lib/libc/capabilities/sun4u/
H A DMakefile.com31 OBJECTS = memcpy.o memset.o memcmp.o
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/
H A DMakefile.com32 OBJECTS = memcpy.o memset.o memcmp.o
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/
H A DMakefile.com31 OBJECTS = memcmp.o memcpy.o memset.o smt_pause.o
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dhash-common.c86 if ( memcmp (digest, expect, expectlen) )
H A Dcamellia-glue.c181 if(memcmp(scratch,ciphertext_128,sizeof(ciphertext_128))!=0)
184 if(memcmp(scratch,plaintext,sizeof(plaintext))!=0)
189 if(memcmp(scratch,ciphertext_192,sizeof(ciphertext_192))!=0)
192 if(memcmp(scratch,plaintext,sizeof(plaintext))!=0)
197 if(memcmp(scratch,ciphertext_256,sizeof(ciphertext_256))!=0)
200 if(memcmp(scratch,plaintext,sizeof(plaintext))!=0)
H A Drfc2268.c296 if (memcmp (scratch, ciphertext_1, sizeof(ciphertext_1)))
301 if (memcmp (scratch, plaintext_1, sizeof(plaintext_1)))
307 if (memcmp (scratch, ciphertext_2, sizeof(ciphertext_2)))
312 if (memcmp (scratch, plaintext_2, sizeof(plaintext_2)))
319 if (memcmp(scratch, ciphertext_3, sizeof(ciphertext_3)))
324 if (memcmp(scratch, plaintext_3, sizeof(plaintext_3)))
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dclib_ext.h32 int memcmp __P((const void *, const void *, size_t));
/osnet-11/usr/src/lib/libsqlite/tool/
H A Ddiffdb.c39 if( memcmp(a1,a2,PAGESIZE) ){
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_item.cc92 (!memcmp(value, other->value, len)));
101 return ((len == olen) && (!memcmp(value, other, len)));
/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock_util.c49 memcmp(dbt->data, obj_data, dbt->size) == 0);
66 return (memcmp(&locker, obj_data, sizeof(u_int32_t)) == 0);
/osnet-11/usr/src/lib/libuvfs/common/
H A Dfsid.c97 assert(memcmp(&fh->fs_fid_random, &fs->fs_fid_random,
116 rc = memcmp(a->uvfid_data, b->uvfid_data, a->uvfid_len);
/osnet-11/usr/src/cmd/hal/hald/
H A Dids.c189 if (memcmp (line, rep_vi, 4) == 0) {
214 if (memcmp (line + 1, rep_pi, 4) == 0) {
238 if (memcmp (line + 2, rep_svi, 4) == 0
239 && memcmp (line + 7, rep_spi,
433 if (memcmp (line, rep_vi, 4) == 0) {
455 if (memcmp (line + 1, rep_pi, 4) == 0) {
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dargmatch.c109 || memcmp (vallist + valsize * matchind,
157 || memcmp (last_val, vallist + valsize * i, valsize))
204 if (!memcmp (value, vallist + valsize * i, valsize))
/osnet-11/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.s26 .file "memcmp.s"
29 * memcmp(s1, s2, len)
33 * Fast assembler language version of the following C-program for memcmp
37 * memcmp(const void *s1, const void *s2, size_t n)
56 ANSI_PRAGMA_WEAK(memcmp,function)
58 ENTRY(memcmp) function
165 SET_SIZE(memcmp)

Completed in 53 milliseconds

1234567891011>>