/freebsd/include/ssp/ |
H A D | wchar.h | 59 __ssp_redirect_raw_impl(wchar_t *, wmemcpy, wmemcpy, 69 return (__ssp_real(wmemcpy)(buf, src, len)); 117 (void)__ssp_real(wmemcpy)(buf, src, len + 1); 170 return (__ssp_real(wmemcpy)(buf, src, len));
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 80 INTERCEPTOR(wchar_t *, wmemcpy, wchar_t *dst, const wchar_t *src, uptr size) { in INTERCEPTOR() argument 81 wchar_t *res = REAL(wmemcpy)(dst, src, size); in INTERCEPTOR() 215 INTERCEPT_FUNCTION(wmemcpy); in InitializeInterceptors()
|
/freebsd/lib/libc/string/ |
H A D | wmempcpy.c | 39 return (wmemcpy(dst, src, len) + len); in __ssp_real()
|
H A D | wmemcpy.c | 42 __ssp_real(wmemcpy)(wchar_t * __restrict d, const wchar_t * __restrict s, in __ssp_real() argument
|
H A D | wcsdup.c | 41 return (wmemcpy(copy, s, len)); in wcsdup()
|
H A D | Makefile.inc | 29 wmemcpy.c wmemmove.c wmempcpy.c wmemset.c 116 wmemchr.3 wmemcpy.3 \
|
H A D | Symbol.map | 71 wmemcpy;
|
/freebsd/contrib/llvm-project/libcxx/src/support/ibm/ |
H A D | mbsnrtowcs.cpp | 12 #include <string.h> // wmemcpy 77 wmemcpy(dst, buff, result); in mbsnrtowcs()
|
/freebsd/lib/libc/tests/string/ |
H A D | wcsnlen_test.c | 68 wmemcpy(s1, s, bufsize <= size ? bufsize : size); in test_wcsnlen()
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_cchar.c | 149 wmemcpy(wch, wcval->chars, (size_t) len); in getcchar()
|
/freebsd/usr.bin/fmt/ |
H A D | fmt.c | 633 wmemcpy(output_buffer + output_buffer_length, word, length); in output_word() 670 wmemcpy(output_buffer, word, length); in output_word()
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 102 #define MEMCPY wmemcpy
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 66 using ::wmemcpy _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 66 using std::wmemcpy _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/libedit/TEST/ |
H A D | test_filecompletion.c | 533 wmemcpy(buffer, inputs[i].user_typed_text, input_len); in main()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 85 wchar_t* wmemcpy(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 179 using ::wmemcpy _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
H A D | global_symbols.txt | 217 wmemcpy U
|
/freebsd/include/ |
H A D | wchar.h | 178 wchar_t *wmemcpy(wchar_t * __restrict, const wchar_t * __restrict, size_t);
|
/freebsd/lib/libc/tests/secure/ |
H A D | fortify_wchar_test.c | 183 wmemcpy(__stack.__buf, src, __len); in ATF_TC_BODY() 205 wmemcpy(__stack.__buf, src, __len); in ATF_TC_BODY() 229 wmemcpy(__stack.__buf, src, __len); in ATF_TC_BODY() 253 wmemcpy(__stack.__buf, src, __len); in ATF_TC_BODY() 286 wmemcpy(__stack.__buf, src, __len); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 650 INTERCEPTOR(wchar_t *, wmemcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument 653 wchar_t *res = REAL(wmemcpy)(dest, src, n); in INTERCEPTOR() 1794 INTERCEPT_FUNCTION(wmemcpy); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticASTKinds.td | 300 "'%select{%select{memcpy|wmemcpy}1|%select{memmove|wmemmove}1}0' " 312 "'%select{memcpy|wmemcpy}0' between overlapping memory regions">; 314 "'%select{%select{memcpy|wmemcpy}1|%select{memmove|wmemmove}1}0' "
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_string.c | 69 #if !defined(HAVE_WMEMCPY) && !defined(wmemcpy) 70 #define wmemcpy(a,b,i) (wchar_t *)memcpy((a), (b), (i) * sizeof(wchar_t)) macro 525 wmemcpy(dest->s + dest->length, (const wchar_t *)s, count); in archive_wstring_append_from_mbs_in_codepage()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 935 SYMBOL(wmemcpy, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 3265 SYMBOL(wmemcpy, std::, <cwchar>) 3266 SYMBOL(wmemcpy, None, <cwchar>) 3267 SYMBOL(wmemcpy, None, <wchar.h>)
|