Home
last modified time | relevance | path

Searched defs:bcopy (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/string/
Dbcopy.c5 void bcopy(const void *s1, void *s2, size_t n) in bcopy() function
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h219 #define bcopy(srcKey, dstKey, len) memcpy(dstKey, srcKey, len) macro
/third_party/rust/crates/libc/src/solid/
Dmod.rs778 pub fn bcopy(arg1: *const c_void, arg2: *mut c_void, arg3: size_t); in bcopy() function