/illumos-gate/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)
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | 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)
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | 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)
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | memcmp.c | 32 memcmp(s1, s2, n) function
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | 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)
|
/illumos-gate/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)
|
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/ |
H A D | lib.h | 56 #define memcmp p_memcmp macro
|
/illumos-gate/usr/src/common/util/ |
H A D | memcmp.c | 34 #pragma weak _memcmp = memcmp 51 memcmp(const void *s1, const void *s2, size_t n) function
|
H A D | memstr.c | 68 memcmp(const void *s1, const void *s2, size_t n) function
|
/illumos-gate/usr/src/boot/lib/libc/string/ |
H A D | memcmp.c | 34 static char sccsid[] = "@(#)memcmp.c 8.1 (Berkeley) 6/4/93"; 45 memcmp(const void *s1, const void *s2, size_t n) function
|
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/ |
H A D | med_hash.c | 37 #define memcmp bcmp macro 47 return (memcmp((char *)str1, (char *)str2, len));
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | util.c | 47 memcmp(const void *b1, const void *b2, size_t len) function
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/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) 54 ANSI_PRAGMA_WEAK(memcmp,function) 56 ENTRY(memcmp) function 1119 SET_SIZE(memcmp)
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utclib.c | 71 * FUNCTION: memcmp 99 * FUNCTION: memcmp 112 memcmp ( function 526 if (memcmp (String1, String2, Length) == 0)
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.h | 83 #define memcmp(b1, b2, n) bcmp(b1, b2, n) macro
|
/illumos-gate/usr/src/uts/common/rpc/sec_gss/ |
H A D | svc_rpcsec_gss.c | 58 #define memcmp(a, b, l) bcmp((a), (b), (l)) macro
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 394 #define memcmp grub_memcmp macro
|
/illumos-gate/usr/src/uts/common/io/usbgem/ |
H A D | usbgem.c | 432 #pragma weak memcmp macro 434 memcmp(const void *s1, const void *s2, size_t n) function
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 71 #define memcmp bcmp macro 227 #define zmemcmp memcmp 787 /* result of memcmp for equal strings */
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 982 memcmp.3c \ 1951 memcmp.3c := LINKSRC = memory.3c
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 996 memcmp.9f \ 1811 memcmp.9f := LINKSRC = memchr.9f
|