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

/haiku/src/system/libroot/posix/string/
H A Dbcmp.c12 # undef bcmp macro
18 bcmp(void const *a, const void *b, size_t bytes) function
/haiku/headers/posix/
H A Dstrings.h28 #define bcmp(a, b, length) memcmp((a), (b), (length)) macro
/haiku/src/build/libgnuregex/
H A Dregex.c54 #define bcmp(s1, s2, n) memcmp ((s1), (s2), (n)) macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1468 void bcmp() {} function
H A Dlibroot_stubs_legacy.c1398 void bcmp() {} function

Completed in 377 milliseconds