Searched defs:memcmp (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10-stable/lib/libc/arm/string/
H A Dmemcmp.S71 ENTRY(memcmp) function
/freebsd-10-stable/contrib/unbound/compat/
H A Dmemcmp.h13 # undef memcmp macro
H A Dmemcmp.c13 int memcmp(const void *x, const void *y, size_t n) function
/freebsd-10-stable/lib/libc/amd64/string/
H A Dmemcmp.S14 ENTRY(memcmp) function
/freebsd-10-stable/lib/libc/i386/string/
H A Dmemcmp.S41 ENTRY(memcmp) function
/freebsd-10-stable/sys/boot/arm/ixp425/boot2/
H A Dlib.h54 #define memcmp p_memcmp macro
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_string.h28 #define memcmp(a, b, c) bcmp(a, b, (int)(c)) macro
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dmemcmp.c22 memcmp (const PTR str1, const PTR str2, size_t count) function
/freebsd-10-stable/contrib/gcc/config/
H A Dmemcmp.c5 memcmp (const void *str1, const void *str2, size_t count) function
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dmemcmp.c22 memcmp (const PTR str1, const PTR str2, size_t count) function
/freebsd-10-stable/lib/libc/string/
H A Dmemcmp.c45 memcmp(const void *s1, const void *s2, size_t n) function
/freebsd-10-stable/sys/libkern/
H A Dmemcmp.c42 memcmp(const void *s1, const void *s2, size_t n) function
/freebsd-10-stable/contrib/top/
H A Dos.h10 # define memcmp(a, b, c) bcmp((a), (b), (c)) macro
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h61 #undef memcmp macro
/freebsd-10-stable/contrib/opie/
H A Dconfigure3261 memcmp(); function
[all...]
/freebsd-10-stable/sys/boot/common/
H A Dutil.c47 memcmp(const void *b1, const void *b2, size_t len) function
/freebsd-10-stable/contrib/wpa/src/utils/
H A Dos.h517 #define memcmp OS_DO_NOT_USE_memcmp macro
/freebsd-10-stable/sys/net/
H A Dzutil.h37 # define memcmp bcmp macro
/freebsd-10-stable/sys/dev/hptrr/
H A Dosm.h167 #define memcmp(dst, src, size) __builtin_memcmp((dst), (src), (size)) macro
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dosm.h202 #define memcmp(dst, src, size) __builtin_memcmp((dst), (src), (size)) macro
/freebsd-10-stable/sys/dev/hptnr/
H A Dosm.h200 #define memcmp(dst, src, size) __builtin_memcmp((dst), (src), (size)) macro
/freebsd-10-stable/crypto/openssl/
H A De_os.h670 # define memcmp OPENSSL_memcmp macro
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcsutil.c193 memcmp(s1, s2, n) function
/freebsd-10-stable/sys/dev/hptmv/
H A Dglobal.h150 #define memcmp os_memcmp macro
/freebsd-10-stable/contrib/amd/include/
H A Dam_defs.h1387 # define memcmp am_memcmp macro
1392 # define memcmp(a, b, len) bcmp((a), (b), (len)) macro

Completed in 170 milliseconds

12