Searched refs:wcpcpy (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 191 INTERCEPTOR(wchar_t *, wcpcpy, wchar_t *dst, const wchar_t *src) { in INTERCEPTOR() argument 192 wchar_t *res = REAL(wcpcpy)(dst, src); in INTERCEPTOR() 221 INTERCEPT_FUNCTION(wcpcpy); in InitializeInterceptors()
|
/freebsd/lib/libc/string/ |
H A D | wcpcpy.c | 38 __ssp_real(wcpcpy)(wchar_t * __restrict to, const wchar_t * __restrict from) in __ssp_real() argument
|
H A D | Makefile.inc | 23 wcpcpy.c wcpncpy.c wcscasecmp.c wcscat.c \ 94 MLINKS+=wmemchr.3 wcpcpy.3 \
|
H A D | Symbol.map | 83 wcpcpy;
|
/freebsd/include/ssp/ |
H A D | wchar.h | 106 __ssp_redirect_raw_impl(wchar_t *, wcpcpy, wcpcpy,
|
/freebsd/include/ |
H A D | wchar.h | 228 wchar_t *wcpcpy(wchar_t * __restrict, const wchar_t * __restrict);
|
/freebsd/lib/libc/tests/secure/ |
H A D | fortify_wchar_test.c | 706 wcpcpy(__stack.__buf, src); in ATF_TC_BODY() 729 wcpcpy(__stack.__buf, src); in ATF_TC_BODY() 753 wcpcpy(__stack.__buf, src); in ATF_TC_BODY() 777 wcpcpy(__stack.__buf, src); in ATF_TC_BODY() 810 wcpcpy(__stack.__buf, src); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3240 fun:wcpcpy=uninstrumented
|