/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 171 INTERCEPTOR(wchar_t *, wcscat, wchar_t *dst, const wchar_t *src) { in INTERCEPTOR() argument 173 wchar_t *res = REAL(wcscat)(dst, src); in INTERCEPTOR() 226 INTERCEPT_FUNCTION(wcscat); in InitializeInterceptors()
|
/freebsd/lib/libc/string/ |
H A D | wcscat.c | 41 __ssp_real(wcscat)(wchar_t * __restrict s1, const wchar_t * __restrict s2) in __ssp_real() argument
|
H A D | Makefile.inc | 23 wcpcpy.c wcpncpy.c wcscasecmp.c wcscat.c \ 97 wmemchr.3 wcscat.3 \
|
H A D | Symbol.map | 49 wcscat;
|
/freebsd/include/ssp/ |
H A D | wchar.h | 134 __ssp_redirect_raw_impl(wchar_t *, wcscat, wcscat,
|
/freebsd/contrib/expat/xmlwf/ |
H A D | xmltchar.h | 49 # define tcscat wcscat
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_disk.c | 326 wcscat(fullpath, L"\\f:i*l?e\"f<i>l|e"); in DEFINE_TEST() 339 wcscat(fullpath, L"\\d:i*r?e\"c<t>o|ry/file1"); in DEFINE_TEST()
|
H A D | test_read_disk_directory_traversals.c | 438 wcscat(fullpath, wcwd); in test_basic() 439 wcscat(fullpath, L"/dir1/file1"); in test_basic() 470 wcscat(fullpath, wcwd); in test_basic() 471 wcscat(fullpath, L"/dir1/*1"); in test_basic()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 39 using ::wcscat _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 39 using std::wcscat _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 64 wchar_t* wcscat(wchar_t* restrict s1, const wchar_t* restrict s2); 163 using ::wcscat _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | wchar.h | 149 wchar_t *wcscat(wchar_t * __restrict, const wchar_t * __restrict);
|
/freebsd/lib/libc/tests/secure/ |
H A D | fortify_wchar_test.c | 1004 wcscat(__stack.__buf, src); in ATF_TC_BODY() 1027 wcscat(__stack.__buf, src); in ATF_TC_BODY() 1051 wcscat(__stack.__buf, src); in ATF_TC_BODY() 1075 wcscat(__stack.__buf, src); in ATF_TC_BODY() 1108 wcscat(__stack.__buf, src); in ATF_TC_BODY()
|
/freebsd/contrib/tcsh/ |
H A D | sh.h | 1132 #define Strcat(a, b) wcscat(a, b)
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 889 SYMBOL(wcscat, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 3128 SYMBOL(wcscat, std::, <cwchar>) 3129 SYMBOL(wcscat, None, <cwchar>) 3130 SYMBOL(wcscat, None, <wchar.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7090 INTERCEPTOR(wchar_t *, wcscat, wchar_t *dst, const wchar_t *src) { 7092 COMMON_INTERCEPTOR_ENTER(ctx, wcscat, dst, src); 7099 return REAL(wcscat)(dst, src); 7115 COMMON_INTERCEPT_FUNCTION(wcscat); \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3245 fun:wcscat=uninstrumented
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 369 Use wcslen rather than __wcslen, and likewise for wcscat, wmempcpy.
|