| /onnv/onnv-gate/usr/src/lib/libc/i386/gen/ |
| 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)
|
| /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/ |
| memcmp.s | 27 .file "memcmp.s" 30 * memcmp(s1, s2, len) 34 * Fast assembler language version of the following C-program for memcmp 38 * memcmp(const void *s1, const void *s2, size_t n) 54 ANSI_PRAGMA_WEAK(memcmp,function) 56 ENTRY(memcmp) function 233 SET_SIZE(memcmp)
|
| /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/ |
| memcmp.s | 27 .file "memcmp.s" 30 * memcmp(s1, s2, len) 34 * Fast assembler language version of the following C-program for memcmp 38 * memcmp(const void *s1, const void *s2, size_t n) 54 ANSI_PRAGMA_WEAK(memcmp,function) 56 ENTRY(memcmp) function 229 SET_SIZE(memcmp)
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| memcmp.c | 32 memcmp(s1, s2, n) function
|
| /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/ |
| memcmp.s | 48 .file "memcmp.s" 52 ANSI_PRAGMA_WEAK(memcmp,function) 57 #define LABEL(s) .memcmp/**/s 59 ENTRY(memcmp) /* (const void *, const void*, size_t) */ function 456 SET_SIZE(memcmp)
|
| /onnv/onnv-gate/usr/src/lib/libc_psr/sun4u-us3/common/ |
| memcmp.s | 27 .file "memcmp.s" 30 * memcmp(s1, s2, len) 34 * Fast assembler language version of the following C-program for memcmp 38 * memcmp(const void *s1, const void *s2, size_t n) 57 ANSI_PRAGMA_WEAK(memcmp,function) 59 ENTRY(memcmp) function 166 SET_SIZE(memcmp)
|
| /onnv/onnv-gate/usr/src/common/util/ |
| memcmp.c | 34 #pragma weak _memcmp = memcmp 51 memcmp(const void *s1, const void *s2, size_t n) function
|
| memstr.c | 65 memcmp(const void *s1, const void *s2, size_t n) function
|
| /onnv/onnv-gate/usr/src/cmd/lvm/rpc.metamedd/ |
| med_hash.c | 37 #define memcmp bcmp macro 47 return (memcmp((char *)str1, (char *)str2, len));
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/ |
| 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(s1,s2,l) [all...] |
| /onnv/onnv-gate/usr/src/lib/libc_psr/sun4u/common/ |
| memcmp.s | 27 .file "memcmp.s" 30 * memcmp(s1, s2, len) 34 * Fast assembler language version of the following C-program for memcmp 38 * memcmp(const void *s1, const void *s2, size_t n) 55 ANSI_PRAGMA_WEAK(memcmp,function) 57 ENTRY(memcmp) function 1120 SET_SIZE(memcmp)
|
| /onnv/onnv-gate/usr/src/common/openssl/ |
| e_os.h | 592 # define memcmp OPENSSL_memcmp macro
|
| /onnv/onnv-gate/usr/src/cmd/awk_xpg4/ |
| awk.h | 83 #define memcmp(b1, b2, n) bcmp(b1, b2, n) macro
|
| /onnv/onnv-gate/usr/src/uts/common/rpc/sec_gss/ |
| svc_rpcsec_gss.c | 56 #define memcmp(a, b, l) bcmp((a), (b), (l)) macro [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| shared.h | 398 #define memcmp grub_memcmp macro
|
| /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/ |
| zlib.c | 71 #define memcmp bcmp macro 227 #define zmemcmp memcmp 787 /* result of memcmp for equal strings */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| perl.h | 597 # ifndef memcmp 598 extern int memcmp (char*, char*, int); 602 # pragma function(memcmp) 605 # ifndef memcmp 606 # define memcmp my_memcmp macro 632 # define bcmp(s1,s2,l) memcmp(s1,s2,l) [all...] |