Searched refs:nextArg (Results 1 - 7 of 7) sorted by relevance
/third_party/lame/frontend/ |
H A D | parse.c | 1511 static int dev_only_with_arg(char const* str, char const* token, char const* nextArg, int* argIgnored, int* argUsed) in dev_only_with_arg() argument 1517 error_printf("WARNING: ignoring developer-only switch --%s %s\n", token, nextArg); in dev_only_with_arg() 1542 } else if (dev_only_with_arg(str,token,nextArg,&argIgnored,&argUsed)) { 1588 char *nextArg = i + 1 < argc ? argv[i + 1] : ""; in parse_args_() local 1603 argUsed = getDoubleValue(token, nextArg, &double_value); in parse_args_() 1621 argUsed = getIntValue(token, nextArg, &int_value); in parse_args_() 1640 argUsed = getIntValue(token, nextArg, &int_value); in parse_args_() 1676 argUsed = getIntValue(token, nextArg, &int_value); in parse_args_() 1690 if (strcmp(nextArg, "default") == 0) in parse_args_() 1692 else if (strcmp(nextArg, "stric in parse_args_() [all...] |
/third_party/popt/src/ |
H A D | popt.c | 54 fprintf(stderr, "\tcon %p os %p nextCharArg \"%s\" nextArg \"%s\" argv[%d] \"%s\"\n", in prtcon() 57 (con->os->nextArg ? con->os->nextArg : ""), in prtcon() 144 myOpt, con->os->nextArg, cbData); in invokeCallbacksOPTION() 197 os->nextArg = _free(os->nextArg); in cleanOSE() 213 con->os->nextArg = _free(con->os->nextArg); in poptResetContext() 336 const char * nextArg) in handleAlias() 370 if (longName == NULL && nextArg ! in handleAlias() 333 handleAlias(poptContext con, const char * longName, size_t longNameLen, char shortName, const char * nextArg) handleAlias() argument [all...] |
H A D | poptint.h | 86 char * nextArg; member
|
/third_party/node/lib/internal/util/parse_args/ |
H A D | parse_args.js | 179 const nextArg = remainingArgs[0]; 205 isOptionValue(nextArg)) { 258 isOptionValue(nextArg)) {
|
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/ |
H A D | index.js | 183 const nextArg = remainingArgs[0]; 209 isOptionValue(nextArg)) { 262 isOptionValue(nextArg)) {
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
H A D | locktests.c | 938 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/ |
H A D | hlslParseHelper.cpp | 4095 int nextArg = 3; in decomposeSampleMethods() local 4098 argBias = argAggregate->getSequence()[nextArg++]->getAsTyped(); in decomposeSampleMethods() 4102 if ((int)argAggregate->getSequence().size() == (nextArg+1)) { // last parameter is offset form in decomposeSampleMethods() 4104 argOffset = argAggregate->getSequence()[nextArg++]->getAsTyped(); in decomposeSampleMethods()
|
Completed in 28 milliseconds