HomeSort by: relevance | last modified time | path
    Searched defs:bcmp (Results 1 - 23 of 23) sorted by relevancy

  /src/lib/libc/arch/vax/string/
bcmp.S 1 /* $NetBSD: bcmp.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */
31 /* bcmp(s1, s2, n) */
36 RCSID("$NetBSD: bcmp.S,v 1.4 2011/01/25 02:38:15 matt Exp $")
42 ENTRY(bcmp, 0) function
63 END(bcmp)
  /src/lib/libc/string/
Lint_bcmp.c 12 bcmp(const void *b1, const void *b2, size_t len) function
  /src/external/gpl3/binutils/dist/libiberty/
bcmp.c 0 /* bcmp
6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
23 bcmp (const void *s1, const void *s2, size_t count) function
  /src/external/gpl3/binutils.old/dist/libiberty/
bcmp.c 0 /* bcmp
6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
23 bcmp (const void *s1, const void *s2, size_t count) function
  /src/external/gpl3/gcc/dist/libiberty/
bcmp.c 0 /* bcmp
6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
23 bcmp (const void *s1, const void *s2, size_t count) function
  /src/external/gpl3/gcc.old/dist/libiberty/
bcmp.c 0 /* bcmp
6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
23 bcmp (const void *s1, const void *s2, size_t count) function
  /src/external/gpl3/gdb/dist/libiberty/
bcmp.c 0 /* bcmp
6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
23 bcmp (const void *s1, const void *s2, size_t count) function
  /src/external/gpl3/gdb.old/dist/libiberty/
bcmp.c 0 /* bcmp
6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
23 bcmp (const void *s1, const void *s2, size_t count) function
  /src/common/lib/libc/arch/m68k/string/
bcmp.S 1 /* $NetBSD: bcmp.S,v 1.6 2013/09/07 19:06:29 chs Exp $ */
69 RCSID("from: @(#)bcmp.s 5.1 (Berkeley) 5/12/90")
71 RCSID("$NetBSD: bcmp.S,v 1.6 2013/09/07 19:06:29 chs Exp $")
85 ENTRY(bcmp) function
196 END(bcmp)
  /src/lib/libc/arch/i386/string/
bcmp.S 9 RCSID("$NetBSD: bcmp.S,v 1.10 2014/05/23 02:34:19 uebayasi Exp $")
12 ENTRY(bcmp) function
35 END(bcmp)
  /src/common/lib/libc/string/
bcmp.c 1 /* $NetBSD: bcmp.c,v 1.10 2020/01/29 09:18:26 ad Exp $ */
64 static char sccsid[] = "@(#)bcmp.c 8.1 (Berkeley) 6/4/93";
66 __RCSID("$NetBSD: bcmp.c,v 1.10 2020/01/29 09:18:26 ad Exp $");
84 * bcmp -- vax cmpc3 instruction
87 bcmp(const void *s1, const void *s2, size_t n) function
  /src/sys/arch/vax/boot/common/
str.S 69 ENTRY(bcmp, 0) function
  /src/sys/arch/vax/include/
macros.h 137 bcmp(const void *b1, const void *b2, size_t len) function
  /src/external/bsd/ipf/dist/ipsd/Celler/
ip_compat.h 186 # define bcmp(a,b,c) memcmp(a,b,c) macro
201 # define bcmp(a,b,c) memcmp(a,b,c) macro
  /src/external/gpl2/gmake/dist/
make.h 250 # ifndef bcmp
251 # define bcmp(s1, s2, n) memcmp ((s1), (s2), (n)) macro
267 # ifndef bcmp
268 extern int bcmp PARAMS ((const char *, const char *, int));
  /src/external/gpl3/gcc/dist/libcpp/
system.h 462 #undef bcmp macro
464 #pragma GCC poison bcopy bzero bcmp rindex
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 462 #undef bcmp macro
464 #pragma GCC poison bcopy bzero bcmp rindex
  /src/sys/sys/
systm.h 328 #define bcmp(a, b, len) memcmp((a), (b), (len)) macro
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
os.h 138 # define bcmp memcmp macro
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
os.h 138 # define bcmp memcmp macro
  /src/external/gpl3/gcc/dist/gcc/
system.h 1154 #undef bcmp macro
1156 #pragma GCC poison bcopy bzero bcmp rindex
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 1132 #undef bcmp macro
1134 #pragma GCC poison bcopy bzero bcmp rindex
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 77 # define bcmp memcmp macro

Completed in 44 milliseconds