Lines Matching refs:opt_index
717 int c, opt_index = 0; in create_cmd() local
719 c = getopt_long(argc, argv, "b:", opts, &opt_index); in create_cmd()
727 desc = lookup_image_desc_from_opt(opts[opt_index].name); in create_cmd()
822 int c, opt_index = 0; in update_cmd() local
824 c = getopt_long(argc, argv, "b:o:", opts, &opt_index); in update_cmd()
832 desc = lookup_image_desc_from_opt(opts[opt_index].name); in update_cmd()
939 int c, opt_index = 0; in unpack_cmd() local
941 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); in unpack_cmd()
949 desc = lookup_image_desc_from_opt(opts[opt_index].name); in unpack_cmd()
1083 int c, opt_index = 0; in remove_cmd() local
1085 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); in remove_cmd()
1093 desc = lookup_image_desc_from_opt(opts[opt_index].name); in remove_cmd()
1248 int c, opt_index = 0; in main() local
1258 c = getopt_long(argc, argv, "+v", opts, &opt_index); in main()