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

/openbsd-current/lib/libc/string/
H A Dmemcmp.c40 memcmp(const void *s1, const void *s2, size_t n) function
52 DEF_STRONG(memcmp); variable
/openbsd-current/sys/lib/libkern/
H A Dmemcmp.c37 #undef memcmp macro
43 memcmp(const void *s1, const void *s2, size_t n) function
/openbsd-current/sys/lib/libsa/
H A Dmemcmp.c41 memcmp(const void *s1, const void *s2, size_t n) function
/openbsd-current/gnu/lib/libiberty/src/
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
/openbsd-current/gnu/gcc/gcc/config/
H A Dmemcmp.c5 memcmp (const void *str1, const void *str2, size_t count) function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dstring-opt-15.c41 memcmp (const char *p1, const char *p2, size_t len) function
H A Dstring-opt-16.c32 memcmp (const void *s1, const void *s2, size_t len) function
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstring.h61 #undef memcmp macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstring.h60 #undef memcmp macro
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp159 ATTRIBUTE_INTERFACE int memcmp(const void *s1, const void *s2, size_t n) { function
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Dsystem.h185 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
/openbsd-current/lib/libc/hidden/
H A Dstring.h35 PROTO_NORMAL(memcmp); variable
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Datomic.c34 #define memcmp __builtin_memcmp macro
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp73 INTERCEPT_LIBRARY_FUNCTION(memcmp); variable
/openbsd-current/sys/sys/
H A Dsystm.h391 #define memcmp(b1, b2, n) __builtin_memcmp((b1), (b2), (n)) macro
/openbsd-current/sbin/unwind/libunbound/
H A Dconfig.h1371 #define memcmp memcmp_unbound macro
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c123 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro

Completed in 265 milliseconds