Searched refs:memccpy (Results 1 – 7 of 7) sorted by relevance
2 memccpy
641 memccpy
2108 memccpy
16 pub fn memccpy(dest: *mut c_void, src: *const c_void, c: c_int, count: size_t) -> *mut c_void; in memccpy() function
734 pub fn memccpy( in memccpy() function
731 pub fn memccpy(dest: *mut c_void, src: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memccpy() function
242 - Unix, Linux: adding POSIX `memccpy` and `mempcpy` GNU extension <https://github.com/rust-lang/lib…