Searched refs:getopt (Results 1 - 25 of 47) sorted by relevance

12

/netgear-R7800-V1.0.2.28/tools/quilt/
H A DMakefile18 GETOPT:=$(shell which getopt)
23 --with-getopt=$(GETOPT)
/netgear-R7800-V1.0.2.28/include/
H A Dprereq-build.mk41 define Require/getopt
42 getopt --help 2>&1 | grep long >/dev/null
44 $(eval $(call Require,getopt, \
45 Please install GNU getopt \
181 define Require/getopt-extended
182 getopt --long - - >/dev/null
185 $(eval $(call Require,getopt-extended, \
186 Please install an extended getopt version that supports --long \
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dbuffalo-tftp.c15 #include <getopt.h> /* for getopt() */
144 c = getopt(argc, argv, "di:o:h");
H A Dmkdniimg.c16 #include <getopt.h> /* for getopt() */
88 c = getopt(argc, argv, "B:H:i:o:v:r:h");
H A Dmkdapimg.c7 #include <getopt.h>
78 c = getopt(ac, av, "pxm:s:i:o:");
H A Dmkwrgimg.c16 #include <getopt.h>
122 c = getopt(argc, argv, "bd:i:o:s:O:h");
H A Dxorimage.c65 while ((c = getopt(argc, argv, "i:o:p:h")) != -1) {
H A Dbuffalo-enc.c15 #include <getopt.h> /* for getopt() */
241 c = getopt(argc, argv, "adi:m:o:hp:v:k:r:s:");
H A Dbuffalo-tag.c15 #include <getopt.h> /* for getopt() */
302 c = getopt(argc, argv, "a:b:c:d:f:hi:l:m:o:p:r:sv:w:");
H A Dfix-u-media-header.c15 #include <getopt.h> /* for getopt() */
309 c = getopt(argc, argv, "B:Fi:o:T:h");
H A Dmkcameofw.c16 #include <getopt.h> /* for getopt() */
347 c = getopt(argc, argv, "M:S:V:R:k:K:I:r:o:h");
H A Dmkedimaximg.c15 #include <getopt.h>
147 while((c = getopt(argc, argv, "i:o:m:s:f:S:h")) != -1) {
H A Dmkplanexfw.c16 #include <getopt.h> /* for getopt() */
142 c = getopt(argc, argv, "B:i:o:v:h");
H A Dosbridge-crc.c16 #include <getopt.h> /* for getopt() */
92 c = getopt(argc, argv, "i:o:h");
H A Dmkbrncmdline.c50 while ((res = getopt(*argc, *argv, "a:i:o:")) != -1) {
H A Dmkbrnimg.c78 while ((res = getopt(*argc, *argv, "o:m:s:")) != -1) {
H A Dptgen.c191 while ((ch = getopt(argc, argv, "h:s:p:a:t:o:vl:")) != -1) {
H A Dmkzcfw.c16 #include <getopt.h> /* for getopt() */
373 c = getopt(argc, argv, "B:k:r:o:h");
H A Dpc1crypt.c24 #include <getopt.h> /* for getopt() */
251 c = getopt(argc, argv, "di:o:h");
H A Daddpattern.c166 while ((c = getopt(argc, argv, "i:o:p:s:gbv:01245hr:B:")) != -1) {
/netgear-R7800-V1.0.2.28/scripts/
H A Ddl_cleanup.py12 import getopt namespace
156 (opts, args) = getopt.getopt(argv[1:],
162 except getopt.GetoptError:
/netgear-R7800-V1.0.2.28/scripts/flashing/
H A Djungo-image.py29 import getopt namespace
168 opts, args = getopt.getopt(sys.argv[1:], "hdf:qp:P:rvV", \
171 except getopt.GetoptError:
/netgear-R7800-V1.0.2.28/package/hotplug2/src/
H A Dudevtrigger.c26 #include <getopt.h>
308 option = getopt(argc, argv, "vnh");
/netgear-R7800-V1.0.2.28/package/netatalk-utility/src/
H A Dwol.c29 #include <getopt.h>
134 while ((c = getopt(argc, argv, "hvp:m:b:")) != EOF) {
/netgear-R7800-V1.0.2.28/package/swconfig/src/
H A Dcli.c23 #include <getopt.h>

Completed in 246 milliseconds

12