HomeSort by relevance Sort by last modified time
    Searched defs:argv (Results 226 - 250 of 349) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
argp.h 193 starting at (STATE->argv + STATE->next). If success is returned, but
324 char **argv;
326 /* The index in ARGV of the next arg that to be parsed. May be modified. */
338 /* If non-zero, the index in ARGV of the first argument following a special
352 /* The name used when printing messages. This is initialized to ARGV[0],
367 /* Don't ignore the first element of ARGV. Normally (and always unless
374 is set, ARGP_PARSE_ARGV0 is ignored, as ARGV[0] is used as the program
408 /* Parse the options strings in ARGC & ARGV according to the options in ARGP.
410 index in ARGV of the first unparsed option is returned in it. If an
320 char **argv; member in struct:argp_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
argp.h 193 starting at (STATE->argv + STATE->next). If success is returned, but
324 char **argv;
326 /* The index in ARGV of the next arg that to be parsed. May be modified. */
338 /* If non-zero, the index in ARGV of the first argument following a special
352 /* The name used when printing messages. This is initialized to ARGV[0],
367 /* Don't ignore the first element of ARGV. Normally (and always unless
374 is set, ARGP_PARSE_ARGV0 is ignored, as ARGV[0] is used as the program
408 /* Parse the options strings in ARGC & ARGV according to the options in ARGP.
410 index in ARGV of the first unparsed option is returned in it. If an
320 char **argv; member in struct:argp_state
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 508 from sys import path, argv namespace
509 from sys import (path, argv) namespace
510 from sys import (path, argv,) namespace
py3_test_grammar.py 478 from sys import path, argv namespace
479 from sys import (path, argv) namespace
480 from sys import (path, argv,) namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 506 from sys import path, argv namespace
507 from sys import (path, argv) namespace
508 from sys import (path, argv,) namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 508 from sys import path, argv namespace
509 from sys import (path, argv) namespace
510 from sys import (path, argv,) namespace
py3_test_grammar.py 478 from sys import path, argv namespace
479 from sys import (path, argv) namespace
480 from sys import (path, argv,) namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 506 from sys import path, argv namespace
507 from sys import (path, argv) namespace
508 from sys import (path, argv,) namespace
  /system/netd/server/
CommandListener.cpp 260 int argc, char **argv) {
266 if (!strcmp(argv[1], "list")) {
292 if (!strcmp(argv[1], "getcfg")) {
301 if (ifc_get_info(argv[2], &addr.s_addr, &prefixLength, &flags)) {
307 if (ifc_get_hwaddr(argv[2], (void *) hwaddr)) {
308 ALOGW("Failed to retrieve HW addr for %s (%s)", argv[2], strerror(errno));
338 } else if (!strcmp(argv[1], "setcfg")) {
351 if (!inet_aton(argv[3], &addr)) {
355 if (ifc_set_addr(argv[2], addr.s_addr)) {
362 if (addr.s_addr != 0 && ifc_set_prefixLength(argv[2], atoi(argv[4])))
793 const char **argv = const_cast<const char **>(margv); local
    [all...]
  /art/patchoat/
patchoat.cc 911 static int patchoat(int argc, char **argv) {
912 InitLogging(argv);
960 LOG(INFO) << "patchoat: option[" << i << "]=" << argv[i]; local
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 590 v8::Handle<v8::Value> argv[] = { local
598 arraysize(argv),
599 argv); local
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 922 char* const* argv; \/\/ Command-line arguments for the child's call to exec member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 682 Vector<String> argv; local
683 argv.append(Resource::resourceTypeToString(type, request.options().initiatorInfo));
684 argv.append(url);
685 activityLogger->logEvent("blinkRequestResource", argv.size(), argv.data());
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 718 char **argv, **argi, **argj; local
764 argv = argv_dup(argc - 1, argv_ + 1);
766 for (argi = argj = argv; (*argj = *argi); argi += arg.argv_step) {
878 for (argi = argv; *argi; argi++)
883 fn = argv[0];
1276 char **argv, **argi, **argj; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc 879 char* const* argv; \/\/ Command-line arguments for the child's call to exec member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/chromium_org/v8/src/arm64/
builtins-arm64.cc 693 // x4: argv.
702 Register argv = x4; local
723 // x4: argv.
726 __ Add(x10, argv, Operand(argc, LSL, kPointerSizeLog2));
730 __ Ldr(x11, MemOperand(argv, kPointerSize, PostIndex));
734 __ Cmp(x10, argv);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 403 v8::Handle<v8::Value> argv[], int argc,
415 function->Call(env->Global(), argc, argv);
1323 v8::Handle<v8::Value> argv[] = { info[1] }; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 278 uptr internal_execve(const char *filename, char *const argv[],
280 return internal_syscall(SYSCALL(execve), (uptr)filename, (uptr)argv,
385 static void GetArgsAndEnv(char*** argv, char*** envp) {
391 *argv = (char**)(stack_end + 1);
396 ReadNullSepFileToArray("/proc/self/cmdline", argv, kMaxArgv);
403 char **argv, **envp; local
404 GetArgsAndEnv(&argv, &envp);
405 uptr rv = internal_execve("/proc/self/exe", argv, envp);
  /external/dhcpcd/
dhcpcd.c 894 configure_interface(struct interface *iface, int argc, char **argv)
897 add_options(iface->state->options, argc, argv);
1256 init_state(struct interface *iface, int argc, char **argv)
1268 configure_interface(iface, argc, argv);
1300 const char * const argv[] = { ifname }; local
    [all...]
  /external/e2fsprogs/misc/
fsck.c 437 char *s, *argv[80], prog[80]; local
448 argv[0] = string_copy(prog);
452 argv[argc++] = string_copy(args[i]);
468 argv[argc++] = string_copy(tmp);
472 argv[argc++] = string_copy(device);
473 argv[argc] = 0;
486 printf("%s ", argv[i]);
500 (void) execv(s, argv);
501 perror(argv[0]);
507 free(argv[i])
    [all...]
  /external/fio/
server.c 598 char **argv; local
604 argv = malloc(clp->lines * sizeof(char *));
611 argv[i] = (char *) cslp->text;
614 dprint(FD_NET, "server: %d: %s\n", i, argv[i]);
617 if (parse_cmd_line(clp->lines, argv, clp->client_type)) {
619 free(argv);
623 free(argv);
    [all...]
  /external/gtest/src/
gtest-death-test.cc 922 char* const* argv; \/\/ Command-line arguments for the child's call to exec member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/iproute2/ip/
iproute.c 634 char **argv = *argvp; local
636 while (++argv, --argc > 0) {
637 if (strcmp(*argv, "via") == 0) {
639 rta_addattr32(rta, 4096, RTA_GATEWAY, get_addr32(*argv));
641 } else if (strcmp(*argv, "dev") == 0) {
643 if ((rtnh->rtnh_ifindex = ll_name_to_index(*argv)) == 0) {
644 fprintf(stderr, "Cannot find device \"%s\"\n", *argv);
647 } else if (strcmp(*argv, "weight") == 0) {
650 if (get_unsigned(&w, *argv, 0) || w == 0 || w > 256)
651 invarg("\"weight\" is invalid\n", *argv);
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c 3161 char *argv[] = { NULL, NULL, NULL }; local
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 277 char **argv = args; local
363 /* Windows really hates command lines, so we have to set up our own argv.
367 argv[argc++] = PROGNAME;
376 argv[argc++] = q = p;
381 break; /* last argv already terminated; quit */
385 argv[argc] = NULL; /* terminate the argv array itself */
390 while (*++argv && !error) {
391 if (!strncmp(*argv, "-gamma", 2)) {
392 if (!*++argv)
    [all...]

Completed in 1199 milliseconds

1 2 3 4 5 6 7 8 91011>>