Home
last modified time | relevance | path

Searched refs:StrniCmp (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DUefiShellLevel2CommandsLib.h293 StrniCmp(
DUefiShellLevel2CommandsLib.c286 StrniCmp( in StrniCmp() function
DCd.c105 if (StrniCmp (FullPath, Cwd, (UINTN) (Splitter1 - FullPath)) == NULL) { in IsCurrentFileSystem()
DCp.c513 && StrniCmp(Node->FullName, DestPath, StrLen(DestPath)) == NULL in ValidateAndCopyFiles()
525 if ((StrniCmp(Node->FullName, DestPath, StrLen(Node->FullName)) == 0) in ValidateAndCopyFiles()
DTimeDate.c553 if (StrniCmp (TempLocation, L"_local", StrLen (TempLocation)) == NULL) { in ShellCommandRunTime()
716 if (StrniCmp (TimeZoneString, L"_local", StrLen (TimeZoneString)) == NULL) { in CheckAndSetTimeZone()