fiptool.c | 663 int c, opt_index = 0; local 665 c = getopt_long(argc, argv, "b:", opts, &opt_index); 673 desc = lookup_image_desc_from_opt(opts[opt_index].name); 762 int c, opt_index = 0; local 764 c = getopt_long(argc, argv, "b:o:", opts, &opt_index); 772 desc = lookup_image_desc_from_opt(opts[opt_index].name); 873 int c, opt_index = 0; local 875 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); 883 desc = lookup_image_desc_from_opt(opts[opt_index].name); 1011 int c, opt_index = 0 local 1170 int c, opt_index = 0; local [all...] |