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

  /external/toybox/lib/
args.c 232 long *nextarg = (long *)&this; local
335 new->arg = (void *)nextarg;
336 *(nextarg++) = new->val[2].l;
  /external/curl/src/
tool_getparam.c 383 char *nextarg, /* NULL if unset */
472 nextarg = (char *)&parse[1]; /* this is the actual extra parameter */
475 else if(!nextarg)
486 GetStr(&config->dns_ipv4_addr, nextarg);
490 GetStr(&config->dns_ipv6_addr, nextarg);
493 GetStr(&config->random_file, nextarg);
496 GetStr(&config->egd_file, nextarg);
499 GetStr(&config->xoauth2_bearer, nextarg);
502 err = str2udouble(&config->connecttimeout, nextarg);
507 GetStr(&config->cipher_list, nextarg);
1851 char *nextarg; local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 332 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 = n
1120 int nextarg; \/* 1-based argument index *\/ local
    [all...]
vfprintf.c 328 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 = n
1151 int nextarg; \/* 1-based argument index *\/ local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 1470 Node *nextarg; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 3927 const char *nextarg; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 1211 dnttpointer nextarg ; \/* Next argument if any *\/ member in struct:dntt_type_templ_arg
    [all...]

Completed in 2308 milliseconds