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