Searched refs:aArgCount (Results 1 – 3 of 3) sorted by relevance
/openthread-2.7.6/examples/platforms/simulation/ |
D | system.c | 93 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/ |
D | main.c | 198 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()
|
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()
|