Searched refs:long_options (Results 1 – 5 of 5) sorted by relevance
/u-boot/tools/env/ |
A D | fw_env_main.c | 45 static struct option long_options[] = { variable 123 while ((c = getopt_long(argc, argv, ":a:c:l:h:v", long_options, NULL)) != in parse_common_args() 159 while ((c = getopt_long(argc, argv, "a:c:ns:l:h:v", long_options, NULL)) in parse_printenv_args() 186 while ((c = getopt_long(argc, argv, "a:c:ns:l:h:v", long_options, NULL)) in parse_setenv_args()
|
/u-boot/tools/ |
A D | update_octeon_header.c | 40 static const struct option long_options[] = { variable 184 c = getopt_long(argc, argv, "h", long_options, &option_index); in main() 194 if (long_options[option_index].flag != 0) in main() 196 debug("option(l) %s", long_options[option_index].name); in main() 204 if (!strcmp(long_options[option_index].name, "board")) { in main() 213 } else if (!strcmp(long_options[option_index].name, in main()
|
A D | sunxi-spl-image-builder.c | 409 static const struct option long_options[] = { in main() local 423 long_options, &option_index); in main()
|
A D | ifdtool.c | 834 static struct option long_options[] = { in main() local 854 long_options, &option_index)) != EOF) { in main()
|
A D | ifwitool.c | 2182 static struct option long_options[] = { variable 2247 long_options, &option_index); in main()
|
Completed in 11 milliseconds