Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Dsystem.c105 void otSysInit(int aArgCount, char *aArgVector[]) in otSysInit() argument
138 int c = getopt_long(aArgCount, aArgVector, options, long_options, NULL); in otSysInit()
180 if (optind != aArgCount - 1) in otSysInit()
/openthread-latest/src/posix/
Dmain.c184 static void ParseArg(int aArgCount, char *aArgVector[], PosixConfig *aConfig) in ParseArg() argument
201 int option = getopt_long(aArgCount, aArgVector, "B:d:hI:nps:v", kOptions, &index); in ParseArg()
268 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()