Searched defs:bcopy (Results 1 – 3 of 3) sorted by relevance
5 void bcopy(const void *s1, void *s2, size_t n) in bcopy() function
219 #define bcopy(srcKey, dstKey, len) memcpy(dstKey, srcKey, len) macro
778 pub fn bcopy(arg1: *const c_void, arg2: *mut c_void, arg3: size_t); in bcopy() function