Home
last modified time | relevance | path

Searched defs:memcmp (Results 1 – 17 of 17) sorted by relevance

/openbsd/sys/lib/libkern/
H A Dmemcmp.c43 memcmp(const void *s1, const void *s2, size_t n) in memcmp() function
/openbsd/gnu/gcc/gcc/config/
H A Dmemcmp.c5 memcmp (const void *str1, const void *str2, size_t count) in memcmp() function
/openbsd/gnu/lib/libiberty/src/
H A Dmemcmp.c22 memcmp (const PTR str1, const PTR str2, size_t count) in memcmp() function
H A Dregex.c160 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
/openbsd/sys/lib/libsa/
H A Dmemcmp.c41 memcmp(const void *s1, const void *s2, size_t n) in memcmp() function
/openbsd/lib/libc/string/
H A Dmemcmp.c40 memcmp(const void *s1, const void *s2, size_t n) in memcmp() function
/openbsd/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) in memcmp() function
H A Dstring-opt-16.c32 memcmp (const void *s1, const void *s2, size_t len) in memcmp() function
/openbsd/usr.sbin/nsd/
H A Dconfig.h.in1057 #define memcmp memcmp_nsd macro
/openbsd/sys/sys/
H A Dsystm.h391 #define memcmp(b1, b2, n) __builtin_memcmp((b1), (b2), (n)) macro
/openbsd/gnu/usr.bin/cvs/diff/
H A Dsystem.h185 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp159 ATTRIBUTE_INTERFACE int memcmp(const void *s1, const void *s2, size_t n) { in memcmp() function
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in1382 #define memcmp memcmp_unbound macro
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Datomic.c34 #define memcmp __builtin_memcmp macro
/openbsd/sbin/unwind/libunbound/
H A Dconfig.h1387 #define memcmp memcmp_unbound macro
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c123 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c160 WRAPPER2(int, memcmp, const void *s1, const void *s2, size_t n) in WRAPPER2() argument