Searched defs:memccpy (Results 1 – 2 of 2) sorted by relevance
35 memccpy(void *t, const void *f, int c, size_t n) in memccpy() function
145 INTERCEPTOR(void *, memccpy, void *dest, const void *src, int c, SIZE_T n) { in INTERCEPTOR() argument