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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/
H A DCopying.c35 /** The wcsncpy function copies not more than n wide characters (those that
43 @return The wcsncpy function returns the value of s1.
45 wchar_t *wcsncpy(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) function

Completed in 42 milliseconds