Searched defs:wmemmove (Results 1 - 5 of 5) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
H A Dwchar2.h61 size_t __n), wmemmove);
66 __warnattr ("wmemmove called with length bigger than size of destination "
70 __NTH (wmemmove (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dwchar2.h61 size_t __n), wmemmove);
65 __warnattr ("wmemmove called with length bigger than size of destination "
69 __NTH (wmemmove (wchar_t *__s1, __const wchar_t *__s2, size_t __n)) function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dwchar2.h61 size_t __n), wmemmove);
65 __warnattr ("wmemmove called with length bigger than size of destination "
69 __NTH (wmemmove (wchar_t *__s1, __const wchar_t *__s2, size_t __n)) function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwchar.h949 wchar_t *__cdecl wmemmove(wchar_t *s1, const wchar_t *s2, size_t n) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
983 __CRT_INLINE wchar_t *__cdecl wmemmove(wchar_t *_S1,const wchar_t *_S2,size_t _N) { return (wchar_t *)memmove(_S1,_S2,_N*sizeof(wchar_t)); } function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwchar.h949 wchar_t *__cdecl wmemmove(wchar_t *s1, const wchar_t *s2, size_t n) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
983 __CRT_INLINE wchar_t *__cdecl wmemmove(wchar_t *_S1,const wchar_t *_S2,size_t _N) { return (wchar_t *)memmove(_S1,_S2,_N*sizeof(wchar_t)); } function

Completed in 687 milliseconds