Searched refs:wmemmove (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c74 #if !defined(HAVE_WMEMMOVE) && !defined(wmemmove)
75 #define wmemmove(a,b,i) (wchar_t *)memmove((a), (b), (i) * sizeof(wchar_t)) macro
221 wmemmove(as->s + as->length, p, s);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp584 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dest, const wchar_t *src, SIZE_T n) {
587 wchar_t *res = REAL(wmemmove)(dest, src, n);
1631 INTERCEPT_FUNCTION(wmemmove);
/freebsd-11-stable/lib/libc/string/
H A DMakefile.inc28 wmemcpy.c wmemmove.c wmemset.c
102 wmemchr.3 wmemmove.3 \
H A Dwmemmove.c26 * citrus Id: wmemmove.c,v 1.2 2000/12/20 14:08:31 itojun Exp
32 __RCSID("$NetBSD: wmemmove.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
41 wmemmove(wchar_t *d, const wchar_t *s, size_t n) function
/freebsd-11-stable/include/
H A Dwchar.h172 wchar_t *wmemmove(wchar_t *, const wchar_t *, size_t);
/freebsd-11-stable/contrib/nvi/common/
H A Dmultibyte.h105 #define MEMMOVE wmemmove
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7101 using ::wmemmove;
[all...]
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h102 using std::wmemmove;
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h137 #undef wmemmove macro
203 using ::wmemmove;
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dchar_traits.h336 { return wmemmove(__s1, __s2, __n); }
/freebsd-11-stable/usr.bin/fold/
H A Dfold.c179 wmemmove(buf, buf + space, indx - space);

Completed in 229 milliseconds