Searched refs:aArgCount (Results 1 – 3 of 3) sorted by relevance
| /openthread-latest/examples/platforms/simulation/ |
| D | system.c | 105 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/ |
| D | main.c | 184 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()
|
| D | client.cpp | 239 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()
|