/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 | 25 wcslcat.c wcslcpy.c wcslen.c wcsncasecmp.c wcsncat.c wcsncmp.c \ 107 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/ |
H A D | cwchar | 65 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 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 | 1302 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 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 | 89 #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 | 3152 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 D | sanitizer_common_interceptors.inc | 7102 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 D | libc_ubuntu1404_abilist.txt | 3259 fun:wcsncat=uninstrumented
|