/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
/netbsd-src/lib/libc/string/ |
H A D | Lint_bcmp.c | 12 bcmp(const void *b1, const void *b2, size_t len) in bcmp() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
/netbsd-src/external/gpl3/gdb/dist/libiberty/ |
H A D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/ |
H A D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
/netbsd-src/common/lib/libc/string/ |
H A D | bcmp.c | 87 bcmp(const void *s1, const void *s2, size_t n) in bcmp() function
|
/netbsd-src/external/bsd/ipf/dist/ipsd/Celler/ |
H A D | 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
|
/netbsd-src/sys/arch/vax/include/ |
H A D | macros.h | 137 bcmp(const void *b1, const void *b2, size_t len) in bcmp() function
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | make.h | 251 # define bcmp(s1, s2, n) memcmp ((s1), (s2), (n)) macro
|
/netbsd-src/sys/sys/ |
H A D | systm.h | 328 #define bcmp(a, b, len) memcmp((a), (b), (len)) macro
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
H A D | os.h | 138 # define bcmp memcmp macro
|
/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | ip_compat.h | 77 # define bcmp memcmp macro
|