Home
last modified time | relevance | path

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

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