| /src/common/lib/libc/arch/aarch64/string/ |
| memcmp.S | 1 /* $NetBSD: memcmp.S,v 1.3 2018/07/09 06:07:06 ryo Exp $ */ 34 RCSID("$NetBSD: memcmp.S,v 1.3 2018/07/09 06:07:06 ryo Exp $") 36 ENTRY(memcmp) function 194 END(memcmp)
|
| /src/common/lib/libc/arch/arm/string/ |
| memcmp.S | 1 /* $NetBSD: memcmp.S,v 1.5 2015/03/26 13:34:51 justin Exp $ */ 67 RCSID("$NetBSD: memcmp.S,v 1.5 2015/03/26 13:34:51 justin Exp $") 69 ENTRY(memcmp) function 152 * faster than a byte-wise memcmp. 181 END(memcmp) 184 STRONG_ALIAS(__aeabi_memcmp, memcmp)
|
| /src/common/lib/libc/arch/i386/string/small/ |
| memcmp.S | 1 /* $NetBSD: memcmp.S,v 1.2 2014/03/22 19:38:46 jakllsch Exp $ */ 32 RCSID("$NetBSD: memcmp.S,v 1.2 2014/03/22 19:38:46 jakllsch Exp $") 34 ENTRY(memcmp) function 51 END(memcmp)
|
| /src/common/lib/libc/arch/or1k/string/ |
| memcmp.S | 1 /* $NetBSD: memcmp.S,v 1.1 2014/09/03 19:34:25 matt Exp $ */ 35 * int memcmp(const char *s1, const char *s2, size_t n); 54 /* LINTSTUB: Func: void *memcmp(const void *, const void *, size_t) */ 55 ENTRY(memcmp) function 213 END(memcmp)
|
| /src/lib/libc/arch/vax/string/ |
| memcmp.S | 1 /* $NetBSD: memcmp.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ 31 /* int memcmp(s1, s2, n) */ 36 RCSID("$NetBSD: memcmp.S,v 1.4 2011/01/25 02:38:15 matt Exp $") 39 ENTRY(memcmp, 0) function 70 END(memcmp)
|
| /src/lib/libc/string/ |
| Lint_memcmp.c | 12 memcmp(const void *b1, const void *b2, size_t len) function
|
| /src/external/bsd/nsd/dist/compat/ |
| memcmp.h | 2 * memcmp.h: undef memcmp for compat. 11 #ifdef memcmp 13 # undef memcmp macro
|
| memcmp.c | 2 * memcmp.c: memcmp compat implementation. 11 int memcmp(const void *x, const void *y, size_t n); 13 int memcmp(const void *x, const void *y, size_t n) function
|
| /src/external/bsd/unbound/dist/compat/ |
| memcmp.h | 2 * memcmp.h: undef memcmp for compat. 11 #ifdef memcmp 13 # undef memcmp macro
|
| memcmp.c | 2 * memcmp.c: memcmp compat implementation. 11 int memcmp(const void *x, const void *y, size_t n); 13 int memcmp(const void *x, const void *y, size_t n) function
|
| /src/common/lib/libc/arch/m68k/string/ |
| memcmp.S | 1 /* $NetBSD: memcmp.S,v 1.6 2025/12/31 15:33:50 andvar Exp $ */ 42 RCSID("$NetBSD: memcmp.S,v 1.6 2025/12/31 15:33:50 andvar Exp $") 46 /* memcmp(s1, s2, n) */ 66 ENTRY(memcmp) function 117 END(memcmp)
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| memcmp.c | 0 /* memcmp -- compare two memory regions. 6 @deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, @ 23 memcmp (const void *str1, const void *str2, size_t count) function
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| memcmp.c | 0 /* memcmp -- compare two memory regions. 6 @deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, @ 23 memcmp (const void *str1, const void *str2, size_t count) function
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| memcmp.c | 5 memcmp (const void *str1, const void *str2, size_t count) function
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| memcmp.c | 0 /* memcmp -- compare two memory regions. 6 @deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, @ 23 memcmp (const void *str1, const void *str2, size_t count) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| memcmp.c | 5 memcmp (const void *str1, const void *str2, size_t count) function
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| memcmp.c | 0 /* memcmp -- compare two memory regions. 6 @deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, @ 23 memcmp (const PTR str1, const PTR str2, size_t count) function
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| memcmp.c | 0 /* memcmp -- compare two memory regions. 6 @deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, @ 23 memcmp (const void *str1, const void *str2, size_t count) function
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| memcmp.c | 0 /* memcmp -- compare two memory regions. 6 @deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, @ 23 memcmp (const void *str1, const void *str2, size_t count) function
|
| /src/common/lib/libc/string/ |
| memcmp.c | 1 /* $NetBSD: memcmp.c,v 1.8 2020/01/29 09:18:26 ad Exp $ */ 67 static char sccsid[] = "@(#)memcmp.c 8.1 (Berkeley) 6/4/93"; 69 __RCSID("$NetBSD: memcmp.c,v 1.8 2020/01/29 09:18:26 ad Exp $"); 82 #undef memcmp macro 87 memcmp(const void *s1, const void *s2, size_t n) function 128 __strong_alias(__aeabi_memcmp, memcmp)
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_string.h | 4 * Define string ops: strchr strrchr memcmp memmove memset 30 #define memcmp(a, b, c) bcmp(a, b, (int)(c)) macro
|
| /src/sys/arch/vax/boot/common/ |
| str.S | 67 ENTRY(memcmp, 0) function
|
| /src/external/bsd/openldap/dist/include/ac/ |
| string.h | 96 #define memcmp lutil_memcmp macro
|
| /src/common/lib/libc/arch/powerpc/string/ |
| memcmp.S | 1 /* $NetBSD: memcmp.S,v 1.4 2013/07/04 20:57:59 matt Exp $ */ 3 /* stropt/memcmp.S, pl_string_common, pl_linux 10/11/04 11:45:35 5 * Optimized memcmp implementation for IBM PowerPC 405/440. 42 * int memcmp(const char *s1, const char *s2, int n) 56 /* LINTSTUB: Func: void *memcmp(const void *, const void *, size_t) */ 57 ENTRY(memcmp) function 270 END(memcmp)
|
| /src/sys/arch/vax/include/ |
| macros.h | 122 /* XXX - the return syntax of memcmp is wrong */ 124 memcmp(const void *b1, const void *b2, size_t len) function
|