Searched refs:wcsncpy (Results 1 - 9 of 9) 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
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h138 #define _tcsnccpy WINE_tchar_routine(strncpy, _mbsncpy, wcsncpy)
140 #define _tcsncpy WINE_tchar_routine(strncpy, _mbsnbcpy, wcsncpy)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h138 #define _tcsnccpy WINE_tchar_routine(strncpy, _mbsncpy, wcsncpy)
140 #define _tcsncpy WINE_tchar_routine(strncpy, _mbsnbcpy, wcsncpy)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwchar.h86 wchar_t *wcsncpy (wchar_t * __restrict s1,
1119 /** The wcsncpy function copies not more than n wide characters (those that
1127 @return The wcsncpy function returns the value of Dest.
1129 wchar_t *wcsncpy(wchar_t * __restrict Dest, const wchar_t * __restrict Src, size_t n);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstring.h119 wchar_t* __cdecl wcsncpy(wchar_t*,const wchar_t*,size_t);
H A Dwchar.h432 wchar_t* __cdecl wcsncpy(wchar_t*,const wchar_t*,size_t);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstring.h105 wchar_t* __cdecl wcsncpy(wchar_t*,const wchar_t*,size_t);
H A Dwchar.h372 wchar_t* __cdecl wcsncpy(wchar_t*,const wchar_t*,size_t);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c498 wcsncpy(WPath, MPath, NAME_MAX); /* Get the Map Name */
664 wcsncpy(NewFileInfo->FileName, NewFn, wcslen(NewFn) + 1);

Completed in 58 milliseconds