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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/
H A DCopying.c50 /** The wmemcpy function copies n wide characters from the object pointed to by
56 @return The wmemcpy function returns the value of s1.
58 wchar_t *wmemcpy(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) function
68 overlapping source and destination objects, this function and wmemcpy are
71 For programming clarity, it is recommended that you use wmemcpy if you know

Completed in 42 milliseconds