Searched defs:bcopy (Results 1 – 2 of 2) sorted by relevance
5 void bcopy(const void *s1, void *s2, size_t n) in bcopy() function
778 pub fn bcopy(arg1: *const c_void, arg2: *mut c_void, arg3: size_t); in bcopy() function