/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/ |
Copying.c | 47 return (wchar_t *)StrnCpy( (CHAR16 *)s1, (CONST CHAR16 *)s2, (UINTN)n);
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/ |
String.c | 107 StrnCpy (
433 StrnCpy (Destination + DestinationLen, Source, Length);
[all...] |
/device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/ |
EmuBusDriverDxe.c | 265 StrnCpy (ComponentName, EmuIoThunk->ConfigString, sizeof (ComponentName)/sizeof (CHAR16));
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/ |
HiKeyFastbootDxe.c | 235 StrnCpy (
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960FastbootDxe/ |
HiKey960FastbootDxe.c | 235 StrnCpy (
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/ |
String.c | 416 StrnCpy (Destination + StrLen (Destination), Source, Length);
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGlueBaseLib.h | 31 #define StrnCpy(_Dest, _Source, _Length) GlueStrnCpy(_Dest, _Source, _Length)
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
BaseLib.h | 601 StrnCpy (
[all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/ |
WinNtSimpleFileSystem.c | 746 StrnCpy (Token, *FileName, Offset);
[all...] |