Searched refs:option_index (Results 1 - 4 of 4) sorted by path

/u-boot/tools/
H A Dsunxi-spl-image-builder.c407 int option_index = 0; local
423 long_options, &option_index);
H A Difdtool.c813 int opt, option_index = 0; local
854 long_options, &option_index)) != EOF) {
H A Difwitool.c2240 int option_index; local
2243 long_options, &option_index);
H A Dupdate_octeon_header.c157 int option_index = 0; /* getopt_long stores the option index here. */ local
184 c = getopt_long(argc, argv, "h", long_options, &option_index);
194 if (long_options[option_index].flag != 0)
196 debug("option(l) %s", long_options[option_index].name);
204 if (!strcmp(long_options[option_index].name, "board")) {
213 } else if (!strcmp(long_options[option_index].name,

Completed in 72 milliseconds