Searched refs:wcpncpy (Results 1 – 7 of 7) sorted by relevance
/freebsd/include/ssp/ |
H A D | wchar.h | 121 __ssp_redirect_raw_impl(wchar_t *, wcpncpy, wcpncpy, 131 return (__ssp_real(wcpncpy)(buf, src, len));
|
/freebsd/lib/libc/string/ |
H A D | wcpncpy.c | 33 __ssp_real(wcpncpy)(wchar_t * __restrict dst, const wchar_t * __restrict src, in __ssp_real() argument
|
H A D | Makefile.inc | 23 wcpcpy.c wcpncpy.c wcscasecmp.c wcscat.c \ 95 wmemchr.3 wcpncpy.3 \
|
H A D | Symbol.map | 84 wcpncpy;
|
/freebsd/include/ |
H A D | wchar.h | 229 wchar_t *wcpncpy(wchar_t * __restrict, const wchar_t * __restrict, size_t);
|
/freebsd/lib/libc/tests/secure/ |
H A D | fortify_wchar_test.c | 855 wcpncpy(__stack.__buf, src, __len); in ATF_TC_BODY() 878 wcpncpy(__stack.__buf, src, __len); in ATF_TC_BODY() 902 wcpncpy(__stack.__buf, src, __len); in ATF_TC_BODY() 926 wcpncpy(__stack.__buf, src, __len); in ATF_TC_BODY() 959 wcpncpy(__stack.__buf, src, __len); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3241 fun:wcpncpy=uninstrumented
|