Searched defs:stpcpy (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/string/ |
H A D | stpcpy.c | 39 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() function
|
/freebsd/lib/libc/amd64/string/ |
H A D | stpcpy.S | 22 .set stpcpy, __stpcpy define
|
/freebsd/include/ |
H A D | string.h | 78 char *(stpcpy)(char * __restrict, const char * __restrict); variable
|
/freebsd/include/ssp/ |
H A D | string.h | 129 #define stpcpy(dst, src) __ssp_bos_check2(stpcpy, dst, src) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 185 INTERCEPTOR(char *, stpcpy, char *dst, const char *src) { in INTERCEPTOR() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 320 INTERCEPTOR(char *, stpcpy, char *dest, const char *src) { in INTERCEPTOR() argument
|