Home
last modified time | relevance | path

Searched refs:wcscat (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp171 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 Dwcscat.c41 __ssp_real(wcscat)(wchar_t * __restrict s1, const wchar_t * __restrict s2) in __ssp_real() argument
H A DMakefile.inc23 wcpcpy.c wcpncpy.c wcscasecmp.c wcscat.c \
97 wmemchr.3 wcscat.3 \
H A DSymbol.map49 wcscat;
/freebsd/include/ssp/
H A Dwchar.h134 __ssp_redirect_raw_impl(wchar_t *, wcscat, wcscat,
/freebsd/contrib/expat/xmlwf/
H A Dxmltchar.h49 # define tcscat wcscat
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_disk.c326 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 Dtest_read_disk_directory_traversals.c438 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 Dcwchar.inc39 using ::wcscat _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.cppm
H A Dcwchar.inc39 using std::wcscat _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwchar64 wchar_t* wcscat(wchar_t* restrict s1, const wchar_t* restrict s2);
163 using ::wcscat _LIBCPP_USING_IF_EXISTS;
/freebsd/include/
H A Dwchar.h149 wchar_t *wcscat(wchar_t * __restrict, const wchar_t * __restrict);
/freebsd/lib/libc/tests/secure/
H A Dfortify_wchar_test.c1004 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 Dsh.h1132 #define Strcat(a, b) wcscat(a, b)
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc889 SYMBOL(wcscat, None, <wchar.h>)
H A DStdSymbolMap.inc3128 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 Dsanitizer_common_interceptors.inc7090 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 Dlibc_ubuntu1404_abilist.txt3245 fun:wcscat=uninstrumented
/freebsd/contrib/diff/
H A DChangeLog369 Use wcslen rather than __wcslen, and likewise for wcscat, wmempcpy.