Home
last modified time | relevance | path

Searched refs:getopt (Results 1 – 21 of 21) sorted by relevance

/u-boot/board/synopsys/axs10x/
A Dheaderize-axs.py4 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 Dheaderize-hsdk.py6 import os, getopt, sys, zlib
45 opts, args = getopt.getopt(sys.argv[1:],
47 except getopt.GetoptError as err:
/u-boot/doc/api/
A Dgetopt.rst7 .. kernel-doc:: include/getopt.h
A Dindex.rst11 getopt
/u-boot/include/
A Dgetopt.h109 static inline int getopt(struct getopt_state *gs, int argc, in getopt() function
/u-boot/test/lib/
A DMakefile17 obj-$(CONFIG_GETOPT) += getopt.o
/u-boot/tools/gdb/
A Dgdbcont.c29 while ((c = getopt(ac, av, "b:p:v")) != EOF) in main()
A Dgdbsend.c35 while ((c = getopt(ac, av, "a:b:cp:v")) != EOF) in main()
/u-boot/arch/arm/mach-rockchip/
A Dmake_fit_atf.py14 import getopt
219 opts, args = getopt.getopt(sys.argv[1:], "o:u:b:t:h")
/u-boot/cmd/
A Dlog.c100 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 Dfit_check_sign.c53 while ((c = getopt(argc, argv, "f:k:c:")) != -1) in main()
A Dfit_info.c55 while ((c = getopt(argc, argv, "f:n:p:")) != -1) in main()
A Ddumpimage.c77 while ((opt = getopt(argc, argv, "hlo:T:p:V")) != -1) { in main()
A Dmkenvimage.c96 while ((option = getopt(argc, argv, ":s:o:rbp:hV")) != -1) { in main()
A Dproftool.c570 while ((opt = getopt(argc, argv, "m:p:t:v:")) != -1) { in main()
A Dkwboot.c732 int c = getopt(argc, argv, "hb:ptaB:dD:q:s:o:"); in main()
A Dmkimage.c153 while ((opt = getopt(argc, argv, in process_args()
/u-boot/lib/
A DMakefile112 obj-$(CONFIG_GETOPT) += getopt.o
A DKconfig557 bool "Enable getopt"
/u-boot/common/
A Dcli_hush.c3427 while ((opt = getopt(argc, argv, "c:xif")) > 0) {
/u-boot/
A DMAINTAINERS777 F: lib/getopt.c

Completed in 25 milliseconds