Home
last modified time | relevance | path

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

/freebsd/lib/libc/string/
H A Dstpcpy.c39 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() function
/freebsd/lib/libc/amd64/string/
H A Dstpcpy.S22 .set stpcpy, __stpcpy define
/freebsd/include/
H A Dstring.h78 char *(stpcpy)(char * __restrict, const char * __restrict); variable
/freebsd/include/ssp/
H A Dstring.h129 #define stpcpy(dst, src) __ssp_bos_check2(stpcpy, dst, src) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp185 INTERCEPTOR(char *, stpcpy, char *dst, const char *src) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp320 INTERCEPTOR(char *, stpcpy, char *dest, const char *src) { in INTERCEPTOR() argument