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

/openbsd-current/gnu/lib/libiberty/src/
H A Dbcmp.c23 bcmp (const void *s1, const void *s2, size_t count) function
/openbsd-current/lib/libc/string/
H A Dbcmp.c38 bcmp(const void *b1, const void *b2, size_t length) function
52 DEF_WEAK(bcmp); variable
/openbsd-current/sys/lib/libkern/
H A Dbcmp.c34 #undef bcmp macro
40 bcmp(const void *b1, const void *b2, size_t length) function
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp151 ATTRIBUTE_INTERFACE int bcmp(const char *s1, const char *s2, size_t n) { function
/openbsd-current/sys/lib/libsa/
H A Dstand.h147 #define bcmp(s1,s2,n) (memcmp((s2),(s1),(n))) macro
/openbsd-current/sys/sys/
H A Dsystm.h398 #define bcmp(b1, b2, n) __builtin_bcmp((b1), (b2), (n)) macro
/openbsd-current/gnu/gcc/libcpp/
H A Dsystem.h420 #undef bcmp macro
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsystem.h638 #undef bcmp macro
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/
H A DBigRat.pm2018 sub bcmp { subroutine
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dsystem.h766 #undef bcmp macro
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigFloat.pm1394 sub bcmp { subroutine
[all...]
H A DBigInt.pm1437 sub bcmp { subroutine
[all...]
/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-hooks2.c444 #undef bcmp macro
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c109 #define bcmp(s1, s2, n) memcmp ((s1), (s2), (n)) macro

Completed in 296 milliseconds