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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/
H A DCopying.c54 use wmemmove.
63 /** The wmemmove function copies n wide characters from the object pointed to by
73 use wmemmove.
75 @return The wmemmove function returns the value of s1.
77 wchar_t *wmemmove(wchar_t *s1, const wchar_t *s2, size_t n) function

Completed in 31 milliseconds