HomeSort by relevance Sort by last modified time
    Searched defs:nextarg (Results 1 - 2 of 2) sorted by null

  /bionic/libc/stdio/
vfprintf.c 209 int nextarg; /* 1-based argument index */ local
276 * Get * arguments, including the form *nn$. Preserve the nextarg
287 int hold = nextarg; \
292 nextarg = n2; \
294 nextarg = hold; \
301 * Get the argument indexed by nextarg. If the argument table is
306 (((argtable != NULL) ? (void)(ap = argtable[nextarg]) : (void)0), \
307 nextarg++, va_arg(ap, type))
323 nextarg = 1;
412 nextarg = n
884 int nextarg; \/* 1-based argument index *\/ local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 1470 Node *nextarg; local
    [all...]

Completed in 270 milliseconds