Searched refs:wcsncpy (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/ |
H A D | Copying.c | 35 /** 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 D | tchar.h | 138 #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 D | tchar.h | 138 #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 D | wchar.h | 86 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 D | string.h | 119 wchar_t* __cdecl wcsncpy(wchar_t*,const wchar_t*,size_t);
|
H A D | wchar.h | 432 wchar_t* __cdecl wcsncpy(wchar_t*,const wchar_t*,size_t);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | string.h | 105 wchar_t* __cdecl wcsncpy(wchar_t*,const wchar_t*,size_t);
|
H A D | wchar.h | 372 wchar_t* __cdecl wcsncpy(wchar_t*,const wchar_t*,size_t);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/ |
H A D | daShell.c | 498 wcsncpy(WPath, MPath, NAME_MAX); /* Get the Map Name */ 664 wcsncpy(NewFileInfo->FileName, NewFn, wcslen(NewFn) + 1);
|
Completed in 93 milliseconds