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

/haiku/src/system/libroot/posix/string/
H A Dbcopy.c11 # undef bcopy macro
17 bcopy(void const *src, void *dest, size_t count) function
/haiku/headers/posix/
H A Dstrings.h29 #define bcopy(source, dest, length) memmove((dest), (source), (length)) macro
/haiku/src/build/libgnuregex/
H A Dregex.c57 #define bcopy(s, d, n) memcpy ((d), (s), (n)) macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1469 void bcopy() {} function
H A Dlibroot_stubs_legacy.c1399 void bcopy() {} function

Completed in 97 milliseconds