Searched refs:wcsncpy (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/ |
D | Copying.c | 45 wchar_t *wcsncpy(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) in wcsncpy() function
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/ |
D | daShell.c | 498 wcsncpy(WPath, MPath, NAME_MAX); /* Get the Map Name */ in da_ShellOpen() 664 wcsncpy(NewFileInfo->FileName, NewFn, wcslen(NewFn) + 1); in da_ShellRename()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | wchar.h | 1129 wchar_t *wcsncpy(wchar_t * __restrict Dest, const wchar_t * __restrict Src, size_t n);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/ |
D | StringDB.c | 1229 wcsncpy (Lang->LanguageName, LanguageName, 3); in StringDBAddLanguage() 2335 wcsncpy (TempLangName, WCharPtr, LANGUAGE_IDENTIFIER_NAME_LEN); in StringDBFindString()
|
D | StrGather.c | 2029 wcsncpy (To, From, LANGUAGE_IDENTIFIER_NAME_LEN); in AddCommandLineLanguage()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/ |
D | StringDB.c | 1831 wcsncpy (TempLangName, WCharPtr, LANGUAGE_IDENTIFIER_NAME_LEN); in StringDBFindString()
|