Lines Matching refs:opt_index
682 int c, opt_index = 0; in create_cmd() local
684 c = getopt_long(argc, argv, "b:", opts, &opt_index); in create_cmd()
692 desc = lookup_image_desc_from_opt(opts[opt_index].name); in create_cmd()
781 int c, opt_index = 0; in update_cmd() local
783 c = getopt_long(argc, argv, "b:o:", opts, &opt_index); in update_cmd()
791 desc = lookup_image_desc_from_opt(opts[opt_index].name); in update_cmd()
892 int c, opt_index = 0; in unpack_cmd() local
894 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); in unpack_cmd()
902 desc = lookup_image_desc_from_opt(opts[opt_index].name); in unpack_cmd()
1030 int c, opt_index = 0; in remove_cmd() local
1032 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); in remove_cmd()
1040 desc = lookup_image_desc_from_opt(opts[opt_index].name); in remove_cmd()
1189 int c, opt_index = 0; in main() local
1199 c = getopt_long(argc, argv, "+v", opts, &opt_index); in main()