Home
last modified time | relevance | path

Searched refs:wmemcpy (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/src/lib/libc/string/
Dwmemcpy.c36 wmemcpy(wchar_t *d, const wchar_t *s, size_t n) in wmemcpy() function
41 DEF_STRONG(wmemcpy);
DMakefile.inc14 wmemcpy.c wmemmove.c wmemset.c wcsdup.c wcscasecmp.c wcscasecmp_l.c
34 wcsstr.3 wcstok.3 wcswidth.3 wmemchr.3 wmemcmp.3 wmemcpy.3 wmemmove.3 \
Dwcsdup.c30 return (wmemcpy(copy, str, len)); in wcsdup()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/
Dstd_cwchar.h126 #undef wmemcpy
183 using ::wmemcpy;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cwchar.h136 #undef wmemcpy
202 using ::wmemcpy;
/openbsd/src/lib/libc/hidden/
Dwchar.h91 PROTO_NORMAL(wmemcpy);
/openbsd/src/lib/libcurses/widechar/
Dlib_cchar.c151 wmemcpy(wch, wcval->chars, (size_t) len); in getcchar()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
Dwchar.h93 using std::wmemcpy;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/
Dwchar.h101 using std::wmemcpy;
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
Dglobal_symbols.txt182 wmemcpy U
/openbsd/src/gnu/llvm/libcxx/include/
Dcwchar85 wchar_t* wmemcpy(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
172 using ::wmemcpy _LIBCPP_USING_IF_EXISTS;
/openbsd/src/include/
Dwchar.h143 wchar_t *wmemcpy(wchar_t * __restrict, const wchar_t * __restrict,
/openbsd/src/gnu/gcc/gcc/cp/
Dcfns.gperf226 wmemcpy
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcfns.gperf225 wmemcpy
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dchar_traits.h340 { return wmemcpy(__s1, __s2, __n); }
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dchar_traits.h311 { return wmemcpy(__s1, __s2, __n); }
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp563 INTERCEPTOR(wchar_t *, wmemcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument
566 wchar_t *res = REAL(wmemcpy)(dest, src, n); in INTERCEPTOR()
1696 INTERCEPT_FUNCTION(wmemcpy); in InitializeInterceptors()
/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
Dwgenops.c40 # define __wmemcpy(dst, src, n) wmemcpy (dst, src, n)
Dwfileops.c703 wmemcpy (f->_wide_data->_IO_write_ptr, s, count);
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DDiagnosticASTKinds.td292 "'%select{%select{memcpy|wmemcpy}1|%select{memmove|wmemmove}1}0' "
304 "'%select{memcpy|wmemcpy}0' between overlapping memory regions">;
306 "'%select{%select{memcpy|wmemcpy}1|%select{memmove|wmemmove}1}0' "
DBuiltins.def1098 LIBBUILTIN(wmemcpy, "w*w*wC*z", "fE", WCHAR_H, ALL_LANGUAGES)
/openbsd/src/lib/libc/
DSymbols.list1686 wmemcpy
/openbsd/src/gnu/lib/libstdc++/libstdc++/
Dconfig.h.in704 /* Define if you have the wmemcpy function. */
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DCSymbolMap.inc935 SYMBOL(wmemcpy, None, <wchar.h>)
DStdSymbolMap.inc1297 SYMBOL(wmemcpy, std::, <cwchar>)

12