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

/haiku-buildtools/legacy/gcc/gcc/config/ns32k/
H A Dxm-netbsd.h6 #undef memcmp macro
H A Dxm-ns32k.h42 #define memcmp(left,right,len) bcmp ((left),(right),(len)) macro
/haiku-buildtools/binutils/libiberty/
H A Dmemcmp.c23 memcmp (const PTR str1, const PTR str2, size_t count) function
H A Dregex.c162 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
/haiku-buildtools/gcc/libiberty/
H A Dmemcmp.c23 memcmp (const PTR str1, const PTR str2, size_t count) function
H A Dregex.c162 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
/haiku-buildtools/legacy/binutils/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
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dmemcmp.c6 memcmp (const void *s1, const void *s2, __SIZE_TYPE__ len) function
/haiku-buildtools/gcc/libgcc/
H A Dmemcmp.c5 memcmp (const void *str1, const void *str2, size_t count) function
/haiku-buildtools/binutils/ld/testsuite/ld-plugin/
H A Dpr12758b.c3 int memcmp(const void *cs, const void *ct, size_t count) function
/haiku-buildtools/gcc/libsanitizer/libbacktrace/
H A Dbacktrace-rename.h50 #undef memcmp macro
58 #define memcmp(x,y,z) __asan_internal_memcmp (x, y, z) macro
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_win_dll_thunk.cc337 INTERCEPT_LIBRARY_FUNCTION(memcmp); variable
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c131 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro

Completed in 134 milliseconds