Searched refs:getopt (Results 1 – 21 of 21) sorted by relevance
/u-boot/board/synopsys/axs10x/ |
A D | headerize-axs.py | 4 import os, getopt, sys, zlib 49 opts, args = getopt.getopt(sys.argv[1:], 52 except getopt.GetoptError as err:
|
/u-boot/board/synopsys/hsdk/ |
A D | headerize-hsdk.py | 6 import os, getopt, sys, zlib 45 opts, args = getopt.getopt(sys.argv[1:], 47 except getopt.GetoptError as err:
|
/u-boot/doc/api/ |
A D | getopt.rst | 7 .. kernel-doc:: include/getopt.h
|
A D | index.rst | 11 getopt
|
/u-boot/include/ |
A D | getopt.h | 109 static inline int getopt(struct getopt_state *gs, int argc, in getopt() function
|
/u-boot/test/lib/ |
A D | Makefile | 17 obj-$(CONFIG_GETOPT) += getopt.o
|
/u-boot/tools/gdb/ |
A D | gdbcont.c | 29 while ((c = getopt(ac, av, "b:p:v")) != EOF) in main()
|
A D | gdbsend.c | 35 while ((c = getopt(ac, av, "a:b:cp:v")) != EOF) in main()
|
/u-boot/arch/arm/mach-rockchip/ |
A D | make_fit_atf.py | 14 import getopt 219 opts, args = getopt.getopt(sys.argv[1:], "o:u:b:t:h")
|
/u-boot/cmd/ |
A D | log.c | 100 while ((opt = getopt(&gs, argc, argv, "d:")) > 0) { in do_log_filter_list() 164 while ((opt = getopt(&gs, argc, argv, "Ac:d:Df:l:L:p")) > 0) { in do_log_filter_add() 254 while ((opt = getopt(&gs, argc, argv, "ad:")) > 0) { in do_log_filter_remove()
|
/u-boot/tools/ |
A D | fit_check_sign.c | 53 while ((c = getopt(argc, argv, "f:k:c:")) != -1) in main()
|
A D | fit_info.c | 55 while ((c = getopt(argc, argv, "f:n:p:")) != -1) in main()
|
A D | dumpimage.c | 77 while ((opt = getopt(argc, argv, "hlo:T:p:V")) != -1) { in main()
|
A D | mkenvimage.c | 96 while ((option = getopt(argc, argv, ":s:o:rbp:hV")) != -1) { in main()
|
A D | proftool.c | 570 while ((opt = getopt(argc, argv, "m:p:t:v:")) != -1) { in main()
|
A D | kwboot.c | 732 int c = getopt(argc, argv, "hb:ptaB:dD:q:s:o:"); in main()
|
A D | mkimage.c | 153 while ((opt = getopt(argc, argv, in process_args()
|
/u-boot/lib/ |
A D | Makefile | 112 obj-$(CONFIG_GETOPT) += getopt.o
|
A D | Kconfig | 557 bool "Enable getopt"
|
/u-boot/common/ |
A D | cli_hush.c | 3427 while ((opt = getopt(argc, argv, "c:xif")) > 0) {
|
/u-boot/ |
A D | MAINTAINERS | 777 F: lib/getopt.c
|
Completed in 25 milliseconds