Searched defs:memcmp (Results 1 - 25 of 37) sorted by last modified time

12

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/
H A De_os.h653 # define memcmp OPENSSL_memcmp macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dregex.c181 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/amiga/
H A Dstdlib.c76 int memcmp (const void * a, const void * b, size_t len) function
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dlibkern.h264 #define memcmp(a, b, l) __builtin_memcmp(a, b, l) macro
/netbsd-6-1-5-RELEASE/common/lib/libc/string/
H A Dmemcmp.c51 #undef memcmp macro
56 memcmp(const void *s1, const void *s2, size_t n) function
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dmacros.h129 memcmp(const void *b1, const void *b2, size_t len) function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dregex.c160 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
H A Dmemcmp.c22 memcmp (const PTR str1, const PTR str2, size_t count) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dregex.c160 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
H A Dmemcmp.c23 memcmp (const PTR str1, const PTR str2, size_t count) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dmemcmp.c22 memcmp (const PTR str1, const PTR str2, size_t count) function
H A Dregex.c160 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dmemcmp.c6 memcmp (const void *s1, const void *s2, __SIZE_TYPE__ len) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dmemcmp.c5 memcmp (const void *str1, const void *str2, size_t count) function
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/i386/string/small/
H A Dmemcmp.S34 ENTRY(memcmp) function
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/powerpc/string/
H A Dmemcmp.S57 ENTRY(memcmp) function
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/ac/
H A Dstring.h96 #define memcmp lutil_memcmp macro
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/msdos/
H A Dpktdrvr.c125 #define memcmp __memcmp__ macro
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dos.h486 #define memcmp OS_DO_NOT_USE_memcmp macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_string.h48 #define memcmp(a, b, c) bcmp(a, b, (int)(c)) macro
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_defs.h1381 # define memcmp am_memcmp macro
1386 # define memcmp(a, b, len) bcmp((a), (b), (len)) macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Dsystem.h203 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dos.h78 #define memcmp(a, b, c) bcmp((a), (b), (c)) macro
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/i386/string/
H A Dmemcmp.S12 ENTRY(memcmp) function
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/x86_64/string/
H A Dmemcmp.S13 ENTRY(memcmp) function

Completed in 329 milliseconds

12