Searched refs:memccpy (Results 1 – 2 of 2) sorted by relevance
226 memccpy(void *__restrict dst, const void *__restrict src, int c, size_t n) in memccpy() function228 return _libkernel_string_functions->memccpy(dst, src, c, n); in memccpy()
98 void * (*memccpy)(void *__restrict dst, const void *__restrict src, int c, size_t n); member