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

/freebsd-13-stable/lib/libc/stdio/
H A Dprintf-pos.c84 u_int nextarg; /* 1-based argument index */ member in struct:typetable
101 types->nextarg = 1;
125 if (types->nextarg >= types->tablesize) {
129 if (types->nextarg > types->tablemax)
130 types->tablemax = types->nextarg;
144 types->table[types->nextarg++] = type;
155 types->table[types->nextarg++] = T_INTMAXT;
157 types->table[types->nextarg++] = T_SSIZET;
159 types->table[types->nextarg++] = T_PTRDIFFT;
161 types->table[types->nextarg
[all...]
H A Dxprintf.c275 int nextarg; local
286 nextarg = 1;
324 pi->get_prec = nextarg;
325 argt[nextarg++] = PA_INT;
344 pi->get_width = nextarg;
345 argt[nextarg++] = PA_INT;
373 if (nextarg > maxarg)
374 maxarg = nextarg;
375 nextarg = n;
442 pi, __PRINTFMAXARG, &argt[nextarg]);
[all...]
H A Dvfprintf.c367 int nextarg; /* 1-based argument index */ local
394 * Get the argument indexed by nextarg. If the argument table is
399 ((argtable != NULL) ? *((type*)(&argtable[nextarg++])) : \
400 (nextarg++, va_arg(ap, type)))
429 * Get * arguments, including the form *nn$. Preserve the nextarg
440 int hold = nextarg; \
448 nextarg = n2; \
450 nextarg = hold; \
474 nextarg = 1;
574 nextarg
[all...]
H A Dvfwprintf.c446 int nextarg; /* 1-based argument index */ local
473 * Get the argument indexed by nextarg. If the argument table is
478 ((argtable != NULL) ? *((type*)(&argtable[nextarg++])) : \
479 (nextarg++, va_arg(ap, type)))
508 * Get * arguments, including the form *nn$. Preserve the nextarg
519 int hold = nextarg; \
527 nextarg = n2; \
529 nextarg = hold; \
548 nextarg = 1;
645 nextarg
[all...]
/freebsd-13-stable/usr.bin/env/
H A Denvopts.c169 char *dest, **newargv, *newstr, **nextarg, **oldarg; local
189 nextarg = newargv;
190 *nextarg++ = **origv;
219 bq_destlen = dest - *(nextarg - 1);
227 copystr = expand_vars(in_arg, (nextarg - 1),
244 bq_destlen = dest - *(nextarg - 1);
339 *nextarg++ = dest;
358 *nextarg = NULL;
361 bq_destlen, *(nextarg - 1), bq_src);
373 *nextarg
[all...]
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dvfprintf.c203 int nextarg; /* 1-based argument index */ local
267 ** Get * arguments, including the form *nn$. Preserve the nextarg
280 int hold = nextarg; \
286 nextarg = n2; \
288 nextarg = hold; \
297 ** Get the argument indexed by nextarg. If the argument table is
304 (((argtable != NULL) ? (void) (ap = argtable[nextarg]) : (void) 0), \
305 nextarg++, SM_VA_ARG(ap, type))
308 ((argtable != NULL) ? (*((type*)(argtable[nextarg++]))) : \
309 (nextarg
842 int nextarg; /* 1-based argument index */ local
[all...]
/freebsd-13-stable/sbin/restore/
H A Dinteractive.c65 static char *nextarg = NULL; variable
122 nextarg = NULL;
317 if (nextarg != NULL)
346 nextarg = cp;
351 cp = copynext(nextarg, rawname);
353 nextarg = NULL;
355 nextarg = cp;
/freebsd-13-stable/usr.bin/find/
H A Dfunction.c70 static char *nextarg(OPTION *, char ***);
218 * nextarg --
223 nextarg(OPTION *option, char ***argvp) function
231 } /* nextarg() */
279 nmins = nextarg(option, argvp);
328 value = nextarg(option, argvp);
354 dstr = nextarg(option, argvp);
548 ndepth = nextarg(option, argvp);
840 flags_str = nextarg(option, argvp);
954 fsname = nextarg(optio
[all...]
/freebsd-13-stable/contrib/one-true-awk/
H A Drun.c1526 Node *nextarg; local
1533 nextarg = a[1]->nnext;
1554 if (nextarg == NULL) {
1561 nextarg = nextarg->nnext;
1568 if (nextarg == NULL) {
1574 while (nextarg != NULL) {
1575 y = execute(nextarg);
1578 nextarg = nextarg
[all...]
/freebsd-13-stable/contrib/atf/atf-c++/detail/
H A Dprocess.cpp93 const char* nextarg; local
96 while ((nextarg = va_arg(ap, const char*)) != NULL)
97 m_args.push_back(nextarg);
/freebsd-13-stable/contrib/openbsm/libbsm/
H A Dbsm_token.c1362 const char *nextarg; local
1366 nextarg = *argv;
1368 while (nextarg != NULL) {
1371 nextlen = strlen(nextarg);
1374 nextarg = *(argv + count);
1385 nextarg = *(argv + i);
1386 ADD_MEM(dptr, nextarg, strlen(nextarg) + 1);
/freebsd-13-stable/sys/security/audit/
H A Dbsm_token.c1340 const char *nextarg; local
1344 nextarg = *argv;
1346 while (nextarg != NULL) {
1349 nextlen = strlen(nextarg);
1352 nextarg = *(argv + count);
1361 nextarg = *(argv + i);
1362 ADD_MEM(dptr, nextarg, strlen(nextarg) + 1);
/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_main.c1102 goto nextarg;
1114 goto nextarg;
1132 goto nextarg;
1138 goto nextarg;
1152 goto nextarg;
1160 nextarg:
/freebsd-13-stable/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c133 static char * nextarg(int ac, char **av, int *indp, int oc);
169 nextarg(int ac, char **av, int *indp, int oc) function
1253 nextarg(argc, argv, &optind, 'f'));
/freebsd-13-stable/bin/ps/
H A Dps.c1362 kludge_oldps_options(const char *optlist, char *origval, const char *nextarg) argument
1400 if (nextarg == NULL || *nextarg == '-' || isdigitch(*nextarg))
/freebsd-13-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c224 nextarg(int ac, char **av, int *indp, int oc, int strict) function
1473 optarg = nextarg(argc, argv, &optind, 'f', 0);
1475 font = nextarg(argc, argv, &optind, 'f', 0);

Completed in 299 milliseconds