Searched defs:nextarg (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfprintf.c328 int nextarg; /* 1-based argument index */ local
422 * Get * arguments, including the form *nn$. Preserve the nextarg
433 int hold = nextarg; \
442 nextarg = n2; \
444 nextarg = hold; \
451 * Get the argument indexed by nextarg. If the argument table is
456 ((argtable != NULL) ? *((type*)(&argtable[nextarg++])) : \
457 (nextarg++, va_arg(ap, type)))
473 nextarg = 1;
567 nextarg
1151 int nextarg; /* 1-based argument index */ local
[all...]
H A Dvfwprintf.c332 int nextarg; /* 1-based argument index */ local
414 * Get * arguments, including the form *nn$. Preserve the nextarg
425 int hold = nextarg; \
430 nextarg = n2; \
432 nextarg = hold; \
439 * Get the argument indexed by nextarg. If the argument table is
444 ((argtable != NULL) ? *((type*)(&argtable[nextarg++])) : \
445 (nextarg++, va_arg(ap, type)))
461 nextarg = 1;
539 nextarg
1120 int nextarg; /* 1-based argument index */ local
[all...]

Completed in 29 milliseconds