Home
last modified time | relevance | path

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

/openthread-2.7.6/src/posix/
Dmain.c161 static const struct option kOptions[] = { variable
213 int option = getopt_long(aArgCount, aArgVector, "B:d:hI:ns:v", kOptions, &index); in ParseArg()
Dclient.cpp217 const struct option kOptions[] = { variable
245 …for (int index, option; (option = getopt_long(aArgCount, aArgVector, "+I:h", kOptions, &index)) !=… in ParseArg()