Home
last modified time | relevance | path

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

/openthread-2.7.6/examples/platforms/simulation/
Dsystem.c93 void otSysInit(int aArgCount, char *aArgVector[]) in otSysInit() argument
115 int c = getopt_long(aArgCount, aArgVector, "hts:", long_options, NULL); in otSysInit()
146 if (optind != aArgCount - 1) in otSysInit()
/openthread-2.7.6/src/posix/
Dmain.c198 static void ParseArg(int aArgCount, char *aArgVector[], PosixConfig *aConfig) in ParseArg() argument
213 int option = getopt_long(aArgCount, aArgVector, "B:d:hI:ns:v", kOptions, &index); in ParseArg()
277 for (; optind < aArgCount; optind++) in ParseArg()
Dclient.cpp239 Config ParseArg(int &aArgCount, char **&aArgVector) in ParseArg() argument
245 …for (int index, option; (option = getopt_long(aArgCount, aArgVector, "+I:h", kOptions, &index)) !=… in ParseArg()
261 aArgCount -= optind; in ParseArg()