Home
last modified time | relevance | path

Searched refs:argvIdx (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_getopt.c29 optMsg->argvIdx = 1; in NstackInitGetOptMsg()
37 if (optMsg->argvIdx >= argc || argv[optMsg->argvIdx][0] != '-' || argv[optMsg->argvIdx][1] == '\0') { in GetOptCheckInputArg()
39 } else if (!strcmp(argv[optMsg->argvIdx], "--")) { in GetOptCheckInputArg()
40 optMsg->argvIdx++; in GetOptCheckInputArg()
53 optMsg->argvIdx++; in GetOptCheckCurrentOpt()
65 if (argv[optMsg->argvIdx][optMsg->argvOffset + 1] != '\0') { in GetOptParseAttachArg()
66 optMsg->attachArg = &argv[optMsg->argvIdx++][optMsg->argvOffset + 1]; in GetOptParseAttachArg()
67 } else if (++optMsg->argvIdx > in GetOptParseAttachArg()
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_getopt.h28 int32_t argvIdx; member

Completed in 1 milliseconds