Searched defs:bcmp (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/string/
H A DLint_bcmp.c12 bcmp(b1, b2, len) function
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/x86_64/string/
H A Dbcmp.S7 ENTRY(bcmp) function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dbcmp.c23 bcmp (const void *s1, const void *s2, size_t count) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dbcmp.c23 bcmp (const void *s1, const void *s2, size_t count) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dbcmp.c23 bcmp (const void *s1, const void *s2, size_t count) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dbcmp.c23 bcmp (const void *s1, const void *s2, size_t count) function
/netbsd-6-1-5-RELEASE/common/lib/libc/string/
H A Dbcmp.c56 bcmp(const void *b1, const void *b2, size_t length) function
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/m68k/string/
H A Dbcmp.S75 ENTRY(bcmp) function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/xc16x/
H A Dbit.s10 bcmp r0.1,r0.2 label
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dmacros.h142 bcmp(const void *b1, const void *b2, size_t len) function
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dmake.h252 # define bcmp(s1, s2, n) memcmp ((s1), (s2), (n)) macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dsystm.h248 #define bcmp(a, b, len) memcmp((a), (b), (len)) macro
/netbsd-6-1-5-RELEASE/dist/ipf/ipsd/Celler/
H A Dip_compat.h186 # define bcmp(a,b,c) memcmp(a,b,c) macro
201 # define bcmp(a,b,c) memcmp(a,b,c) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h419 #undef bcmp macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dsystem.h420 #undef bcmp macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsystem.h795 #undef bcmp macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsystem.h758 #undef bcmp macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/examples/rlfe/
H A Dos.h138 # define bcmp memcmp macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/
H A Dmf-hooks2.c438 #undef bcmp macro
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_compat.h72 # define bcmp memcmp macro
1296 # define bcmp(a,b,z) memcmp(a, b, z) macro

Completed in 293 milliseconds