Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
DTPMCmds.c157 const char* optShort, // Expected short (single letter) name in CmdLineParser_IsOpt() argument
162 || (optShort && opt[0] == optShort[0] && opt[1] == 0) in CmdLineParser_IsOpt()
172 const char* optShort in CmdLineParser_IsOptPresent() argument
183 Assert(!optShort || (optShort[0] && !optShort[1]), in CmdLineParser_IsOptPresent()
196 && CmdLineParser_IsOpt(opt + 1, optFull, optShort, in CmdLineParser_IsOptPresent()