Home
last modified time | relevance | path

Searched refs:wcsncpy (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
DCopying.c45 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/
DdaShell.c498 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/
Dwchar.h1129 wchar_t *wcsncpy(wchar_t * __restrict Dest, const wchar_t * __restrict Src, size_t n);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
DStringDB.c1229 wcsncpy (Lang->LanguageName, LanguageName, 3); in StringDBAddLanguage()
2335 wcsncpy (TempLangName, WCharPtr, LANGUAGE_IDENTIFIER_NAME_LEN); in StringDBFindString()
DStrGather.c2029 wcsncpy (To, From, LANGUAGE_IDENTIFIER_NAME_LEN); in AddCommandLineLanguage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
DStringDB.c1831 wcsncpy (TempLangName, WCharPtr, LANGUAGE_IDENTIFIER_NAME_LEN); in StringDBFindString()