Searched defs:memccpy (Results 1 – 4 of 4) sorted by relevance
10 void *memccpy(void *restrict dest, const void *restrict src, int c, size_t n) in memccpy() function
14 pub fn memccpy( in memccpy() function
146 INTERCEPTOR(void *, memccpy, void *dest, const void *src, int c, SIZE_T n) { in INTERCEPTOR() argument
742 pub fn memccpy( in memccpy() function