Lines Matching defs:opt_index
716 int c, opt_index = 0;
718 c = getopt_long(argc, argv, "b:", opts, &opt_index);
726 desc = lookup_image_desc_from_opt(opts[opt_index].name);
821 int c, opt_index = 0;
823 c = getopt_long(argc, argv, "b:o:", opts, &opt_index);
831 desc = lookup_image_desc_from_opt(opts[opt_index].name);
938 int c, opt_index = 0;
940 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index);
948 desc = lookup_image_desc_from_opt(opts[opt_index].name);
1082 int c, opt_index = 0;
1084 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index);
1092 desc = lookup_image_desc_from_opt(opts[opt_index].name);
1247 int c, opt_index = 0;
1257 c = getopt_long(argc, argv, "+v", opts, &opt_index);