Home
last modified time | relevance | path

Searched refs:wcsncat (Results 1 – 17 of 17) sorted by relevance

/freebsd/include/ssp/
H A Dwchar.h173 __ssp_redirect_raw_impl(wchar_t *, wcsncat, wcsncat,
185 return (__ssp_real(wcsncat)(buf, src, len));
/freebsd/lib/libc/string/
H A Dwcsncat.c41 __ssp_real(wcsncat)(wchar_t * __restrict s1, const wchar_t * __restrict s2, in __ssp_real() argument
H A DMakefile.inc25 wcslcat.c wcslcpy.c wcslen.c wcsncasecmp.c wcsncat.c wcsncmp.c \
107 wmemchr.3 wcsncat.3 \
H A DSymbol.map59 wcsncat;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc47 using ::wcsncat _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.cppm
H A Dcwchar.inc47 using std::wcsncat _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwchar65 wchar_t* wcsncat(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
164 using ::wcsncat _LIBCPP_USING_IF_EXISTS;
/freebsd/include/
H A Dwchar.h157 wchar_t *wcsncat(wchar_t * __restrict, const wchar_t * __restrict,
/freebsd/lib/libc/tests/secure/
H A Dfortify_wchar_test.c1302 wcsncat(__stack.__buf, src, __len); in ATF_TC_BODY()
1325 wcsncat(__stack.__buf, src, __len); in ATF_TC_BODY()
1349 wcsncat(__stack.__buf, src, __len); in ATF_TC_BODY()
1373 wcsncat(__stack.__buf, src, __len); in ATF_TC_BODY()
1406 wcsncat(__stack.__buf, src, __len); in ATF_TC_BODY()
/freebsd/usr.bin/ncal/
H A Dncal.c981 wcsncat(wds->names[i], buf, len); in mkweekdays()
982 wcsncat(wds->names[i], L" ", 1); in mkweekdays()
/freebsd/contrib/tcsh/
H A Dsh.h1133 #define Strncat(a, b, c) wcsncat(a, b, c)
/freebsd/contrib/libedit/
H A Dhistory.c89 #define Strncat(d, s, n) wcsncat(d, s, n)
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc899 SYMBOL(wcsncat, None, <wchar.h>)
H A DStdSymbolMap.inc3152 SYMBOL(wcsncat, std::, <cwchar>)
3153 SYMBOL(wcsncat, None, <cwchar>)
3154 SYMBOL(wcsncat, None, <wchar.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7102 INTERCEPTOR(wchar_t *, wcsncat, wchar_t *dst, const wchar_t *src, SIZE_T n) {
7104 COMMON_INTERCEPTOR_ENTER(ctx, wcsncat, dst, src, n);
7112 return REAL(wcsncat)(dst, src, n);
7116 COMMON_INTERCEPT_FUNCTION(wcsncat);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3259 fun:wcsncat=uninstrumented