HomeSort by relevance Sort by last modified time
    Searched refs:opt_index (Results 1 - 10 of 10) sorted by null

  /external/bison/lib/
getopt1.c 42 const struct option *long_options, int *opt_index)
45 opt_index, 0, 0);
50 const struct option *long_options, int *opt_index,
53 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
65 const struct option *long_options, int *opt_index)
68 opt_index, 1, 0);
73 const struct option *long_options, int *opt_index,
76 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
  /external/libusb/examples/getopt/
getopt1.c 68 getopt_long (argc, argv, options, long_options, opt_index)
73 int *opt_index;
75 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
84 getopt_long_only (argc, argv, options, long_options, opt_index)
89 int *opt_index;
91 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
  /toolchain/binutils/binutils-2.25/libiberty/
getopt1.c 71 const struct option *long_options, int *opt_index)
73 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
83 const struct option *long_options, int *opt_index)
85 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
opts.h 215 size_t opt_index; member in struct:cl_decoded_option
256 size_t opt_index; member in struct:__anon57537
343 int opt_index, int value, const char *arg, int kind,
345 extern void *option_flag_var (int opt_index, struct gcc_options *opts);
348 size_t opt_index, const char *arg, int value,
352 void generate_option (size_t opt_index, const char *arg, int value,
364 extern void control_warning_option (unsigned int opt_index, int kind,
401 extern bool opt_enum_arg_to_value (size_t opt_index, const char *arg,
  /external/selinux/secilc/
secil2conf.c 72 int opt_index = 0; local
85 opt_char = getopt_long(argc, argv, "o:hvM:P", long_opts, &opt_index);
secilc.c 99 int opt_index = 0; local
122 opt_char = getopt_long(argc, argv, "o:f:U:hvt:M:PDNc:GX:", long_opts, &opt_index);
  /system/sepolicy/tools/
version_policy.c 84 int opt_index = 0; local
106 opt_char = getopt_long(argc, argv, "b:mn:o:t:h", long_opts, &opt_index);
  /external/fio/
goptions.c 18 unsigned int opt_index; member in struct:gopt
165 gopt->opt_index = idx;
208 struct fio_option *o = &fio_options[s->gopt.opt_index];
269 struct fio_option *o = &fio_options[c->gopt.opt_index];
314 struct fio_option *o = &fio_options[c->gopt.opt_index];
359 struct fio_option *o = &fio_options[c->gopt.opt_index];
461 struct fio_option *o = &fio_options[i->gopt.opt_index];
580 struct fio_option *o = &fio_options[b->gopt.opt_index];
1008 struct fio_option *o, unsigned int opt_index,
1020 go = gopt_new_str_val(gjv, o, ullp, opt_index);
    [all...]
options.c 4873 int opt_index = 0; local
    [all...]
  /external/v8/src/debug/
debug.js 837 ExecutionState.prototype.frame = function(opt_index) {
839 if (opt_index == null) opt_index = this.selected_frame;
840 if (opt_index < 0 || opt_index >= this.frameCount()) {
843 return new FrameMirror(this.break_id, opt_index);

Completed in 270 milliseconds