/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | addr_comp.c | 44 if (memcmp((char *)addr1->contents, (char *)addr2->contents,
|
/osnet-11/usr/src/lib/libc/i386/gen/ |
H A D | memcmp.s | 26 .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 D | lint.h | 57 * memcmp() 76 #pragma redefine_extname memcmp _memcmp
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | tgetflag.c | 59 if (memcmp(*p, cap, 2) == 0) {
|
H A D | tgetnum.c | 59 if (memcmp(*p, cap, 2) == 0) {
|
H A D | tgetstr.c | 66 if (memcmp(*p, cap, 2) == 0) {
|
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | swapop.c | 52 if (!memcmp(internal, swapmem(op, external, tmp, z), z))
|
/osnet-11/usr/src/lib/libidmap/common/ |
H A D | sized_array.c | 90 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 D | sdbm.h | 243 # 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 D | bitncmp.c | 50 x = memcmp(l, r, b);
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | memmem.c | 62 if (cur[0] == cs[0] && memcmp(cur, cs, s_len) == 0)
|
/osnet-11/usr/src/lib/libc/capabilities/sun4u/ |
H A D | Makefile.com | 31 OBJECTS = memcpy.o memset.o memcmp.o
|
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/ |
H A D | Makefile.com | 32 OBJECTS = memcpy.o memset.o memcmp.o
|
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/ |
H A D | Makefile.com | 31 OBJECTS = memcmp.o memcpy.o memset.o smt_pause.o
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | hash-common.c | 86 if ( memcmp (digest, expect, expectlen) )
|
H A D | camellia-glue.c | 181 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 D | rfc2268.c | 296 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 D | clib_ext.h | 32 int memcmp __P((const void *, const void *, size_t));
|
/osnet-11/usr/src/lib/libsqlite/tool/ |
H A D | diffdb.c | 39 if( memcmp(a1,a2,PAGESIZE) ){
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_item.cc | 92 (!memcmp(value, other->value, len))); 101 return ((len == olen) && (!memcmp(value, other, len)));
|
/osnet-11/usr/src/cmd/sendmail/db/lock/ |
H A D | lock_util.c | 49 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 D | fsid.c | 97 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 D | ids.c | 189 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 D | argmatch.c | 109 || 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 D | memcmp.s | 26 .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)
|