Searched defs:option_index (Results 1 - 7 of 7) sorted by relevance

/external/bison/lib/
H A Dgetopt1.c95 int option_index = 0;
108 long_options, &option_index);
115 printf ("option %s", long_options[option_index].name);
93 int option_index = 0; local
H A Dgetopt.c496 int option_index;
504 for (p = longopts, option_index = 0; p->name; p++, option_index++)
511 indfound = option_index;
519 indfound = option_index;
607 option_index = indfound;
719 *longind = option_index;
844 int option_index;
907 for (p = longopts, option_index = 0; p->name; p++, option_index
492 int option_index; local
840 int option_index; local
[all...]
/external/libmtp/examples/
H A Dconnect.c111 int option_index = 0; local
121 int c = getopt_long (argc, argv, "d:f:g:n:t:", long_options, &option_index);
/external/lldb/include/lldb/Interpreter/
H A DOptions.h471 option_index (i)
475 uint32_t option_index; // The original option index from the OptionGroup member in struct:lldb_private::OptionGroupOptions::OptionInfo
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc417 int option_index = num_codecs; local
418 printf("%i. Toggle CNG\n", option_index++);
419 printf("%i. Toggle AGC\n", option_index++);
420 printf("%i. Toggle NS\n", option_index++);
421 printf("%i. Toggle experimental NS\n", option_index++);
422 printf("%i. Toggle EC\n", option_index++);
423 printf("%i. Select AEC\n", option_index++);
424 printf("%i. Select AECM\n", option_index++);
425 printf("%i. Get speaker volume\n", option_index++);
426 printf("%i. Set speaker volume\n", option_index
[all...]
/external/ltrace/
H A Doptions.c534 int option_index = 0; local
565 c = getopt_long(argc, argv, opts, long_options, &option_index);
/external/oprofile/opcontrol/
H A Dopcontrol.cpp559 int option_index; local
570 int c = getopt_long(argc, argv, "c:e:v:r:dhVtl:", long_options, &option_index);

Completed in 256 milliseconds