HomeSort by relevance Sort by last modified time
    Searched refs:opt_index (Results 1 - 7 of 7) 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,
  /ndk/sources/host-tools/make-3.81/
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:__anon33679
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/fio/
goptions.c 17 unsigned int opt_index; member in struct:gopt
164 gopt->opt_index = idx;
207 struct fio_option *o = &fio_options[s->gopt.opt_index];
268 struct fio_option *o = &fio_options[c->gopt.opt_index];
313 struct fio_option *o = &fio_options[c->gopt.opt_index];
358 struct fio_option *o = &fio_options[c->gopt.opt_index];
460 struct fio_option *o = &fio_options[i->gopt.opt_index];
579 struct fio_option *o = &fio_options[b->gopt.opt_index];
1007 struct fio_option *o, unsigned int opt_index,
1019 go = gopt_new_str_val(gjv, o, ullp, opt_index);
    [all...]
options.c 4095 int opt_index = 0; local
    [all...]
  /external/selinux/secilc/
secilc.c 94 int opt_index = 0; local
115 opt_char = getopt_long(argc, argv, "o:f:U:hvt:M:PDNc:", long_opts, &opt_index);
  /external/v8/src/
debug-debugger.js 968 ExecutionState.prototype.frame = function(opt_index) {
970 if (opt_index == null) opt_index = this.selected_frame;
971 if (opt_index < 0 || opt_index >= this.frameCount()) {
974 return new FrameMirror(this.break_id, opt_index);
    [all...]

Completed in 819 milliseconds