Home
last modified time | relevance | path

Searched defs:memccpy (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/lib/libc/string/
H A Dmemccpy.c41 memccpy(void *t, const void *f, int c, size_t n) in memccpy() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp156 INTERCEPTOR(void *, memccpy, void *dest, const void *src, int c, SIZE_T n) { in INTERCEPTOR() argument