Searched refs:opt (Results 1 - 20 of 20) sorted by relevance

/openwrt/package/network/utils/resolveip/src/
H A Dresolveip.c38 int opt; local
50 while ((opt = getopt(argc, argv, "46t:h")) > -1)
52 switch ((char)opt)
/openwrt/package/network/config/netifd/files/lib/netifd/proto/
H A Ddhcp.sh34 local opt dhcpopts
35 for opt in $reqopts; do
36 append dhcpopts "-O $opt"
39 for opt in $sendopts; do
40 append dhcpopts "-x $opt"
/openwrt/target/linux/ramips/base-files/sbin/
H A Dfixup-mac-address41 read opt
42 case "$opt" in
/openwrt/tools/firmware-utils/src/
H A Dmktitanimg.h48 extern void* cmdline_getarg_list(char opt);
50 extern int cmdline_getopt_count(char opt);
H A Dmkchkimg.c122 int opt; local
142 while ((opt = getopt (argc, argv, ":b:r:k:f:o:h")) != -1) {
143 switch (opt) {
H A Dmkrtn56uimg.c255 int opt; local
261 while ((opt = getopt(argc, argv,":s:f:h?")) != -1) {
262 switch (opt) {
H A Dmksenaofw.c310 int opt; local
325 while ((opt = getopt(argc, argv, ":o:e:d:t:v:r:p:m:b:h?z")) != -1) {
326 switch (opt) {
H A Dseama.c115 int opt; local
117 while ((opt = getopt(argc, argv, "hvd:s:i:m:x:")) > 0)
119 switch (opt)
H A Dimagetag_cmdline.c379 write_into_file(FILE *outfile, const char *opt, const char *arg, const char *values[]) argument
387 fprintf(outfile, "%s=\"%s\" # %s\n", opt, arg, values[found]);
389 fprintf(outfile, "%s=\"%s\"\n", opt, arg);
391 fprintf(outfile, "%s\n", opt);
H A Dmktitanimg.c717 void* cmdline_getarg_list(char opt) argument
719 int index = (opt - 'a');
746 int cmdline_getopt_count(char opt) argument
751 index = opt - 'a';
/openwrt/package/network/ipv6/odhcp6c/files/
H A Ddhcpv6.sh64 for opt in $reqopts; do
65 append opts "-r$opt"
/openwrt/package/network/services/uhttpd/files/
H A Duhttpd.init15 local opt="$3"
20 [ -n "$val" -o -n "$def" ] && procd_append_param command "$opt" "${val:-$def}"
26 local opt="$3"
31 [ "$val" = 1 ] && procd_append_param command "$opt"
/openwrt/scripts/
H A Dipkg-build77 while getopts "cg:ho:v" opt; do
78 case $opt in
/openwrt/tools/flock/src/
H A Dflock.c132 int opt, ix; local
149 while ( (opt = getopt_long(argc, argv, "+sexnouw:hV?", long_options, &ix)) != EOF ) {
150 switch(opt) {
/openwrt/package/network/utils/iwcap/src/
H A Diwcap.c289 int opt; local
304 while ((opt = getopt(argc, argv, "i:r:c:o:sfhBD")) != -1)
306 switch (opt)
/openwrt/scripts/config/
H A Dconf.c494 int opt; local
505 while ((opt = getopt_long(ac, av, "r:w:", long_opts, NULL)) != -1) {
506 switch (opt) {
559 input_mode = (enum input_mode)opt;
/openwrt/include/
H A Dhost-build.mk56 HOST_CFLAGS += -I/usr/local/opt/openssl/include
57 HOST_LDFLAGS += -L/usr/local/opt/openssl/lib
H A Dpackage-defaults.mk18 SECTION:=opt
/openwrt/target/linux/ar71xx/image/
H A Dgeneric.mk349 MTDPARTS = spi0.0:256k(u-boot)ro,128k(u-boot-env)ro,2048k(kernel),13824k(rootfs),13824k(opt)ro,2624k(failsafe)ro,64k(art)ro,15872k@0x60000(firmware)
/openwrt/package/kernel/mac80211/
H A DMakefile1627 $(subst $(space),,$(foreach opt,$(config-$(1)),CPTCFG_$(opt)=$(1)

Completed in 83 milliseconds