Home
last modified time | relevance | path

Searched refs:nextArg (Results 1 – 12 of 12) sorted by relevance

/third_party/popt/src/
Dpopt.c57 (con->os->nextArg ? con->os->nextArg : ""), in prtcon()
144 myOpt, con->os->nextArg, cbData); in invokeCallbacksOPTION()
196 os->nextArg = _free(os->nextArg); in cleanOSE()
212 con->os->nextArg = _free(con->os->nextArg); in poptResetContext()
329 const char * nextArg) in handleAlias() argument
363 if (longName == NULL && nextArg != NULL && *nextArg != '\0') in handleAlias()
364 con->os->nextCharArg = nextArg; in handleAlias()
369 con->os->nextArg = NULL; in handleAlias()
375 if (longName && nextArg != NULL && *nextArg != '\0') { in handleAlias()
381 av[ac++] = nextArg; in handleAlias()
[all …]
Dpoptint.h86 char * nextArg; member
/third_party/ltp/testcases/network/nfsv4/locks/
Dlocktests.c938 char *nextArg(int argc, char **argv, int *i) in nextArg() function
974 if (!(tmp = nextArg(argc, argv, &i))) in main()
981 if (!(dp.fname = nextArg(argc, argv, &i))) in main()
990 if (!(clients = atoi(nextArg(argc, argv, &i)))) in main()
996 if (!(host = nextArg(argc, argv, &i))) in main()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp4002 int nextArg = 3; in decomposeSampleMethods() local
4005 argBias = argAggregate->getSequence()[nextArg++]->getAsTyped(); in decomposeSampleMethods()
4009 … if ((int)argAggregate->getSequence().size() == (nextArg+1)) { // last parameter is offset form in decomposeSampleMethods()
4011 argOffset = argAggregate->getSequence()[nextArg++]->getAsTyped(); in decomposeSampleMethods()
/third_party/node/tools/
Dlint-md.mjs21440 , nextArg = function() { return args[argIndex++]; } function
21469 result += parseInt(nextArg(), 10).toString(2);
21472 arg = nextArg();
21479 result += parseInt(nextArg(), 10);
21482 tmp = String(parseFloat(nextArg()).toFixed(precision || 6));
21486 result += JSON.stringify(nextArg());
21489 result += '0' + parseInt(nextArg(), 10).toString(8);
21492 result += nextArg();
21495 result += '0x' + parseInt(nextArg(), 10).toString(16);
21498 result += '0x' + parseInt(nextArg(), 10).toString(16).toUpperCase();
/third_party/typescript/src/compiler/
Dchecker.ts27883 const nextArg = elementAt(args, getSpreadArgumentIndex(args) + 1) || undefined;
27884 …Array = factory.createNodeArray(args.slice(max > argCount && nextArg ? args.indexOf(nextArg) : Mat…
/third_party/typescript/lib/
Dtsc.js57972 var nextArg = ts.elementAt(args, getSpreadArgumentIndex(args) + 1) || undefined;
57973 …ay = ts.factory.createNodeArray(args.slice(max > argCount && nextArg ? args.indexOf(nextArg) : Mat…
DtypingsInstaller.js69396 var nextArg = ts.elementAt(args, getSpreadArgumentIndex(args) + 1) || undefined;
69397 …ay = ts.factory.createNodeArray(args.slice(max > argCount && nextArg ? args.indexOf(nextArg) : Mat…
Dtsserverlibrary.js69601 var nextArg = ts.elementAt(args, getSpreadArgumentIndex(args) + 1) || undefined;
69602 …ay = ts.factory.createNodeArray(args.slice(max > argCount && nextArg ? args.indexOf(nextArg) : Mat…
Dtypescript.js69601 var nextArg = ts.elementAt(args, getSpreadArgumentIndex(args) + 1) || undefined;
69602 …ay = ts.factory.createNodeArray(args.slice(max > argCount && nextArg ? args.indexOf(nextArg) : Mat…
Dtsserver.js69407 var nextArg = ts.elementAt(args, getSpreadArgumentIndex(args) + 1) || undefined;
69408 …ay = ts.factory.createNodeArray(args.slice(max > argCount && nextArg ? args.indexOf(nextArg) : Mat…
DtypescriptServices.js69601 var nextArg = ts.elementAt(args, getSpreadArgumentIndex(args) + 1) || undefined;
69602 …ay = ts.factory.createNodeArray(args.slice(max > argCount && nextArg ? args.indexOf(nextArg) : Mat…