Home
last modified time | relevance | path

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

/freebsd/lib/libc/aarch64/string/
H A Dmemccpy.S10 .set memccpy, __memccpy define
/freebsd/lib/libc/string/
H A Dmemccpy.c35 memccpy(void * restrict t, const void * restrict f, int c, size_t n) in memccpy() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp147 INTERCEPTOR(void *, memccpy, void *dest, const void *src, int c, SIZE_T n) { in INTERCEPTOR() argument