Searched refs:CmdLength (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
H A DOrderedCollectionTest.c615 size_t CmdLength; local
617 CmdLength = strlen (KeyedCmd->Command);
618 assert (CmdLength >= 2);
619 if (strncmp (KeyedCmd->Command, Line, CmdLength) == 0) {
623 CommandArg = Line + CmdLength;
632 (int)(CmdLength - 1), Line, CommandArg);

Completed in 48 milliseconds