Searched refs:wmemcpy (Results 1 – 21 of 21) sorted by relevance
| /dragonfly/lib/libc/string/ |
| HD | wmemcpy.c | 34 wmemcpy(wchar_t * __restrict d, const wchar_t * __restrict s, size_t n) in wmemcpy() function
|
| HD | wcsdup.c | 41 return (wmemcpy(copy, s, len)); in wcsdup()
|
| HD | Makefile.inc | 26 wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c 102 wmemchr.3 wmemcpy.3 \
|
| HD | Symbol.map | 92 wmemcpy;
|
| /dragonfly/gnu/usr.bin/gdb/libgnu/ |
| HD | wchar.h | 821 _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/ |
| HD | wchar.h | 1023 _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/ |
| HD | lib_cchar.c | 137 wmemcpy(wch, wcval->chars, (size_t) len); in getcchar()
|
| /dragonfly/usr.bin/fmt/ |
| HD | fmt.c | 554 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/ |
| D | wchar.h | 101 using std::wmemcpy;
|
| /dragonfly/contrib/nvi2/common/ |
| HD | multibyte.h | 102 #define MEMCPY wmemcpy
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/ |
| D | cwchar | 129 #undef wmemcpy 201 using ::wmemcpy;
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/ |
| D | cwchar | 127 #undef wmemcpy 199 using ::wmemcpy;
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/ |
| D | cwchar | 129 #undef wmemcpy 197 using ::wmemcpy;
|
| /dragonfly/usr.bin/colcrt/ |
| HD | colcrt.c | 241 wmemcpy(page[0], page[ol], (267 - ol) * 132); in pflush()
|
| /dragonfly/include/ |
| HD | wchar.h | 197 wchar_t *wmemcpy(wchar_t * __restrict, const wchar_t * __restrict, size_t);
|
| /dragonfly/contrib/gdb-7/gdb/gnulib/import/ |
| HD | fnmatch.c | 193 # define MEMPCPY(D, S, N) (wmemcpy (D, S, N) + (N))
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | cfns.gperf | 243 wmemcpy keyword
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | char_traits.h | 344 { return wmemcpy(__s1, __s2, __n); } in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | char_traits.h | 464 return wmemcpy(__s1, __s2, __n); in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/libarchive/libarchive/ |
| HD | archive_string.c | 70 #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/ |
| HD | config.h.proto | 802 /* Define to 1 if you have the `wmemcpy' function. */
|