HomeSort by: relevance | last modified time | path
    Searched defs:memcmp (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /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)
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)
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)
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)
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)
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
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.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
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.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)
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.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

Completed in 55 milliseconds

1 2 3 4