Searched defs:wmemmove (Results 1 – 3 of 3) sorted by relevance
34 wmemmove(wchar_t *d, const wchar_t *s, size_t n) in wmemmove() function
244 wmemmove keyword
75 #define wmemmove(a,b,i) (wchar_t *)memmove((a), (b), (i) * sizeof(wchar_t)) macro