Home
last modified time | relevance | path

Searched refs:argvOffset (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_getopt.c30 optMsg->argvOffset = 1; in NstackInitGetOptMsg()
51 optMsg->argvOffset++; in GetOptCheckCurrentOpt()
54 optMsg->argvOffset = 1; in GetOptCheckCurrentOpt()
65 if (argv[optMsg->argvIdx][optMsg->argvOffset + 1] != '\0') { in GetOptParseAttachArg()
66 optMsg->attachArg = &argv[optMsg->argvIdx++][optMsg->argvOffset + 1]; in GetOptParseAttachArg()
69 optMsg->argvOffset = 1; in GetOptParseAttachArg()
74 optMsg->argvOffset = 1; in GetOptParseAttachArg()
76 if (argv[optMsg->argvIdx][++(optMsg->argvOffset)] == '\0') { in GetOptParseAttachArg()
77 optMsg->argvOffset = 1; in GetOptParseAttachArg()
115 if (optMsg->argvOffset in NstackGetOpt()
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_getopt.h29 int32_t argvOffset; member
/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp212 auto traceMode = [isTraceOption](int32_t argCount, char *argvOffset[]) -> bool { in ParseCommand()
216 std::string arg3 = argvOffset[2]; in ParseCommand()
220 if ((argCount >= 5) && isTraceOption(std::string(argvOffset[4]))) { in ParseCommand()
223 if ((argCount >= 6) && isTraceOption(std::string(argvOffset[5]))) { in ParseCommand()

Completed in 6 milliseconds