Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/string/
H A Dstpcpy.c40 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() function
/freebsd-14.2/lib/libc/amd64/string/
H A Dstpcpy.S22 .set stpcpy, __stpcpy define
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp320 INTERCEPTOR(char *, stpcpy, char *dest, const char *src) { in INTERCEPTOR() argument