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

12

/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_getparam.c375 char *nextarg, /* NULL if unset */
469 nextarg = (char *)&parse[1]; /* this is the actual extra parameter */
472 else if(!nextarg)
483 GetStr(&config->dns_ipv4_addr, nextarg);
487 GetStr(&config->dns_ipv6_addr, nextarg);
490 GetStr(&config->random_file, nextarg);
493 GetStr(&config->egd_file, nextarg);
496 GetStr(&config->xoauth2_bearer, nextarg);
499 err = str2udouble(&config->connecttimeout, nextarg);
504 GetStr(&config->cipher_list, nextarg);
374 getparameter(char *flag, char *nextarg, bool *usedarg, struct GlobalConfig *global, struct OperationConfig *config) argument
1822 char *nextarg; local
[all...]
H A Dtool_getparam.h48 ParameterError getparameter(char *flag, char *nextarg, bool *usedarg,
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dprintf-pos.c78 int nextarg; /* 1-based argument index */ member in struct:typetable
95 types->nextarg = 1;
119 if (types->nextarg >= types->tablesize) {
123 if (types->nextarg > types->tablemax)
124 types->tablemax = types->nextarg;
138 types->table[types->nextarg++] = type;
149 types->table[types->nextarg++] = T_INTMAXT;
151 types->table[types->nextarg++] = T_SSIZET;
153 types->table[types->nextarg++] = T_PTRDIFFT;
155 types->table[types->nextarg
[all...]
H A Dvfprintf.c376 int nextarg; /* 1-based argument index */ local
402 * Get the argument indexed by nextarg. If the argument table is
407 ((argtable != NULL) ? *((type*)(&argtable[nextarg++])) : \
408 (nextarg++, va_arg(ap, type)))
437 * Get * arguments, including the form *nn$. Preserve the nextarg
448 int hold = nextarg; \
456 nextarg = n2; \
458 nextarg = hold; \
477 nextarg = 1;
587 nextarg
[all...]
H A Dvfwprintf.c450 int nextarg; /* 1-based argument index */ local
476 * Get the argument indexed by nextarg. If the argument table is
481 ((argtable != NULL) ? *((type*)(&argtable[nextarg++])) : \
482 (nextarg++, va_arg(ap, type)))
511 * Get * arguments, including the form *nn$. Preserve the nextarg
522 int hold = nextarg; \
530 nextarg = n2; \
532 nextarg = hold; \
549 nextarg = 1;
656 nextarg
[all...]
H A Dxprintf.c443 int nextarg; local
454 nextarg = 1;
545 } else n = nextarg++;
583 } else n = nextarg++;
618 if (nextarg > maxarg)
619 maxarg = nextarg;
620 nextarg = n;
703 if (!arrayget(aa, nextarg + __PRINTFMAXARG - 1)) {
710 pi, __PRINTFMAXARG, arrayget(aa, nextarg));
712 pi->arg[0] = (void *)(long)nextarg;
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dcmdlib.h49 char** nextarg; /* next argv file arg */ \
H A Dcmdarg.c218 cmd->firstarg = cmd->nextarg = p;
239 else if (cmd->nextarg <= cmd->firstarg)
251 while (*cmd->nextarg++ = *p++);
253 *cmd->nextarg = 0;
265 b = (char*)&cmd->nextarg[1];
303 n = (int)(cmd->nextarg - cmd->argv);
304 cmd->nextarg = cmd->firstarg;
362 while ((cmd->nextstr -= len + 1) < (char*)(cmd->nextarg + cmd->offset))
364 if (cmd->nextarg == cmd->firstarg)
378 *cmd->nextarg
[all...]
/macosx-10.10/bc-21/bc/bc/
H A Dsbc.y241 { $$ = nextarg (NULL, lookup($1,SIMPLE), FALSE); }
243 { $$ = nextarg ($1, lookup($3,SIMPLE), FALSE); }
253 { $$ = nextarg (NULL, lookup($1,SIMPLE), FALSE); }
255 { $$ = nextarg (NULL, lookup($1,ARRAY), FALSE); }
257 { $$ = nextarg ($1, lookup($3,SIMPLE), FALSE); }
259 { $$ = nextarg ($1, lookup($3,ARRAY), FALSE); }
266 { $$ = nextarg (NULL,0, FALSE); }
268 { $$ = nextarg ($1,0, FALSE); }
H A Dbc.y333 { $$ = nextarg (NULL, lookup ($1,SIMPLE), FALSE);}
335 { $$ = nextarg (NULL, lookup ($1,ARRAY), FALSE); }
337 { $$ = nextarg (NULL, lookup ($2,ARRAY), TRUE); }
339 { $$ = nextarg ($1, lookup ($3,SIMPLE), FALSE); }
341 { $$ = nextarg ($1, lookup ($3,ARRAY), FALSE); }
343 { $$ = nextarg ($1, lookup ($4,ARRAY), TRUE); }
352 $$ = nextarg (NULL,0,FALSE);
358 $$ = nextarg (NULL,1,FALSE);
363 $$ = nextarg ($1,0,FALSE);
369 $$ = nextarg (
[all...]
H A Dload.c249 nextarg (functions[(int)func].f_params, ap_name,
259 nextarg (functions[(int)func].f_params, ap_name,
273 nextarg (functions[(int)func].f_autos, ap_name, FALSE);
H A Dbc.c1272 { yyval.a_value = nextarg (NULL, lookup (yyvsp[0].s_value,SIMPLE), FALSE);;
1276 { yyval.a_value = nextarg (NULL, lookup (yyvsp[-2].s_value,ARRAY), FALSE); ;
1280 { yyval.a_value = nextarg (NULL, lookup (yyvsp[-2].s_value,ARRAY), TRUE); ;
1284 { yyval.a_value = nextarg (yyvsp[-2].a_value, lookup (yyvsp[0].s_value,SIMPLE), FALSE); ;
1288 { yyval.a_value = nextarg (yyvsp[-4].a_value, lookup (yyvsp[-2].s_value,ARRAY), FALSE); ;
1292 { yyval.a_value = nextarg (yyvsp[-5].a_value, lookup (yyvsp[-2].s_value,ARRAY), TRUE); ;
1302 yyval.a_value = nextarg (NULL,0,FALSE);
1310 yyval.a_value = nextarg (NULL,1,FALSE);
1317 yyval.a_value = nextarg (yyvsp[-2].a_value,0,FALSE);
1325 yyval.a_value = nextarg (yyvs
[all...]
H A Dproto.h72 _PROTOTYPE(arg_list *nextarg, (arg_list *args, int val, int is_var));
H A Dutil.c61 /* nextarg adds another value to the list of arguments. */
64 nextarg (args, val, is_var) function
/macosx-10.10/shell_cmds-179/find/
H A Dfunction.c79 static char *nextarg(OPTION *, char ***);
228 * nextarg --
233 nextarg(OPTION *option, char ***argvp) function
241 } /* nextarg() */
287 nmins = nextarg(option, argvp);
333 value = nextarg(option, argvp);
358 dstr = nextarg(option, argvp);
591 ndepth = nextarg(option, argvp);
868 flags_str = nextarg(option, argvp);
975 fsname = nextarg(optio
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dprint.c61 char **nextarg; member in struct:printf
320 pdata.nextarg = argv;
329 } while(*pdata.nextarg && pdata.nextarg!=argv);
330 if(pdata.nextarg == nullarg && pdata.argsize>0)
691 register char* argp = *pp->nextarg;
811 value->p = pp->nextarg;
812 pp->nextarg = nullarg;
879 if(lastchar == *pp->nextarg)
898 d = sh_strnum(*pp->nextarg,
[all...]
/macosx-10.10/man-16/man/src/
H A Dman.c1237 char *nextarg; local
1319 nextarg = argv[optind++];
1323 tmp = is_section (nextarg);
1332 status = !do_global_apropos (nextarg, section);
1334 status = !do_apropos (nextarg);
1336 status = !do_whatis (nextarg);
1338 status = man (nextarg, section);
1342 gripe (NO_SUCH_ENTRY_IN_SECTION, nextarg, section);
1344 gripe (NO_SUCH_ENTRY, nextarg);
H A Dman.c.orig1235 char *nextarg;
1317 nextarg = argv[optind++];
1321 tmp = is_section (nextarg);
1330 status = !do_global_apropos (nextarg, section);
1332 status = !do_apropos (nextarg);
1334 status = !do_whatis (nextarg);
1336 status = man (nextarg, section);
1340 gripe (NO_SUCH_ENTRY_IN_SECTION, nextarg, section);
1342 gripe (NO_SUCH_ENTRY, nextarg);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dprocess.cpp97 const char* nextarg; local
100 while ((nextarg = va_arg(ap, const char*)) != NULL)
101 m_args.push_back(nextarg);
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm_token.c1187 const char *nextarg; local
1191 nextarg = *argv;
1193 while (nextarg != NULL) {
1196 nextlen = strlen(nextarg);
1199 nextarg = *(argv + count);
1209 nextarg = *(argv + i);
1210 ADD_MEM(dptr, nextarg, strlen(nextarg) + 1);
/macosx-10.10/ruby-106/ruby/
H A Dsprintf.c107 (rb_raise(rb_eArgError, "unnumbered(%d) mixed with numbered", nextarg), 0) : \
109 (rb_raise(rb_eArgError, "unnumbered(%d) mixed with named", nextarg), 0) : \
110 (posarg = nextarg++, GETNTHARG(posarg)))
450 int nextarg = 1; local
1088 if (posarg >= 0 && nextarg < argc) {
/macosx-10.10/adv_cmds-158/ps/
H A Dps.c1258 kludge_oldps_options(const char *optlist, char *origval, const char *nextarg, int *u03) argument
1296 if (nextarg == NULL || *nextarg == '-' || isdigitch(*nextarg))
/macosx-10.10/awk-20/src/
H A Drun.c1473 Node *nextarg; local
1479 nextarg = a[1]->nnext;
1500 if (nextarg == 0) {
1507 nextarg = nextarg->nnext;
1561 if (nextarg != 0) {
1563 for ( ; nextarg; nextarg = nextarg->nnext)
1564 execute(nextarg);
[all...]
/macosx-10.10/procmail-14/procmail/src/
H A Dformail.c433 goto nextarg;
459 goto nextarg; /* don't add to the list */
508 nextarg:;
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dargs.c760 struct argnod *nextarg = argp->argchn.ap; local
765 if(!(argp=nextarg) || (argp->argflag&ARG_MAKE))

Completed in 333 milliseconds

12