| /freebsd/include/ssp/ |
| H A D | wchar.h | 173 __ssp_redirect_raw_impl(wchar_t *, wcsncat, wcsncat, 185 return (__ssp_real(wcsncat)(buf, src, len));
|
| /freebsd/lib/libc/string/ |
| H A D | wcsncat.c | 41 __ssp_real(wcsncat)(wchar_t * __restrict s1, const wchar_t * __restrict s2, in __ssp_real() argument
|
| H A D | Makefile.inc | 80 wcsncat.c \ 207 wmemchr.3 wcsncat.3 \
|
| H A D | Symbol.map | 59 wcsncat;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cwchar.inc | 47 using ::wcsncat _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cwchar.cppm | |
| H A D | cwchar.inc | 47 using std::wcsncat _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cwchar | 65 wchar_t* wcsncat(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 160 using ::wcsncat _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cwchar | 65 wchar_t* wcsncat(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 168 using ::wcsncat _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/include/ |
| H A D | wchar.h | 157 wchar_t *wcsncat(wchar_t * __restrict, const wchar_t * __restrict,
|
| /freebsd/lib/libc/tests/secure/ |
| H A D | fortify_wchar_test.c | 1426 wcsncat(__stack.__buf, src, __len); in ATF_TC_BODY() 1452 wcsncat(__stack.__buf, src, __len); in ATF_TC_BODY() 1479 wcsncat(__stack.__buf, src, __len); in ATF_TC_BODY() 1506 wcsncat(__stack.__buf, src, __len); in ATF_TC_BODY() 1542 wcsncat(__stack.__buf, src, __len); in ATF_TC_BODY()
|
| /freebsd/usr.bin/ncal/ |
| H A D | ncal.c | 981 wcsncat(wds->names[i], buf, len); in mkweekdays() 982 wcsncat(wds->names[i], L" ", 1); in mkweekdays()
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.h | 1133 #define Strncat(a, b, c) wcsncat(a, b, c)
|
| /freebsd/contrib/libedit/ |
| H A D | history.c | 90 #define Strncat(d, s, n) wcsncat(d, s, n)
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 899 SYMBOL(wcsncat, None, <wchar.h>)
|
| H A D | StdSymbolMap.inc | 3229 SYMBOL(wcsncat, std::, <cwchar>) 3230 SYMBOL(wcsncat, None, <cwchar>) 3231 SYMBOL(wcsncat, None, <wchar.h>)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 7263 INTERCEPTOR(wchar_t *, wcsncat, wchar_t *dst, const wchar_t *src, SIZE_T n) { 7265 COMMON_INTERCEPTOR_ENTER(ctx, wcsncat, dst, src, n); 7273 return REAL(wcsncat)(dst, src, n); 7277 COMMON_INTERCEPT_FUNCTION(wcsncat);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3259 fun:wcsncat=uninstrumented
|