Home
last modified time | relevance | path

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

/dragonfly/lib/libc/string/
HDwmemcpy.c34 wmemcpy(wchar_t * __restrict d, const wchar_t * __restrict s, size_t n) in wmemcpy() function
HDwcsdup.c41 return (wmemcpy(copy, s, len)); in wcsdup()
HDMakefile.inc26 wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c
102 wmemchr.3 wmemcpy.3 \
HDSymbol.map92 wmemcpy;
/dragonfly/gnu/usr.bin/gdb/libgnu/
HDwchar.h821 _GL_FUNCDECL_SYS (wmemcpy, wchar_t *,
824 _GL_CXXALIAS_SYS (wmemcpy, wchar_t *,
826 _GL_CXXALIASWARN (wmemcpy);
828 # undef wmemcpy
830 _GL_WARN_ON_USE (wmemcpy, "wmemcpy is unportable - "
/dragonfly/gnu/usr.bin/grep/libgreputils/
HDwchar.h1023 _GL_FUNCDECL_SYS (wmemcpy, wchar_t *,
1026 _GL_CXXALIAS_SYS (wmemcpy, wchar_t *,
1029 _GL_CXXALIASWARN (wmemcpy);
1032 # undef wmemcpy
1034 _GL_WARN_ON_USE (wmemcpy, "wmemcpy is unportable - "
/dragonfly/contrib/ncurses/ncurses/widechar/
HDlib_cchar.c137 wmemcpy(wch, wcval->chars, (size_t) len); in getcchar()
/dragonfly/usr.bin/fmt/
HDfmt.c554 wmemcpy(output_buffer+output_buffer_length, word, length); in output_word()
584 wmemcpy(output_buffer, word, length); in output_word()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
Dwchar.h101 using std::wmemcpy;
/dragonfly/contrib/nvi2/common/
HDmultibyte.h102 #define MEMCPY wmemcpy
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
Dcwchar129 #undef wmemcpy
201 using ::wmemcpy;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
Dcwchar127 #undef wmemcpy
199 using ::wmemcpy;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
Dcwchar129 #undef wmemcpy
197 using ::wmemcpy;
/dragonfly/usr.bin/colcrt/
HDcolcrt.c241 wmemcpy(page[0], page[ol], (267 - ol) * 132); in pflush()
/dragonfly/include/
HDwchar.h197 wchar_t *wmemcpy(wchar_t * __restrict, const wchar_t * __restrict, size_t);
/dragonfly/contrib/gdb-7/gdb/gnulib/import/
HDfnmatch.c193 # define MEMPCPY(D, S, N) (wmemcpy (D, S, N) + (N))
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcfns.gperf243 wmemcpy keyword
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dchar_traits.h344 { return wmemcpy(__s1, __s2, __n); } in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dchar_traits.h464 return wmemcpy(__s1, __s2, __n); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/libarchive/libarchive/
HDarchive_string.c70 #if !defined(HAVE_WMEMCPY) && !defined(wmemcpy)
71 #define wmemcpy(a,b,i) (wchar_t *)memcpy((a), (b), (i) * sizeof(wchar_t)) macro
526 wmemcpy(dest->s + dest->length, (const wchar_t *)s, count); in archive_wstring_append_from_mbs_in_codepage()
/dragonfly/gnu/usr.bin/cvs/lib/
HDconfig.h.proto802 /* Define to 1 if you have the `wmemcpy' function. */