Searched refs:nextarg (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_getparam.c374 char *nextarg, /* NULL if unset */
468 nextarg = (char *)&parse[1]; /* this is the actual extra parameter */
471 else if(!nextarg)
482 GetStr(&config->dns_ipv4_addr, nextarg);
486 GetStr(&config->dns_ipv6_addr, nextarg);
489 GetStr(&config->random_file, nextarg);
492 GetStr(&config->egd_file, nextarg);
495 GetStr(&config->xoauth2_bearer, nextarg);
498 err = str2udouble(&config->connecttimeout, nextarg);
503 GetStr(&config->cipher_list, nextarg);
373 getparameter(char *flag, char *nextarg, bool *usedarg, struct GlobalConfig *global, struct OperationConfig *config) argument
1818 char *nextarg; local
[all...]
H A Dtool_getparam.h48 ParameterError getparameter(char *flag, char *nextarg, bool *usedarg,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_bp.c50 int nextarg = *nextargp; local
54 if ((argc + 1) != nextarg) {
55 if (strnicmp(argv[nextarg], "datar", sizeof("datar")) == 0)
57 else if (strnicmp(argv[nextarg], "dataw", sizeof("dataw")) == 0)
59 else if (strnicmp(argv[nextarg], "inst", sizeof("inst")) == 0)
66 nextarg++;
68 if ((argc + 1) != nextarg) {
71 diag = kdbgetularg((char *)argv[nextarg],
81 nextarg++;
84 if ((argc + 1) != nextarg)
279 int nextarg; local
[all...]
H A Dkdb_bt.c111 int nextarg; local
196 nextarg = 1;
197 diag = kdbgetaddrarg(argc, argv, &nextarg, &addr,
H A Dkdb_main.c452 * *nextarg - index to next unparsed argument in argv[]
458 * *nextarg - index to next unparsed argument in argv[]
463 int kdbgetaddrarg(int argc, const char **argv, int *nextarg, argument
485 if (*nextarg > argc)
488 symname = (char *)argv[*nextarg];
519 diag = kdbgetularg(argv[*nextarg], &addr);
528 (*nextarg)++;
537 if ((*nextarg > argc)
546 if ((argv[*nextarg][0] != '+')
547 && (argv[*nextarg][
1022 int nextarg = 0; local
1584 int diag, nextarg = 1; local
1708 int nextarg; local
1749 int nextarg; local
1953 int nextarg; local
2369 int nextarg; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dexpr.c150 static bool nextarg(const char *str) function
260 if (nextarg("(")) {
263 if (!nextarg(")"))
269 if (nextarg(")"))
348 while (nextarg(":")) {
369 if (nextarg("*"))
371 else if (nextarg("/"))
373 else if (nextarg("%"))
396 if (nextarg("+"))
398 else if (nextarg("
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c1667 static node *nextarg(node **pn) function
1849 fmt = f = xstrdup(getvar_s(evaluate(nextarg(&n), v)));
1868 arg = evaluate(nextarg(&n), v);
1992 an[i] = nextarg(&op);
2266 L.v = evaluate(nextarg(&op1), v1);
2380 L.v = evaluate(nextarg(&op1), v1);

Completed in 186 milliseconds