Searched refs:currentOptIdxInOpts (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_getopt.c | 47 char *currentOptIdxInOpts, char nextChar) in GetOptCheckCurrentOpt() argument 49 if (currentOpt == ':' || currentOptIdxInOpts == NULL) { in GetOptCheckCurrentOpt() 62 char currentOpt, const char *currentOptIdxInOpts) in GetOptParseAttachArg() argument 64 if (*(currentOptIdxInOpts + 1) == ':') { in GetOptParseAttachArg() 119 char *currentOptIdxInOpts = strchr(opts, currentOpt); in NstackGetOpt() local 120 if (GetOptCheckCurrentOpt(optMsg, currentOpt, currentOptIdxInOpts, in NstackGetOpt() 124 if (GetOptParseAttachArg(optMsg, argc, argv, currentOpt, currentOptIdxInOpts) != NSTACKX_EOK) { in NstackGetOpt()
|